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
10 changes: 6 additions & 4 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ spec:
# values:
# - platform # Modify this value based on your platform node labels.
priorityClassName: system-cluster-critical
nodeSelector:
"node-role.kubernetes.io/control-plane": ""
# 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