Skip to content

Commit

Permalink
update k8s provision script to disable swap for ubuntu focal
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed May 27, 2020
1 parent d6de986 commit e6c7028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/samples-provision/k8s/master.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HW requirements: 2 CPUS 2 RAM
# OS: Ubuntu focal
set -x
set -ex

#should be $(lsb_release -cs) but it appears it is not working on focal yet
docker_ubuntu_release=bionic
Expand Down
2 changes: 1 addition & 1 deletion etc/samples-provision/k8s/worker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HW requirements: 1 CPUS 2 RAM
# OS: Ubuntu focal
set -x
set -ex

#should be $(lsb_release -cs) but it appears it is not working on focal yet
docker_ubuntu_release=bionic
Expand Down

0 comments on commit e6c7028

Please sign in to comment.