We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to run scans in specific node pool and set tolerations when required
In openshift you can set annotation in namespace zora-system, e.g.
oc annotate namespace zora-system 'scheduler.alpha.kubernetes.io/defaultTolerations'='[{"value": "reserved", "effect": "NoSchedule", "key": "infra"},{"value": "reserved", "effect": "NoExecute", "key": "infra"}]'
oc patch namespace zora-system -p '{"metadata":{"annotations":{"openshift.io/node-selector":"env=infra"}}
But vanilla or cloud kubernetes is not possible
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Description
Need to run scans in specific node pool and set tolerations when required
What alternatives have you considered?
In openshift you can set annotation in namespace zora-system, e.g.
oc annotate namespace zora-system 'scheduler.alpha.kubernetes.io/defaultTolerations'='[{"value": "reserved", "effect": "NoSchedule", "key": "infra"},{"value": "reserved", "effect": "NoExecute", "key": "infra"}]'
oc patch namespace zora-system -p '{"metadata":{"annotations":{"openshift.io/node-selector":"env=infra"}}
But vanilla or cloud kubernetes is not possible
The text was updated successfully, but these errors were encountered: