Skip to content

Commit

Permalink
kubernetes_api_server_link_update
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan2707 committed Dec 9, 2024
1 parent c1a1e09 commit eee833b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kubectl apply -f examples/kubernetes/kubia.yaml
```

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

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

0 comments on commit eee833b

Please sign in to comment.