X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fk8s_common.sh;h=a8c83ce49a10123bb6a66b6d839af1ad1e76f12b;hb=HEAD;hp=9a4483419c123830066a48747f28d4aca7768368;hpb=d02f2717a3bbdc82ad7443c60edad06855fb4d79;p=iec.git diff --git a/scripts/k8s_common.sh b/scripts/k8s_common.sh deleted file mode 100755 index 9a44834..0000000 --- a/scripts/k8s_common.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash -ex - -DOCKER_VERSION=18.06.1~ce~3-0~ubuntu -KUBE_VERSION=1.13.0-00 - -# Install Docker as Prerequisite -curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - -sudo apt-key fingerprint 0EBFCD88 -sudo add-apt-repository \ - "deb https://download.docker.com/linux/ubuntu \ - $(lsb_release -cs) \ - stable" -sudo apt update -sudo apt install -y docker-ce=${DOCKER_VERSION} - -# Disable swap on your machine -sudo swapoff -a - -# Install Kubernetes with Kubeadm -sudo apt update -sudo apt install -y apt-transport-https curl -curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - - -cat <