mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
Added new command clusterinfo to kubectl
This is first version of the command. It prints IPs of master and cluster services. Should be improved once generalized labels are implemented #341. It requires label kubernet.io/cluster-service=true set for cluster services. Follow up cl after discussion in #4417.
This commit is contained in:
@@ -11,6 +11,7 @@ desiredState:
|
||||
k8s-app: kube-dns
|
||||
podTemplate:
|
||||
labels:
|
||||
name: kube-dns
|
||||
k8s-app: kube-dns
|
||||
kubernetes.io/cluster-service: "true"
|
||||
desiredState:
|
||||
|
Reference in New Issue
Block a user