- Notifications
You must be signed in to change notification settings - Fork918
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
- 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 👍
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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 👍
08f0eaa
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Closescoder/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.