Skip to content

Commit

Permalink
make sure swap is disabled even though there's no swap disk
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyDumaine committed Feb 9, 2024
1 parent ab3fa45 commit f828004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/addons/cilium-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
cni: cilium
repoURL: https://helm.cilium.io/
chartName: cilium
version: 0.15.0
version: 1.15.0
options:
waitForJobs: true
wait: true
Expand Down
2 changes: 2 additions & 0 deletions templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,5 @@ stringData:
modprobe overlay
modprobe br_netfilter
sysctl --system
sed -i '/swap/d' /etc/fstab
swapoff -a

0 comments on commit f828004

Please sign in to comment.