1 cd kops/kops/2 ls3 vi upup/pkg/fi/cloudup/template_functions.go4 kops5 cd6 wget https://golang.org/dl/go1.17.1.linux-amd64.tar.gz7 sudo rm -rf /usr/local/go &&sudo tar -C /usr/local -xzf go1.17.1.linux-amd64.tar.gz8 export PATH=$PATH:/usr/local/go/bin9 which go10 go version11 mkdir kops12 cd kops13 export GOPATH=pwd14 git clone https://github.com/kubernetes/kops.git15 git fetch –all16 cd kops/17 git fetch –all18 git checkout -b release-1.20 origin/release-1.2019 vi upup/pkg/fi/cloudup/template_functions.go20 sudo apt install npm21 sudo…
Category: Kubernetes
Kubernete command
kubectl exec -it nginx-65899c769f-gf2lb — /bin/bash
Kubernete install TICK-charts on mac
参考 https://github.com/influxdata/tick-charts Step 1: Install helm & check tilller installed brew install kubernetes-helm helm init kubectl get pods –namespace kube-system 显示 $ kubectl get pods –namespace kube-system NAME READY STATUS RESTARTS AGE etcd-minikube 1/1 Running 0 4d kube-addon-manager-minikube 1/1 Running 5 5d kube-apiserver-minikube 1/1 Running 0 4d kube-controller-manager-minikube 1/1 Running 0 4d kube-dns-86f4d74b45-4zzs2 3/3 Running…
Kubernete Resources
Platform kubermatic https://stackpoint.io/ Mindmap Kubernete Kubernete TICK Charts https://github.com/influxdata/tick-charts