You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To download a specific version, replace the `$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)` portion of the command with the specific version.
38
+
To download a specific version, replace the `$(curl -sL https://dl.k8s.io/release/stable.txt)` portion of the command with the specific version.
39
39
40
40
For example, to download version v1.19.0 on Linux, type:
0 commit comments