Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rael Garcia <[email protected]>
  • Loading branch information
leeyspaul and raelga authored Dec 17, 2020
1 parent 74be5b9 commit 5476768
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions content/es/docs/tasks/tools/install-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Por ejemplo, para descarga la versión {{< param "fullversion" >}} en Linux, tec
curl -LO https://storage.googleapis.com/kubernetes-release/release/{{< param "fullversion" >}}/bin/linux/amd64/kubectl
```

2. Haz el binario de kubectl ejecutable.
2. Habilita los permisos de ejecución del binario `kubectl`.

```
chmod +x ./kubectl
Expand All @@ -56,7 +56,6 @@ Por ejemplo, para descarga la versión {{< param "fullversion" >}} en Linux, tec
kubectl version --client
```

Estos son algunos métodos para instalar kubectl.

## Instalar mediante el gestor de paquetes del sistema

Expand Down Expand Up @@ -243,11 +242,15 @@ Actualizar la instalación se realiza mediante la re-ejecución de los dos coman
{{< tabs name="kubectl_win_install" >}}
{{% tab name="choco" %}}
Using [Chocolatey](https://chocolatey.org).
```powershell
choco install kubernetes-cli
```
{{% /tab %}}
{{% tab name="scoop" %}}
Using [scoop](https://scoop.sh).
```powershell
scoop install kubectl
```
Expand Down Expand Up @@ -302,7 +305,7 @@ Puedes instalar kubectl como parte del Google Cloud SDK.
```shell
kubectl version --client
``
```
## Comprobar la configuración kubectl
Expand Down

0 comments on commit 5476768

Please sign in to comment.