Skip to content

Conversation

stevsmit
Copy link
Member

@stevsmit stevsmit commented Sep 5, 2025

No description provided.

@stevsmit stevsmit force-pushed the 9116-projquay branch 3 times, most recently from b17864f to 1c611d9 Compare September 5, 2025 18:43
[source,terminal]
----
$ oc annotate namespace <namespace> scheduler.alpha.kubernetes.io/defaultTolerations='[\{"operator":"Equal","value":"reserved","effect":"NoSchedule","key":"node-role.kubernetes.io/infra"},\{"operator":"Equal","value":"reserved","effect":"NoExecute","key":"node-role.kubernetes.io/infra"}]' --overwrite
----

Choose a reason for hiding this comment

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

should remove the symbol "",
oc annotate namespace <namespace> scheduler.alpha.kubernetes.io/defaultTolerations='[{"operator":"Equal","value":"reserved","effect":"NoSchedule","key":"node-role.kubernetes.io/infra"},{"operator":"Equal","value":"reserved","effect":"NoExecute","key":"node-role.kubernetes.io/infra"}]' --overwrite

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

Successfully merging this pull request may close these issues.

2 participants