Skip to content

Commit

Permalink
Merge pull request #89973 from liggitt/automated-cherry-pick-of-#8997…
Browse files Browse the repository at this point in the history
…0-upstream-release-1.16

Automated cherry pick of #89970: Fix priorityClass typo, add numeric priority to static pods
  • Loading branch information
k8s-ci-robot authored Apr 9, 2020
2 parents 33357ef + ffbe7f9 commit 0ff2c2a
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 5 deletions.
1 change: 1 addition & 0 deletions cluster/gce/manifests/etcd-empty-dir-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
k8s-app: etcd-empty-dir-cleanup
spec:
priorityClassName: system-node-critical
priority: 2000001000
hostNetwork: true
dnsPolicy: Default
containers:
Expand Down
3 changes: 2 additions & 1 deletion cluster/gce/manifests/etcd.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
}
},
"spec":{
"priorityClass": "system-node-critical",
"priorityClassName": "system-node-critical",
"priority": 2000001000,
"hostNetwork": true,
"containers":[
{
Expand Down
1 change: 1 addition & 0 deletions cluster/gce/manifests/glbc.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ metadata:
kubernetes.io/name: "GLBC"
spec:
priorityClassName: system-node-critical
priority: 2000001000
terminationGracePeriodSeconds: 600
hostNetwork: true
containers:
Expand Down
3 changes: 2 additions & 1 deletion cluster/gce/manifests/konnectivity-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ metadata:
seccomp.security.alpha.kubernetes.io/pod: 'docker/default'
component: konnectivity-server
spec:
priorityClassName: system-cluster-critical
priorityClassName: system-node-critical
priority: 2000001000
hostNetwork: true
containers:
- name: konnectivity-server-container
Expand Down
1 change: 1 addition & 0 deletions cluster/gce/manifests/kube-addon-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
component: kube-addon-manager
spec:
priorityClassName: system-node-critical
priority: 2000001000
hostNetwork: true
containers:
- name: kube-addon-manager
Expand Down
3 changes: 2 additions & 1 deletion cluster/gce/manifests/kube-apiserver.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
}
},
"spec":{
"priorityClass": "system-node-critical",
"priorityClassName": "system-node-critical",
"priority": 2000001000,
"hostNetwork": true,
"containers":[
{
Expand Down
3 changes: 2 additions & 1 deletion cluster/gce/manifests/kube-controller-manager.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
}
},
"spec":{
"priorityClass": "system-node-critical",
"priorityClassName": "system-node-critical",
"priority": 2000001000,
"hostNetwork": true,
"containers":[
{
Expand Down
1 change: 1 addition & 0 deletions cluster/gce/manifests/kube-proxy.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ metadata:
component: kube-proxy
spec:
priorityClassName: system-node-critical
priority: 2000001000
hostNetwork: true
tolerations:
- operator: "Exists"
Expand Down
3 changes: 2 additions & 1 deletion cluster/gce/manifests/kube-scheduler.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
}
},
"spec":{
"priorityClass": "system-node-critical",
"priorityClassName": "system-node-critical",
"priority": 2000001000,
"hostNetwork": true,
"containers":[
{
Expand Down

0 comments on commit 0ff2c2a

Please sign in to comment.