Skip to content
Snippets Groups Projects
Unverified Commit 79a6b72a authored by Anshul Sharma's avatar Anshul Sharma Committed by GitHub
Browse files

Removed deprecated label kubernetes.io/cluster-service (#5372)

parent d439564a
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,3 @@ kind: ServiceAccount ...@@ -4,5 +4,3 @@ kind: ServiceAccount
metadata: metadata:
name: calico-node name: calico-node
namespace: kube-system namespace: kube-system
labels:
kubernetes.io/cluster-service: "true"
...@@ -4,6 +4,3 @@ kind: ServiceAccount ...@@ -4,6 +4,3 @@ kind: ServiceAccount
metadata: metadata:
name: canal name: canal
namespace: kube-system namespace: kube-system
labels:
kubernetes.io/cluster-service: "true"
...@@ -3,14 +3,12 @@ kind: DaemonSet ...@@ -3,14 +3,12 @@ kind: DaemonSet
metadata: metadata:
labels: labels:
k8s-app: cilium k8s-app: cilium
kubernetes.io/cluster-service: "true"
name: cilium name: cilium
namespace: kube-system namespace: kube-system
spec: spec:
selector: selector:
matchLabels: matchLabels:
k8s-app: cilium k8s-app: cilium
kubernetes.io/cluster-service: "true"
template: template:
metadata: metadata:
annotations: annotations:
...@@ -26,7 +24,6 @@ spec: ...@@ -26,7 +24,6 @@ spec:
scheduler.alpha.kubernetes.io/tolerations: '[{"key":"dedicated","operator":"Equal","value":"master","effect":"NoSchedule"}]' scheduler.alpha.kubernetes.io/tolerations: '[{"key":"dedicated","operator":"Equal","value":"master","effect":"NoSchedule"}]'
labels: labels:
k8s-app: cilium k8s-app: cilium
kubernetes.io/cluster-service: "true"
spec: spec:
containers: containers:
- args: - args:
......
...@@ -3,5 +3,3 @@ kind: ServiceAccount ...@@ -3,5 +3,3 @@ kind: ServiceAccount
metadata: metadata:
name: contiv-netmaster name: contiv-netmaster
namespace: kube-system namespace: kube-system
labels:
kubernetes.io/cluster-service: "true"
...@@ -3,5 +3,3 @@ kind: ServiceAccount ...@@ -3,5 +3,3 @@ kind: ServiceAccount
metadata: metadata:
name: contiv-netplugin name: contiv-netplugin
namespace: kube-system namespace: kube-system
labels:
kubernetes.io/cluster-service: "true"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment