-
Bug
-
Resolution: Done
-
Undefined
-
2.3.0.GA
-
None
The following documentation is working fine until openshift 4.10.
After openshift 4.10, the command oc serviceaccounts get-token grafana-serviceaccount -n MY-PROJECT , reported in section 8.5.5. Deploying Grafana with a Prometheus datasource, no longer works because the creation of a service account no longer creates a token (https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#manually-create-an-api-token-for-a-serviceaccount )
So I think we need to improve the documentation with both ways of managing the token.
Thanks