Commit ed0eb2b
committed
OCPBUGS-79667: 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, also allowing Gateway API to function
correctly as we promote the feature to GA.1 parent 128729e commit ed0eb2b
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
0 commit comments