You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
After deploying kfctl_openshift_tekton_kfserving.v1.10.yaml successfully, I found no pod for deployment grafana.
When running oc get deploy -n istio-system -o yaml grafana, it will show messages like:
message: 'pods "grafana-68bcfd88b6-" is forbidden: unable to validate against any security context constraint: [fsGroup: Invalid value: []int64{472}: 472 is not an allowed group spec.containers[0].securityContext.securityContext.runAsUser: Invalid value: 472: must be in the ranges: [1000930000, 1000939999]]'reason: FailedCreate
I noticed that it doesn't specify any service account nor SCC for it. so guess it needs to add it to allow fsGroup id 472
The text was updated successfully, but these errors were encountered:
After deploying
kfctl_openshift_tekton_kfserving.v1.10.yaml
successfully, I found no pod for deploymentgrafana
.When running
oc get deploy -n istio-system -o yaml grafana
, it will show messages like:I noticed that it doesn't specify any service account nor SCC for it. so guess it needs to add it to allow fsGroup id
472
The text was updated successfully, but these errors were encountered: