File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 env :
101101 KUBECONFIG : /etc/rancher/k3s/k3s.yaml
102102 run : |
103- curl -sfL https://get.k3s.io | sh -s - --docker --write-kubeconfig-mode 664
103+ curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.21.11+k3s1 sh -s - --docker --write-kubeconfig-mode 664
104104 kubectl wait node --all --for condition=ready --timeout=90s
105105 mkdir -p $HOME/.kube
106106 cp /etc/rancher/k3s/k3s.yaml $HOME/.kube/config
Original file line number Diff line number Diff line change 8383 env :
8484 KUBECONFIG : /etc/rancher/k3s/k3s.yaml
8585 run : |
86- curl -sfL https://get.k3s.io | sh -s - --docker --write-kubeconfig-mode 664
86+ curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.21.11+k3s1 sh -s - --docker --write-kubeconfig-mode 664
8787 kubectl wait node --all --for condition=ready --timeout=90s
8888 mkdir -p $HOME/.kube
8989 cp /etc/rancher/k3s/k3s.yaml $HOME/.kube/config
Original file line number Diff line number Diff line change 9393 env :
9494 KUBECONFIG : /etc/rancher/k3s/k3s.yaml
9595 run : |
96- curl -sfL https://get.k3s.io | sh -s - --docker --write-kubeconfig-mode 664
96+ curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.21.11+k3s1 sh -s - --docker --write-kubeconfig-mode 664
9797 kubectl wait node --all --for condition=ready --timeout=90s
9898 mkdir -p $HOME/.kube
9999 cp /etc/rancher/k3s/k3s.yaml $HOME/.kube/config
You can’t perform that action at this time.
0 commit comments