mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +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"
|
||||
}
|
||||
},
|
||||
"priorityClass": "system-node-critical",
|
||||
"priorityClassName": "system-node-critical",
|
||||
"hostNetwork": true,
|
||||
"containers":[
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user