Skip to content

Commit

Permalink
remove additional provider-id settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eljohnson92 committed Apr 17, 2024
1 parent 9a37d4b commit 9c975b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ spec:
nodeRegistration:
kubeletExtraArgs:
cloud-provider: external
provider-id: 'linode://{{ ds.meta_data.id }}'
name: '{{ ds.meta_data.label }}'
2 changes: 0 additions & 2 deletions templates/flavors/default/kubeadmControlPlane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@ spec:
nodeRegistration:
kubeletExtraArgs:
cloud-provider: external
provider-id: 'linode://{{ ds.meta_data.id }}'
name: '{{ ds.meta_data.label }}'
joinConfiguration:
nodeRegistration:
kubeletExtraArgs:
cloud-provider: external
provider-id: 'linode://{{ ds.meta_data.id }}'
name: '{{ ds.meta_data.label }}'
version: "${KUBERNETES_VERSION}"

0 comments on commit 9c975b1

Please sign in to comment.