Merge pull request #113640 from andrewsykim/ccm-priority-class-name

cluster: fix cloud-controller-manager.manifest to use priorityClassName
This commit is contained in:
Kubernetes Prow Robot 2022-11-04 17:40:14 -07:00 committed by GitHub
commit 27766455f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
"type": "RuntimeDefault" "type": "RuntimeDefault"
} }
}, },
"priorityClass": "system-node-critical", "priorityClassName": "system-node-critical",
"hostNetwork": true, "hostNetwork": true,
"containers":[ "containers":[
{ {