Skip to content

Commit

Permalink
Fix kubeadm labels so they work across upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydavenport committed Sep 27, 2017
1 parent 4b7aa0e commit b61e95a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ metadata:
name: calico-policy-controller
namespace: kube-system
labels:
k8s-app: calico-policy
k8s-app: calico-policy-controller
spec:
# Turn this deployment off in favor of the kube-controllers deployment above.
replicas: 0
Expand All @@ -310,7 +310,7 @@ spec:
name: calico-policy-controller
namespace: kube-system
labels:
k8s-app: calico-policy
k8s-app: calico-policy-controller
spec:
hostNetwork: true
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ metadata:
name: calico-policy-controller
namespace: kube-system
labels:
k8s-app: calico-policy
k8s-app: calico-policy-controller
spec:
# Turn this deployment off in favor of the kube-controllers deployment above.
replicas: 0
Expand All @@ -342,7 +342,7 @@ spec:
name: calico-policy-controller
namespace: kube-system
labels:
k8s-app: calico-policy
k8s-app: calico-policy-controller
spec:
hostNetwork: true
serviceAccountName: calico-kube-controllers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ metadata:
name: calico-policy-controller
namespace: kube-system
labels:
k8s-app: calico-policy
k8s-app: calico-policy-controller
spec:
# Turn this deployment off in favor of the kube-controllers deployment above.
replicas: 0
Expand All @@ -310,7 +310,7 @@ spec:
name: calico-policy-controller
namespace: kube-system
labels:
k8s-app: calico-policy
k8s-app: calico-policy-controller
spec:
hostNetwork: true
containers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ metadata:
name: calico-policy-controller
namespace: kube-system
labels:
k8s-app: calico-policy
k8s-app: calico-policy-controller
spec:
# Turn this deployment off in favor of the kube-controllers deployment above.
replicas: 0
Expand All @@ -342,7 +342,7 @@ spec:
name: calico-policy-controller
namespace: kube-system
labels:
k8s-app: calico-policy
k8s-app: calico-policy-controller
spec:
hostNetwork: true
serviceAccountName: calico-kube-controllers
Expand Down

0 comments on commit b61e95a

Please sign in to comment.