Skip to content

Commit

Permalink
Have kubeadm ignore manifests directory already existing.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Privitere <cprivite@users.noreply.github.com>
  • Loading branch information
cprivitere authored and davidspek committed Apr 11, 2022
1 parent a0fc851 commit b05171b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ spec:
provider-id: "equinixmetal://{{ `{{ v1.instance_id }}` }}"
joinConfiguration:
nodeRegistration:
ignorePreflightErrors: []
ignorePreflightErrors:
- DirAvailable--etc-kubernetes-manifests
kubeletExtraArgs:
cloud-provider: external
provider-id: "equinixmetal://{{ `{{ v1.instance_id }}` }}"
Expand Down

0 comments on commit b05171b

Please sign in to comment.