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
@@ -1024,7 +1037,7 @@ With this release, the Red{nbsp}Hat-supported version of the Operator SDK CLI to
1024
1037
1025
1038
Red{nbsp}Hat will provide bug fixes and support for versions of the Operator SDK that were released with earlier versions of {product-title} according to the link:https://access.redhat.com/product-life-cycles?product=OpenShift%20Container%20Platform%204[Product Life Cycles for {product-title} 4] (Red{nbsp}Hat Customer Portal).
1026
1039
1027
-
Operator authors with existing Operator projects can use the version of the Operator SDK CLI tool released with {product-title} 4.18 to maintain their projects and create Operator releases targeting newer versions of {product-title}. For more information, see link:https://access.redhat.com/node/7123119[Updating the base image for existing Ansible- or Helm-based Operator projects for {product-title} 4.19 and later] (Red{nbsp}Hat Knowledgebase).
1040
+
Operator authors with existing Operator projects can use link:https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/operators/developing-operators#osdk-about[the version of the Operator SDK CLI tool released with {product-title} 4.18] to maintain their projects and create Operator releases targeting newer versions of {product-title}. For more information, see link:https://access.redhat.com/node/7123119[Updating the base image for existing Ansible- or Helm-based Operator projects for {product-title} 4.19 and later] (Red{nbsp}Hat Knowledgebase).
1028
1041
1029
1042
For more information about the unsupported, community-maintained, version of the Operator SDK, see link:https://sdk.operatorframework.io[Operator SDK (Operator Framework)].
1030
1043
@@ -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