docs(platform-package): document kubevirt.disabledFeatureGates - #678
Open
Aleksei Sviridkin (lexfrei) wants to merge 1 commit into
Open
docs(platform-package): document kubevirt.disabledFeatureGates#678Aleksei Sviridkin (lexfrei) wants to merge 1 commit into
Aleksei Sviridkin (lexfrei) wants to merge 1 commit into
Conversation
KubeVirt 1.9 enables every Beta feature gate by default. The platform switches three of them off on its own and forwards a kubevirt.disabledFeatureGates list from the platform values for the rest, so an operator on a cluster that cannot carry a gate has a supported place to say so. The page is the hand-written table of platform values and had no row for the key. Assisted-By: Claude <noreply@anthropic.com> Signed-off-by: Aleksei Sviridkin <f@lex.la>
✅ Deploy Preview for cozystack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
11 tasks
Aleksei Sviridkin (lexfrei)
marked this pull request as ready for review
September 2, 2026 17:12
Aleksei Sviridkin (lexfrei)
requested review from
Andrei Kvapil (kvaps),
Timofei Larkin (lllamnyp),
myasnikovdaniil and
Timur Tukaev (tym83)
as code owners
September 2, 2026 17:12
IvanHunters
approved these changes
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
KubeVirtsection to thenextplatform-package page with one row,kubevirt.disabledFeatureGates.The key arrives with cozystack/cozystack#4015, which moves KubeVirt to 1.9. That release turns every Beta feature gate on by default; the platform switches three of them off on its own (
Template,ExternalNetResourceInjection, andImageVolumeon Kubernetes older than 1.35), and this list is how an operator adds to that on a cluster that cannot carry a gate, for exampleImageVolumeon a container runtime without image volume support. The row also says that a gate the platform enables cannot be switched off from here, because the chart stops the render and names the gate.Lands after cozystack/cozystack#4015: the key does not exist on the platform before that merges, so the two go in that order.