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

allow users to define a default priorityClass #1769

Merged
merged 4 commits into from
May 16, 2024
Merged

Conversation

narcis96
Copy link
Contributor

@narcis96 narcis96 commented May 14, 2024

Ref #1718
Ref ENG-3563

Copy link

netlify bot commented May 14, 2024

Deploy Preview for vcluster-docs canceled.

Name Link
🔨 Latest commit 5736b85
🔍 Latest deploy log https://app.netlify.com/sites/vcluster-docs/deploys/6645ec2519348d0007e8cf90

chart/values.yaml Outdated Show resolved Hide resolved
@narcis96 narcis96 force-pushed the narcis/fix_1718 branch 4 times, most recently from 88f4caa to d85b00a Compare May 15, 2024 09:39
chart/templates/coredns-configmap.yaml Outdated Show resolved Hide resolved
config/config.go Outdated Show resolved Hide resolved
@@ -535,6 +535,10 @@
"overwriteManifests": {
"type": "string",
"description": "OverwriteManifests can be used to overwrite the coredns manifests used to deploy coredns"
},
"priorityClassName": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this also must find its way into the docs: https://github.com/loft-sh/vcluster-docs/tree/main/docs/_partials/config/controlPlane/coredns

There is gen-partials.sh which updates this. Might be that this done for the next beta release anyway though?! (cc @aimeeu)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The process is manual and yes, we generate new partials for each release.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so we should do it in another MR, right ?

@heiko-braun
Copy link
Contributor

@narcis96

Seems like you forgot to run 'go run hack/schema/main.go' before committing your changes!

@FabianKramm
Copy link
Member

@narcis96 we should not have system-critical as a default anymore, its fine that we can configure it now, but it shouldn't be set by default

Co-authored-by: Johannes Frey <[email protected]>
chart/templates/coredns-configmap.yaml Outdated Show resolved Hide resolved
@FabianKramm FabianKramm merged commit 9cdaba6 into main May 16, 2024
73 checks passed
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

Successfully merging this pull request may close these issues.

None yet

5 participants