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

[release-v3.25] Auto pick #7979: Typha tolerate #8066

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions charts/calico/templates/calico-typha.yaml
Expand Up @@ -71,6 +71,11 @@ spec:
# Mark the pod as a critical add-on for rescheduling.
- key: CriticalAddonsOnly
operator: Exists
# Make sure Typha can get scheduled on any nodes.
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists
# Since Calico can't network a pod until Typha is up, we need to run Typha itself
# as a host-networked pod.
serviceAccountName: calico-node
Expand Down
5 changes: 5 additions & 0 deletions manifests/calico-policy-only.yaml
Expand Up @@ -4768,6 +4768,11 @@ spec:
# Mark the pod as a critical add-on for rescheduling.
- key: CriticalAddonsOnly
operator: Exists
# Make sure Typha can get scheduled on any nodes.
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists
# Since Calico can't network a pod until Typha is up, we need to run Typha itself
# as a host-networked pod.
serviceAccountName: calico-node
Expand Down
5 changes: 5 additions & 0 deletions manifests/calico-typha.yaml
Expand Up @@ -4872,6 +4872,11 @@ spec:
# Mark the pod as a critical add-on for rescheduling.
- key: CriticalAddonsOnly
operator: Exists
# Make sure Typha can get scheduled on any nodes.
- effect: NoSchedule
operator: Exists
- effect: NoExecute
operator: Exists
# Since Calico can't network a pod until Typha is up, we need to run Typha itself
# as a host-networked pod.
serviceAccountName: calico-node
Expand Down