Skip to content

Commit

Permalink
fix konnectivity installs as we are now installing packages with tar …
Browse files Browse the repository at this point in the history
…files (#388)

Co-authored-by: Rahul Sharma <[email protected]>
  • Loading branch information
rahulait and rahulait authored Jul 2, 2024
1 parent 46a7302 commit 9ed266e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/flavors/kubeadm/konnectivity/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ patches:
spec:
kubeadmConfigSpec:
preKubeadmCommands:
- /kubeadm-pre-init.sh ${KUBERNETES_VERSION}
- sed -i '/swap/d' /etc/fstab
- swapoff -a
- curl -fsSL https://raw.githubusercontent.com/linode/cluster-api-provider-linode/1981a4934753c10bfe9042c0b24ed4d02392ee0e/scripts/pre-kubeadminit.sh | bash -s ${KUBERNETES_VERSION}
- hostnamectl set-hostname '{{ ds.meta_data.label }}' && hostname -F /etc/hostname
- mkdir -p -m 755 /etc/kubernetes/konnectivity
- curl -s -L https://raw.githubusercontent.com/linode/konnectivity/876b00f976975833929723ad9e247d0c124124bd/config/egress-selector-configuration.yaml > /etc/kubernetes/konnectivity/egress-selector-configuration.yaml
Expand Down

0 comments on commit 9ed266e

Please sign in to comment.