-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add support for nodeSelector on deployments #72
Conversation
metrics: | ||
namespace: "" | ||
subsystem: "" | ||
env: [] | ||
env: |
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.
What's this change about? Your code editor decided to move the []
?
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.
Looks reasonable to me; will let @foxglovenes to take the helm and approve.
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. I'll push a commit that reverts the style change Roman pointed out and bumps the versions.
Public-Facing Changes
Adding support for nodeSelector(s) on deployments
Description
We are currently running two clusters, x86 and ARM64. We want to migrate to a single cluster (currently only ARM64) with an additional NodePool for x86 services, of which Foxglove is the primary. In order to target Foxglove to those nodes (and not the ARM64), we need to be able to set nodeSelectors on the deployments.