Skip to content

Commit

Permalink
Fix core addons error
Browse files Browse the repository at this point in the history
  • Loading branch information
kairen committed Aug 6, 2018
1 parent d09934b commit d925421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions addons/coredns/coredns-dp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ spec:
matchLabels:
k8s-app: kube-dns
template:
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ""
metadata:
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ""
labels:
k8s-app: kube-dns
spec:
Expand Down
4 changes: 2 additions & 2 deletions addons/kube-proxy/kube-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ spec:
matchLabels:
k8s-app: kube-proxy
template:
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ""
metadata:
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ""
labels:
k8s-app: kube-proxy
spec:
Expand Down

0 comments on commit d925421

Please sign in to comment.