Skip to content

Commit

Permalink
[en] Fix Tab panes have formatting issues (kubernetes#48813)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuanbin Chen <[email protected]>
  • Loading branch information
chenybawcloud committed Nov 26, 2024
1 parent 3466056 commit 919084c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/tasks/tools/install-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@ You can install kubectl as part of the Google Cloud SDK.
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
```

{{< note >}}
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.
{{< /note >}}

For example, to download version {{< param "fullversion" >}} on Linux, type:

Expand Down

0 comments on commit 919084c

Please sign in to comment.