Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Priority class created but name isn't match #114

Open
uniuuu opened this issue May 23, 2023 · 1 comment
Open

Priority class created but name isn't match #114

uniuuu opened this issue May 23, 2023 · 1 comment

Comments

@uniuuu
Copy link

uniuuu commented 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.

@uniuuu uniuuu changed the title Priority class not created Priority class created but name isn't match May 23, 2023
@arttor
Copy link
Owner

arttor commented May 27, 2023

Hi, can you please provide sample manifests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants