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
In section "Using a service account token", the presented code results in system:image-pusher role getting set to a user instead of a service account which we created.
Problem
In section "Using a service account token", the presented code results in
system:image-pusher
role getting set to a user instead of a service account which we created.oc create serviceaccount pusher oc policy add-role-to-user system:image-pusher pusher docker login -p $(oc sa get-token pusher) -u unused image-registry.apps.2.rahti.csc.fi
The use of
-z
flag is required to specify a service account.Solution
Additional info
The text was updated successfully, but these errors were encountered: