You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==== Preflight permissions check for cluster extensions (Technology Preview)
91
+
92
+
With this release, the Operator Controller performs a dry run of the installation process when you try to install an extension. This dry run verifies that the specified service account has the required role-based access control (RBAC) for the roles and bindings defined by the bundle.
93
+
94
+
If service account is missing any required RBAC, the preflight check fails before the actual installation proceeds and generates a report.
95
+
96
+
For more information, see `Preflight permissions check for cluster extensions (Technology Preview)`
97
+
//I will create an xref link once the following PR merges: https://github.com/openshift/openshift-docs/pull/94408
==== Deploying a cluster extension in a specific namespace (Technology Preview)
100
+
101
+
With this release, you can deploy an extension in a specific namespace by using the `OwnNamespace` or `SingleNamespace` install modes as a Technology Preview feature for `registry+v1` Operator bundles.
102
+
103
+
For more information, see xref:../extensions/ce/managing-ce.adoc#olmv1-deploying-a-ce-in-a-specific-namespace_managing-ce[Deploying a cluster extension in a specific namespace (Technology Preview)
104
+
89
105
[id="ocp-release-notes-hcp_{context}"]
90
106
=== Hosted control planes
91
107
@@ -587,9 +603,6 @@ Available as a Technology Preview feature, you can use the `spec.interface` fiel
587
603
[id="ocp-release-notes-openshift-cli_{context}"]
588
604
=== OpenShift CLI (oc)
589
605
590
-
[id="ocp-release-notes-olm_{context}"]
591
-
=== Operator lifecycle
592
-
593
606
[id="ocp-release-notes-osdk_{context}"]
594
607
=== Operator development
595
608
@@ -1252,6 +1265,16 @@ In the following tables, features are marked with the following statuses:
1252
1265
|Not Available
1253
1266
|Technology Preview
1254
1267
|Technology Preview
1268
+
1269
+
|{olmv1} permissions preflight check for cluster extensions
1270
+
|Not Available
1271
+
|Not Available
1272
+
|Technology Preview
1273
+
1274
+
|{olmv1} deploying a cluster extension in a specified namespace
0 commit comments