We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6d646 commit 5a7dc5dCopy full SHA for 5a7dc5d
content/en/docs/tasks/tools/install-kubectl-linux.md
@@ -52,7 +52,7 @@ The following methods exist for installing kubectl on Linux:
52
And for Linux ARM64, type:
53
54
```bash
55
- curl -LO https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/linux/arm64/kubectl
+ curl -LO https://dl.k8s.io/release/v{{< skew currentPatchVersion >}}/bin/linux/arm64/kubectl
56
```
57
58
{{< /note >}}
0 commit comments