-
Notifications
You must be signed in to change notification settings - Fork 874
feat: add new scaletest infrastructure #15573
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
- name: CODER_PROVISIONER_DAEMON_PSK | ||
valueFrom: | ||
secretKeyRef: | ||
key: psk | ||
name: "${kubernetes_secret.provisionerd_psk_europe.metadata.0.name}" |
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.
We should probably test with provisioner keys instead. This can be done as a follow-up, but I don't think it's a large change here as we already create workspace proxy tokens above using the CLI. It would also ensure that the provisioner daemon deployments are started after the Coder deployments are healthy.
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.
Will do in a follow up 👍
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.
LGTM 👍
Closes coder/internal#148
This has been validated to have working proxies with the
small
scenario.This excludes the infrastructure for
cert-manager
andotel-collector
and those will be included in followup PRs.