-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.21
-
None
This is a clone of issue OCPBUGS-71234. The following is the description of the original issue:
—
Description of problem:
MicroShift blocks all upgrade streams when custom feature-gates are set. OCP only blocks x and y stream upgrades for the same case.
Version-Release number of selected component (if applicable):
4.21.z
How reproducible:
100%
Steps to Reproduce:
1. Create config drop-in
$ cat > /etc/microshift/config.d/features.yaml <<'EOF'
apiServer:
featureGates:
featureSet: "CustomNoUpgrade"
customNoUpgrade:
enabled: ["FakeFeatureGate"]
EOF
2. Restart microshift service
3. Upgrade microshift
Actual results:
After upgrading, MicroShift detects /var/lib/microshift/no-upgrade file exists and will fail to start.
Expected results:
Upgrades on the z-stream should be permitted when custom featuregates are set.
- clones
-
OCPBUGS-71234 MicroShift should allow z-stream upgrades when custom featureGates are set
-
- Verified
-
- is blocked by
-
OCPBUGS-71234 MicroShift should allow z-stream upgrades when custom featureGates are set
-
- Verified
-
- links to