removed undocumented convenience alias from documentation

This commit is contained in:
Tamás Gérczei 2020-12-22 13:39:09 +01:00
parent 2023f54c59
commit 0b7c1653bf
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ ssh worker1 bash -xs < k8s-ubuntu-install
# UPGRADE
## when upgrading point releases
export K8S_VERSION_CURRENT=$(kc version --short | awk '/^Server/{print substr($3,2)}')<br>
export K8S_VERSION_CURRENT=$(kubectl version --short | awk '/^Server/{print substr($3,2)}')<br>
export K8S_VERSION_LATEST=$(curl -sL https://dl.k8s.io/release/stable-${K8S_VERSION_CURRENT%.*}.txt)
## otherwise