Skip to content

Commit e050600

Browse files
authored
Merge pull request #42172 from sftim/20230724_replace_deprecated_param
Remove a deprecated param
2 parents 3bcd9a0 + 5a7dc5d commit e050600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/tools/install-kubectl-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following methods exist for installing kubectl on Linux:
5252
And for Linux ARM64, type:
5353

5454
```bash
55-
curl -LO https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/linux/arm64/kubectl
55+
curl -LO https://dl.k8s.io/release/v{{< skew currentPatchVersion >}}/bin/linux/arm64/kubectl
5656
```
5757

5858
{{< /note >}}

0 commit comments

Comments
 (0)