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

affinity and nodeSelectors are not being applied #182

Open
j771 opened this issue Oct 6, 2020 · 0 comments
Open

affinity and nodeSelectors are not being applied #182

j771 opened this issue Oct 6, 2020 · 0 comments

Comments

@j771
Copy link

j771 commented Oct 6, 2020

When setting affinity or nodeSelectors in the config for the Spinnaker service like so:

spec:
  spinnakerConfig:
      deploymentEnvironment:
        nodeSelectors:
          some-key: some-value
        affinity:
          nodeAffinity:
            requiredDuringSchedulingIgnoredDuringExecution:
              nodeSelectorTerms:
              - matchExpressions:
                - key: some-key
                  operator: In
                  values:
                  - some-value

It does not get applied to the pods which the Spinnaker operator deploys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant