We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eed9f9 commit ff7011eCopy full SHA for ff7011e
content/es/docs/tasks/run-application/access-api-from-pod.md
@@ -28,7 +28,7 @@ bibliotecas pueden automáticamente descubrir el servidor de la API y autenticar
28
Desde un Pod, las formas recomendadas de conectarse a la API de Kubernetes son:
29
30
- Para un cliente de Go, utilice la
31
- [biblioteca oficial de cliente Go](https://github.com/kubernetes/client-go/).
+ [biblioteca oficial del cliente de Go](https://github.com/kubernetes/client-go/).
32
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).
34
0 commit comments