-
Notifications
You must be signed in to change notification settings - Fork 586
[WIP] STOR-2878: Graduate MutableCSINodeAllocatableCount to GA #2673
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
base: master
Are you sure you want to change the base?
[WIP] STOR-2878: Graduate MutableCSINodeAllocatableCount to GA #2673
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@Phaow: This pull request references STOR-2878 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Hello @Phaow! Some important instructions when contributing to openshift/api: |
|
@Phaow: This pull request references STOR-2878 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
📝 WalkthroughWalkthroughThis pull request moves the MutableCSINodeAllocatableCount feature from disabled to enabled in multiple FeatureGate manifests (Hypershift-Default, Hypershift-OKD, SelfManagedHA-Default, SelfManagedHA-OKD), reorders its row in features.md (removed then reintroduced elsewhere), and updates features.go to enable FeatureGateSigstoreImageVerification and FeatureGateSigstoreImageVerificationPKI for Default and OKD in addition to existing tiers. No exported/public signatures were changed. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Comment |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test unit |
|
PR-Agent: could not fine a component named |
Signed-off-by: Penghao <pewang@redhat.com>
ab0c5a1 to
a0c674f
Compare
|
/test minor-e2e-upgrade-minor |
|
PR-Agent: could not fine a component named |
|
@Phaow: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@Phaow: This pull request references STOR-2878 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
User description
PR Type
Enhancement
Description
Graduate MutableCSINodeAllocatableCount feature gate to GA
Enable feature in Default profile alongside preview profiles
Update feature gate documentation and manifest files
Reorder feature in documentation table to GA section
Diagram Walkthrough
File Walkthrough
features.go
Enable MutableCSINodeAllocatableCount in Default profilefeatures/features.go
configv1.Defaultto theenableIn()call forFeatureGateMutableCSINodeAllocatableCountFeatureGateKMSEncryptiondefinitionfeatures.md
Move MutableCSINodeAllocatableCount to GA documentationfeatures.md
across all profiles
featureGate-Hypershift-Default.yaml
Move feature to Default section in Hypershift manifestpayload-manifests/featuregates/featureGate-Hypershift-Default.yaml
section
featureGate-SelfManagedHA-Default.yaml
Move feature to Default section in SelfManagedHA manifestpayload-manifests/featuregates/featureGate-SelfManagedHA-Default.yaml
section
Special notes for your reviewer:
[Feature:OffByDefault]tag and real e2e for aws 3 tests(in Suite:openshift/conformance/serial), total test count is 5.