mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
cluster: fix cloud-controller-manager.manifest to use priorityClassName instead of priorityClass
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
This commit is contained in:
parent
5d06c6a92d
commit
3242ca8ab1
@ -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