Skip to content

Commit a51eaff

Browse files
committed
NE-2471: Remove feature-set annotations from Sail Library RBAC
Remove TechPreviewNoUpgrade annotations from Sail ClusterRole and ClusterRoleBinding to enable Gateway API functionality on all clusters. The CVO only includes TechPreview-annotated manifests in the payload during cluster installation. When the feature set is changed on a running cluster, the CVO restarts but uses the same pre-filtered payload. This means TechPreview manifests are unavailable on clusters installed with the Default feature set, even if TechPreviewNoUpgrade is enabled later. Without these annotations, the Sail Library RBAC will be included in all cluster installations, allowing Gateway API to function correctly as we promote the feature to GA.
1 parent 128729e commit a51eaff

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

manifests/00-cluster-role-sail-library.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ metadata:
3131
name: openshift-ingress-operator-sail-library
3232
annotations:
3333
capability.openshift.io/name: Ingress
34-
release.openshift.io/feature-set: DevPreviewNoUpgrade,TechPreviewNoUpgrade # Remove when GA
3534
include.release.openshift.io/ibm-cloud-managed: "true"
3635
include.release.openshift.io/self-managed-high-availability: "true"
3736
include.release.openshift.io/single-node-developer: "true"

manifests/01-cluster-role-binding-sail-library.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
name: openshift-ingress-operator-sail-library
88
annotations:
99
capability.openshift.io/name: Ingress
10-
release.openshift.io/feature-set: DevPreviewNoUpgrade,TechPreviewNoUpgrade # Remove when GA
1110
include.release.openshift.io/ibm-cloud-managed: "true"
1211
include.release.openshift.io/self-managed-high-availability: "true"
1312
include.release.openshift.io/single-node-developer: "true"

0 commit comments

Comments
 (0)