[
https://issues.jboss.org/browse/SWSQE-786?page=com.atlassian.jira.plugin....
]
Guilherme Baufaker Rêgo edited comment on SWSQE-786 at 6/11/19 5:28 AM:
------------------------------------------------------------------------
This task needs TP12 to link the Accessible namespaces on kiali operator and Service
Member Roll changes via Istio Operator.
If you want to add manually the servicemeshmemberroll (only valid on multi-tenant and with
maistra installation).
oc patch servicemeshmemberroll default -n istio-system --type='json'
-p='[{"op": "add", "path": /spec/members/0,
"value":"bookinfo3"}]'
On install-build-kiali job, there is a variable called ACCESSIBLE_NAMESPACES which after
some scavenging I found out it is
a list with *no commas separated*
(
https://github.com/kiali/kiali/commit/7049ff796306eb739ef75608a92f7b41fa1...)
so eg:
istio-system bookinfo.
was (Author: gbaufake):
This task needs TP12 to link the Accessible namespaces on kiali operator and Service
Member Roll changes.
If you want to add manually the servicemeshmemberroll (only valid on multi-tenant and with
maistra installation).
oc patch servicemeshmemberroll default -n istio-system --type='json'
-p='[{"op": "add", "path": /spec/members/0,
"value":"bookinfo3"}]'
On install-build-kiali job, there is a variable called ACCESSIBLE_NAMESPACES which after
some scavenging I found out it is
a list with *no commas separated*
(
https://github.com/kiali/kiali/commit/7049ff796306eb739ef75608a92f7b41fa1...)
so eg:
istio-system bookinfo.
New Job to add a member into ServiceMeshMemberRoll
--------------------------------------------------
Key: SWSQE-786
URL:
https://issues.jboss.org/browse/SWSQE-786
Project: Kiali QE
Issue Type: QE Task
Reporter: Hayk Hovsepyan
Priority: Major
Labels: infrastructure
As we have a new Kiali Operator PR#1010 merged, we need a new way to add any namespace
into Kiali's accessible ones.
So the best way is to separate that action into a job and call it from any place needed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)