Skip to content

Commit

Permalink
update kubeadm install script ref
Browse files Browse the repository at this point in the history
  • Loading branch information
eljohnson92 committed Aug 15, 2024
1 parent 62f3f41 commit 134eed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
template:
spec:
preKubeadmCommands:
- curl -fsSL https://raw.githubusercontent.com/linode/cluster-api-provider-linode/1981a4934753c10bfe9042c0b24ed4d02392ee0e/scripts/pre-kubeadminit.sh | bash -s ${KUBERNETES_VERSION}
- curl -fsSL https://raw.githubusercontent.com/linode/cluster-api-provider-linode/24d71b05f5637b92f1b583be049e24cc2af6df9c/scripts/pre-kubeadminit.sh | bash -s ${KUBERNETES_VERSION}
- hostnamectl set-hostname '{{ ds.meta_data.label }}' && hostname -F /etc/hostname
joinConfiguration:
nodeRegistration:
Expand Down
2 changes: 1 addition & 1 deletion templates/flavors/kubeadm/default/kubeadmControlPlane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
name: ${CLUSTER_NAME}-control-plane
kubeadmConfigSpec:
preKubeadmCommands:
- curl -fsSL https://raw.githubusercontent.com/linode/cluster-api-provider-linode/1981a4934753c10bfe9042c0b24ed4d02392ee0e/scripts/pre-kubeadminit.sh | bash -s ${KUBERNETES_VERSION}
- curl -fsSL https://raw.githubusercontent.com/linode/cluster-api-provider-linode/24d71b05f5637b92f1b583be049e24cc2af6df9c/scripts/pre-kubeadminit.sh | bash -s ${KUBERNETES_VERSION}
- hostnamectl set-hostname '{{ ds.meta_data.label }}' && hostname -F /etc/hostname
clusterConfiguration:
etcd:
Expand Down

0 comments on commit 134eed7

Please sign in to comment.