Kubectl
参考
安装kubectl
用 curl 在 Linux 系统中安装 kubectl
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"curl -LO https://dl.k8s.io/release/v1.22.0/bin/linux/amd64/kubectlcurl -LO "https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256"echo "$(<kubectl.sha256) kubectl" | sha256sum --checkkubectl: OKkubectl: FAILED sha256sum: WARNING: 1 computed checksum did NOT match
配置访问k8s集群
Last updated