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 (25)
📒 Files selected for processing (13)
💤 Files with no reviewable changes (10)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughAzureClusterHostedDNSInstall is removed from feature-gate registration, the AzurePlatformStatus cloudLoadBalancerConfig annotation, and the feature-gate table. Several payload-manifest feature-gate lists are updated to remove or replace the gate with AWSClusterHostedDNSInstall, AWSDualStackInstall, or AutomatedEtcdBackup. The related Infrastructure and ControllerConfig test manifests for this gate are deleted. Suggested reviewers
🚥 Pre-merge checks | ✅ 13 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (13 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 |
|
[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 |
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 |
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
43cb0fa to
8f65945
Compare
|
@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.