Skip to content

Commit b793911

Browse files
Update content/es/docs/tasks/run-application/access-api-from-pod.md
Co-authored-by: Victor Morales <[email protected]>
1 parent ff7011e commit b793911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/es/docs/tasks/run-application/access-api-from-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Desde un Pod, las formas recomendadas de conectarse a la API de Kubernetes son:
3030
- Para un cliente de Go, utilice la
3131
[biblioteca oficial del cliente de Go](https://github.com/kubernetes/client-go/).
3232
La función `rest.InClusterConfig()` maneja automáticamente el descubrimiento del host de la API
33-
y la autenticación. Ver [un ejemplo aqui](https://git.k8s.io/client-go/examples/in-cluster-client-configuration/main.go).
33+
y la autenticación. Vea [un ejemplo aqui](https://git.k8s.io/client-go/examples/in-cluster-client-configuration/main.go).
3434

3535
- Para un cliente de Python, utiliza la
3636
[biblioteca oficial de cliente Python](https://github.com/kubernetes-client/python/).

0 commit comments

Comments
 (0)