Skip to content

Commit

Permalink
manifests: don't start Machine API on NotReady nodes
Browse files Browse the repository at this point in the history
This prevents MachineAPI operator from running on bootstrap before SDN rolls out.
SDN is required for webhooks to work, as they use internal DNS names
  • Loading branch information
vrutkovs committed May 15, 2024
1 parent 49a82ff commit 3c6e6aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install/0000_30_machine-api-operator_11_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ spec:
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 120
- key: "node.kubernetes.io/not-ready"
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 120
volumes:
- name: config
configMap:
Expand Down

0 comments on commit 3c6e6aa

Please sign in to comment.