You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/es/docs/tasks/tools/install-kubectl-linux.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Existen los siguientes métodos para instalar kubectl en Linux:
77
77
kubectl: OK
78
78
```
79
79
80
-
En caso de falla, `sha256` terminará con un estado diferente a cero con una salida similar a esta:
80
+
En caso de falla, `sha256` terminará con un estado diferente a cero con una salida similar a:
81
81
82
82
```console
83
83
kubectl: FAILED
@@ -165,12 +165,12 @@ En versiones anteriores a Debian 12 y Ubuntu 22.04 el directorio `/etc/apt/keyri
165
165
166
166
{{% tab name="Red Hat-based distributions" %}}
167
167
168
-
1.Add the Kubernetes `yum` repository. If you want to use Kubernetes version
169
-
different than {{< param "version" >}}, replace {{< param "version" >}} with
170
-
the desired minor version in the command below.
168
+
1.Agregue Kubernetes al repositorio `yum`. Si desea usar una versión de Kubernetes
169
+
diferente a {{< param "version" >}}, reemplace {{< param "version" >}} con
170
+
la versión deseada en el siguiente comando:
171
171
172
172
```bash
173
-
#This overwrites any existing configuration in /etc/yum.repos.d/kubernetes.repo
173
+
#Lo siguiente reemplaza cualquier configuración existente en /etc/yum.repos.d/kubernetes.repo
174
174
cat <<EOF | sudo tee /etc/yum.repos.d/kubernetes.repo
175
175
[kubernetes]
176
176
name=Kubernetes
@@ -182,10 +182,10 @@ En versiones anteriores a Debian 12 y Ubuntu 22.04 el directorio `/etc/apt/keyri
182
182
```
183
183
184
184
{{< note >}}
185
-
To upgrade kubectl to another minor release, you'll need to bump the version in `/etc/yum.repos.d/kubernetes.repo` before running `yum update`. This procedure is described in more detail in [Changing The Kubernetes Package Repository](/docs/tasks/administer-cluster/kubeadm/change-package-repository/).
185
+
Para actualizar kubectl a otra versión será necesario modificar la versión en `/etc/yum.repos.d/kubernetes.repo`antes de ejecutar `yum update`. Este procedimiento se describe con más detalle en [Changing The Kubernetes Package Repository](/docs/tasks/administer-cluster/kubeadm/change-package-repository/).
0 commit comments