Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ spec:
# values:
# - platform # Modify this value based on your platform node labels.
priorityClassName: system-cluster-critical
nodeSelector:
"node-role.kubernetes.io/control-plane": ""
tolerations:
Copy link
Member

@Priyankasaggu11929 Priyankasaggu11929 Feb 14, 2026

Choose a reason for hiding this comment

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

Let's add a breadcrumb here for future -

Suggested change
tolerations:
# TODO: In the future, this could be replaced with tolerate only readiness.k8s.io/* taints specifically, when wildcard support is available in K8s.
# (ref: https://github.com/kubernetes/enhancements/issues/5500)
tolerations:

- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
- operator: Exists
effect: NoSchedule
- operator: Exists
effect: NoExecute
securityContext:
# Projects are configured by default to adhere to the "restricted" Pod Security Standards.
# This ensures that deployments meet the highest security requirements for Kubernetes.
Expand Down