Skip to content

Commit 033dd81

Browse files
authored
Update k8s-best-practices-cnf-operator-requirements.adoc
1 parent 9e84168 commit 033dd81

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

modules/k8s-best-practices-cnf-operator-requirements.adoc

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,13 @@ The operator must default to watch all namespaces if the target namespace is lef
6464
.Workload requirement
6565
[IMPORTANT]
6666
====
67-
All operator and operand images must be referenced using digest image tags "@sha256". Openshift "imagecontentsourcepolicy" objects (ICSP) only support mirror-by-digest at this time.
67+
Multiple versions of the same operator cannot exist on a single cluster.
6868
====
6969

7070
.Workload requirement
7171
[IMPORTANT]
7272
====
73-
For general third party upstream operators (example: mongodb), the OLM package is recommended to be located within the Red Hat registries below to support our image mirror policy:
74-
75-
* `quay.io`
76-
77-
* `registry.redhat.io`
78-
79-
* `registry.connect.redhat.com`
80-
81-
* `registry.access.redhat.com`
73+
All Operator and operand images must be referenced using digest image tags "@sha256". Openshift "imagecontentsourcepolicy" objects (ICSP) only support mirror-by-digest at this time.
8274
====
8375

8476
.Workload requirement

0 commit comments

Comments
 (0)