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 was archived by the owner on Apr 1, 2026. It is now read-only.
When running the odo dev command, I would like to be able to specify the Kubernetes ServiceAccount the pod should run as.
Why is this needed?
Currently, if you use odo dev the pod will start as the default service account. Some workloads running on Kubernetes need to run as a specific service account in order to have the proper permissions to work properly. One common use case is a Kubernetes Operator.
/kind feature
Which functionality do you think we should add?
When running the
odo devcommand, I would like to be able to specify the Kubernetes ServiceAccount the pod should run as.Why is this needed?
Currently, if you use
odo devthe pod will start as the default service account. Some workloads running on Kubernetes need to run as a specific service account in order to have the proper permissions to work properly. One common use case is a Kubernetes Operator.