Skip to content

Commit

Permalink
Merge pull request #1145 from caseydavenport/fix-labels
Browse files Browse the repository at this point in the history
Fix kubeadm labels so they work across upgrade
  • Loading branch information
caseydavenport authored Sep 27, 2017
2 parents 4b7aa0e + b61e95a commit 9b55022
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 9b55022

Please sign in to comment.