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
If rbac.enabled is set to false, a pod is never able to be scheduled because of the missing service account that's referenced in the pod spec.
This is what the replicaset fails with -
Error creating: pods "kubemonkey-kube-monkey-8cc5b6845-" is forbidden: error looking up service account default/kubemonkey-kube-monkey: serviceaccount "kubemonkey-kube-monkey" not found
The text was updated successfully, but these errors were encountered:
If
rbac.enabled
is set to false, a pod is never able to be scheduled because of the missing service account that's referenced in the pod spec.This is what the replicaset fails with -
The text was updated successfully, but these errors were encountered: