-
Notifications
You must be signed in to change notification settings - Fork 892
Auto import kubernetes template in Helm charts #3550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adds new flag --auto-import-template (CODER_TEMPLATE_AUTOIMPORT) which can specify kubernetes and/or kubernetes-multi-service
Do you specify multiple templates separated by commas?
We'll also want to add this to the helm docs before merging 👍🏼
The auto-import worked great! I ran into issues with the auto import
Does this mean you want this to be an enterprise only feature? Right now it's licensed AGPL... |
@deansheather nope, this one will be free to start. EE represents both free and paid features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ran into an issue with the helm chart
Error: UPGRADE FAILED: error validating "": error validating data: ValidationError(Deployment.spec): unknown field "serviceAccountName" in io.k8s.api.apps.v1.DeploymentSpec
auto-import worked well, haven't been able to create a workspace yet though
@bpmct works now! |
kubernetes
which is just a basic, single-container pod--auto-import-template
(CODER_TEMPLATE_AUTOIMPORT
) which can specifykubernetes
and/orkubernetes-multi-service
coder.serviceAccount.workspacePerms
which controls whether to give the new SA perms to do workspace-related thingsCloses #3265