Skip to content
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

feat(helm): add pod annotations to kubernetes resources specifying their component #13353

Open
johnstcn opened this issue May 23, 2024 · 0 comments
Labels
feature Something we don't have yet helm Area: helm chart

Comments

@johnstcn
Copy link
Member

When creating dashboards or alerts, it is helpful to be able to easily target a particular slice of the Coder deployment, for example:

  • Pods/deployments running coder server (a.k.a. coderd)
  • Pods/deployments running coder provisioner (a.k.a provisionerd)
  • Pods/deployments running coder wsproxy (a.k.a wsproxy)

To support this, modify the Helm chart to add the following default annotations:

  • com.coder/component = (coderd|provisionerd|wsproxy)
@coder-labeler coder-labeler bot added feature Something we don't have yet helm Area: helm chart labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something we don't have yet helm Area: helm chart
Projects
None yet
Development

No branches or pull requests

1 participant