Skip to content

Commit

Permalink
Fix Oracle Linux Template for multi node control plane (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamradhakrishnan committed Dec 8, 2022
1 parent e31d67a commit 3d13008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/cluster-template-oraclelinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ spec:
criSocket: /var/run/containerd/containerd.sock
kubeletExtraArgs:
cloud-provider: external
provider-id: oci://{{ ds["id"] }}
preKubeadmCommands:
- sed -ri '/\sswap\s/s/^#?/#/' /etc/fstab
- swapoff -a
Expand Down

0 comments on commit 3d13008

Please sign in to comment.