-
Bug
-
Resolution: Done-Errata
-
Undefined
-
OSSM 2.6.3
-
None
Issue:
Kiali operator installed successfully but Kiali CRD failed with the below error:
~~~
Failed to create object: b'{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"roles.rbac.authorization.k8s.io \\"kiali-controlplane
" is forbidden: user \\"system:serviceaccount:openshift-operators:kiali-operator
" (groups=\\"system:serviceaccounts\\" \\"system:serviceaccounts:openshift-operators\\" \\"system:authenticated\\") is attempting to grant RBAC permissions not currently held:
n
n
","reason":"Forbidden","details":
{"name":"kiali-controlplane","group":"rbac.authorization.k8s.io","kind":"roles"},"code":403}\n'
~~~
Affected Versions:
- I observe this issue on the below versions:
- OCP 4.14.40
- OCP 4.15.x
Workaround:
- Patching the Kiali CRD to disable the spec.kiali_feature_flags.certificates_information_indicators
~~~
kubectl patch kiali kiali -n istio-system --type=merge -p '{ "spec": {"kiali_feature_flags": {"certificates_information_indicators": {"enabled": false}}}}'
~~~
- links to
-
RHBA-2025:145943 Red Hat OpenShift Service Mesh Containers for 2.6.6