File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/tasks/tools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ The following methods exist for installing kubectl on Linux:
100
100
101
101
{{< tabs name="download_checksum_linux" >}}
102
102
{{< tab name="x86-64" codelang="bash" >}}
103
- curl -LO "https://dl.k8s.io/$ (curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl "
103
+ curl -LO "https://dl.k8s.io/$ (curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256 "
104
104
{{< /tab >}}
105
105
{{< tab name="ARM64" codelang="bash" >}}
106
- curl -LO "https://dl.k8s.io/$ (curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/arm64/kubectl "
106
+ curl -LO "https://dl.k8s.io/$ (curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/arm64/kubectl.sha256 "
107
107
{{< /tab >}}
108
108
{{< /tabs >}}
109
109
You can’t perform that action at this time.
0 commit comments