chore(kubernetes): upgrade kube
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
0b16448e41
commit
61247e5d41
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ version="v1.5.4"
|
|||
usr=`whoami`
|
||||
|
||||
# Installing k3s
|
||||
curl -sL https://get.k3s.io | sudo K3S_KUBECONFIG_MODE="644" INSTALL_K3S_VERSION='v1.19.5+k3s2' INSTALL_K3S_EXEC="--no-deploy=traefik" sh -
|
||||
curl -sL https://get.k3s.io | sudo K3S_KUBECONFIG_MODE="644" INSTALL_K3S_VERSION='v1.22.8+k3s1' INSTALL_K3S_EXEC="--no-deploy=traefik" sh -
|
||||
mkdir ~/.kube
|
||||
sudo cp /etc/rancher/k3s/k3s.yaml ~/.kube/config
|
||||
chmod 0644 ~/.kube/config
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue