helm>= 3.0.0
--set
command line arguments, as demonstrated below, or by creating and referencing
a values.yaml
file for a more organized and customizable configuration.--set
command line arguments, as demonstrated above, or by
creating and referencing a values.yaml
file for a more organized and
customizable configuration.insufficient quota to match these scopes: [{PriorityClass In [system-node-critical system-cluster-critical]}]
This error occurs because the Plerion controller manager is assigned the highest scheduling priority, system-cluster-critical
, to ensure availability. The error indicates that the project does not have sufficient quota to create a cluster with the specified priority class.
To resolve this issue, you will have to either submit a request to increase the quota OR unset the priorityClass
per the Advanced Options section. However, please note that unsetting the priorityClass
may impact the high availability of our service.