Remove AzureClusterHostedDNSInstall Featuregate#2902
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @sadasu! Some important instructions when contributing to openshift/api: |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (29)
📒 Files selected for processing (13)
💤 Files with no reviewable changes (3)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (7)
📝 WalkthroughWalkthroughAzureClusterHostedDNSInstall is removed from feature-gate registration, the AzurePlatformStatus CloudLoadBalancerConfig annotation, and the feature-gate table. Related test manifests and payload feature-gate manifests are updated to remove the gate or replace it with AWSClusterHostedDNSInstall or AutomatedEtcdBackup. 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.2)Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented Comment |
77edcc7 to
43cb0fa
Compare
JoelSpeed
left a comment
There was a problem hiding this comment.
In which release did this gate go GA?
There was a problem hiding this comment.
Tests should still be relevant, just need to remove the gating on them
4.22 |
43cb0fa to
8f65945
Compare
|
Will need a rebase, but otherwise no concerns with moving ahead here. Are all other references removed from the payload? |
The CloudLoadBalancerConfig field in AzurePlatformStatus is now ungated and available by default. The AzureClusterHostedDNSInstall feature gate has been removed from the API. Changes: - Removed +openshift:enable:FeatureGate=AzureClusterHostedDNSInstall annotation - Removed FeatureGateAzureClusterHostedDNSInstall definition from features.go - Deleted feature-gated CRD manifests (AzureClusterHostedDNSInstall.yaml) - Kept test files but removed feature gate requirements: - config/v1/tests/infrastructures.config.openshift.io/AzureClusterHostedDNSInstall.yaml - machineconfiguration/v1/tests/controllerconfigs.machineconfiguration.openshift.io/AzureClusterHostedDNSInstall.yaml - Regenerated ungated CRD manifests and feature gate configurations
8f65945 to
724146a
Compare
|
/lgtm |
|
@JoelSpeed: This PR has been marked as verified by 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. |
|
Scheduling tests matching the |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/hold Revision 724146a was retested 3 times: holding |
|
/hold cancel |
|
/retest |
|
/test e2e-gcp |
1 similar comment
|
/test e2e-gcp |
|
@sadasu: 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. |
Azure ClusterHostedDNS feature was GA-ed in 4.22.
Afaik, the featuregate needs to be removed in the following release.