Description of problem: Several feature gates that are GA are still present in TechPreviewNoUpgrade FeatureSet. They should be removed, they have no effect there and only confuse people. Version-Release number of selected component (if applicable): 4.10.nightly How reproducible: always Steps to Reproduce: 1. Enable TechPreviewNoUpgrade feature set. 2. oc -n openshift-kube-controller-manager get pod kube-controller-manager-pewang0125vmc-pbzjd-master-0 -o custom-columns=NAME:.spec.containers[0].args --no-headers | fgrep -- "--feature-gates=CSI" Actual results: --feature-gates=CSIDriverAzureDisk=true ... --feature-gates=CSIDriverVSphere=true Expected results: No CSIDriverAzureDisk and CSIDriverVSphere - they're GA. (And make sure all the other GA feature gates are removed too).
PR looks like merged but it did not get fixed in 4.11.0-0.nightly-2022-02-08-180554, wait for new nightly.
Moving this back to ASSIGNED because it's going to take a while until all components bump their openshift/api dependency.
API server bump merged: https://github.com/openshift/cluster-kube-apiserver-operator/pull/1310 Apparently all components have their openshift/api bumped, so the feature gates that were changed in 4.10 should be correct now.
Verified passed on 4.11.0-0.nightly-2022-04-07-053433.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: OpenShift Container Platform 4.11.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:5069