Skip to content

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

Merged
merged 24 commits into from
Dec 12, 2024
Merged

feat: add new scaletest infrastructure #15573

merged 24 commits into from
Dec 12, 2024

Conversation

f0ssel
Copy link
Contributor

@f0ssel f0ssel commented Nov 18, 2024

Closes coder/internal#148

This has been validated to have working proxies with the small scenario.

  • multi-region gcp infrastructure
  • use cloudflare provider to automate dns entries
  • automate proxy registration
  • multi-regional proxies
  • move scenarios into locals

This excludes the infrastructure for cert-manager and otel-collector and those will be included in followup PRs.

@github-actions github-actions bot added the stale This issue is like stale bread. label Nov 29, 2024
@github-actions github-actions bot closed this Dec 2, 2024
@f0ssel f0ssel removed the stale This issue is like stale bread. label Dec 2, 2024
@f0ssel f0ssel reopened this Dec 2, 2024
@f0ssel f0ssel marked this pull request as ready for review December 9, 2024 18:26
@f0ssel f0ssel requested a review from johnstcn December 9, 2024 18:33
Comment on lines 110 to 114
- name: CODER_PROVISIONER_DAEMON_PSK
valueFrom:
secretKeyRef:
key: psk
name: "${kubernetes_secret.provisionerd_psk_europe.metadata.0.name}"
Copy link
Member

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.

Copy link
Contributor Author

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 👍

@f0ssel f0ssel requested a review from johnstcn December 11, 2024 21:38
Copy link
Member

@johnstcn johnstcn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@f0ssel f0ssel merged commit 08f0eaa into main Dec 12, 2024
30 checks passed
@f0ssel f0ssel deleted the f0ssel/scaletest branch December 12, 2024 14:28
@github-actions github-actions bot locked and limited conversation to collaborators Dec 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C210K: Create distributed infrastructure for multi-region scaletesting environment
2 participants