Skip to content

Commit

Permalink
fix k8s setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewedy committed May 25, 2020
1 parent 2b96fc9 commit 5bd20fe
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,7 +1,7 @@
# HW requirements: 2 CPUS 2 RAM
# OS: Ubuntu focal

#should change to $(lsb_release -cs) but it appears it is not working on focal yet
#should be $(lsb_release -cs) but it appears it is not working on focal yet
docker_ubuntu_release=bionic
k8s_version=1.18.0

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,7 +1,7 @@
# HW requirements: 1 CPUS 2 RAM
# OS: Ubuntu focal

#should change to $(lsb_release -cs) but it appears it is not working on focal yet
#should be $(lsb_release -cs) but it appears it is not working on focal yet
docker_ubuntu_release=bionic
k8s_version=1.18.0

Expand Down

0 comments on commit 5bd20fe

Please sign in to comment.