k8s prototype.

This commit is contained in:
TingluoHuang
2020-07-22 11:06:15 -04:00
parent e7b0844772
commit 6395efe7e0
27 changed files with 990 additions and 65 deletions

6
test_script.sh Normal file
View File

@@ -0,0 +1,6 @@
apt-get update
apt-get install -y apt-transport-https gnupg2
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
echo "deb https://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/apt/sources.list.d/kubernetes.list
apt-get update
apt-get install -y kubectl