mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 20:50:24 +00:00
Added label kubernetes.io/name to cluster services
The label specifies service name which is displayed in kubectl cluster-info
This commit is contained in:
@@ -5,8 +5,8 @@ metadata:
|
||||
namespace: default
|
||||
labels:
|
||||
k8s-app: kube-dns
|
||||
name: kube-dns
|
||||
kubernetes.io/cluster-service: "true"
|
||||
kubernetes.io/name: "KubeDNS"
|
||||
spec:
|
||||
selector:
|
||||
k8s-app: kube-dns
|
||||
|
Reference in New Issue
Block a user