Apply suggestions from code review

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/41028/head
Mauren Berti 2023-05-08 13:18:48 -04:00 committed by GitHub
parent 1dc96fb4fa
commit b220da6b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Existem os seguintes métodos para instalar o kubectl no Linux:
{{< note >}}
Para fazer o download de uma versão específica, substitua a parte `$(curl -L -s https://dl.k8s.io/release/stable.txt)` do comando pela versão específica.
Por exemplo, para fazer download da versão v{{< skew currentPatchVersion >}} no Linux, digite:
Por exemplo, para fazer download da versão {{< skew currentPatchVersion >}} no Linux, digite:
```bash
curl -LO https://dl.k8s.io/release/v{{< skew currentPatchVersion >}}/bin/linux/amd64/kubectl