X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=213db7560124ef26d7aa0965b50ee80e989e9fea;hb=f7eefb25d54e4f4481004760f95f3e819e783ef1;hp=ef3ee9cf218a0eb0471c0fc47c7fe907db38f69f;hpb=9a51086452eaf7ee39c485246c7bcc4a4481efae;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index ef3ee9cf..213db756 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -852,6 +852,7 @@ function install_kube() { #initializes kubernetes control plane function init_kubeadm() { sudo swapoff -a + sudo sed -i.bak '/.*none.*swap/s/^\(.*\)$/#\1/g' /etc/fstab sudo kubeadm init --config $1 sleep 5 }