Skip to content

Commit eee833b

Browse files
committed
kubernetes_api_server_link_update
1 parent c1a1e09 commit eee833b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kubernetes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ kubectl apply -f examples/kubernetes/kubia.yaml
1212
```
1313

1414
# Initialize environment variables
15-
*CLUSTER_CERT* and *CLUSTER_KEY* are certificates used for starting [kubernetes API server](https://kubernetes.io/docs/concepts/cluster-administration/certificates/)
15+
*CLUSTER_CERT* and *CLUSTER_KEY* are certificates used for starting [kubernetes API server](https://kubernetes.io/docs/concepts/architecture/#kube-apiserver)
1616

1717
```bash
1818
CLUSTER_IP=$(kubectl config view --minify -o jsonpath='{.clusters[0].cluster.server}' | sed -n "s/https\:\/\/\(\S*\).*$/\1/p")

0 commit comments

Comments
 (0)