You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When run: awk 'FNR==1 && NR!=1 {print "---"}{print}' manifests/*.yaml | helmify project Priority Class objects are created but the name of each class appended with prefix of the project (helm chart) name.
While in templates/deployment.yaml and templates/statefulset.yaml priority class names are unchanged and when deploying chart it makes replicasets to fail with:
Warning FailedCreate 86s (x16 over 4m11s) replicaset-controller Error creating: pods "project-k8s-server-79466b6fc-" is forbidden: no PriorityClass with name low-priority was found
because priority class names aren't match.
The text was updated successfully, but these errors were encountered:
uniuuu
changed the title
Priority class not created
Priority class created but name isn't match
May 23, 2023
When run:
awk 'FNR==1 && NR!=1 {print "---"}{print}' manifests/*.yaml | helmify project
Priority Class objects are created but the name of each class appended with prefix of the project (helm chart) name.While in templates/deployment.yaml and templates/statefulset.yaml priority class names are unchanged and when deploying chart it makes replicasets to fail with:
Warning FailedCreate 86s (x16 over 4m11s) replicaset-controller Error creating: pods "project-k8s-server-79466b6fc-" is forbidden: no PriorityClass with name low-priority was found
because priority class names aren't match.
The text was updated successfully, but these errors were encountered: