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
You can create service account with an yaml file just like other Kubernetes objects.
What privileges are required depends on what you would like to do with drone-kubectl
e.g. If you want to change the replicas of a deployment, it's required to give the service account you used for drone-kubectl the permission to write deployment.
how come in the code init-kubectl, it seems to hardcode the context and cluster to default. But my drone-runner is running in a different context. is there a way to change it?
Also the env PLUGIN_NAMESPACE does not seem to be used. Any ideas?
Hi,
How can i create the service account with the right privileges. What sort of privileges would they be?
Can I use the default service account? It seems that drone is using it by default.
My Logs below
Thanks for the clarifications
Ming
The text was updated successfully, but these errors were encountered: