mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Merge pull request #113640 from andrewsykim/ccm-priority-class-name
cluster: fix cloud-controller-manager.manifest to use priorityClassName
This commit is contained in:
commit
27766455f1
@ -18,7 +18,7 @@
|
|||||||
"type": "RuntimeDefault"
|
"type": "RuntimeDefault"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"priorityClass": "system-node-critical",
|
"priorityClassName": "system-node-critical",
|
||||||
"hostNetwork": true,
|
"hostNetwork": true,
|
||||||
"containers":[
|
"containers":[
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user