mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
48 lines
2.8 KiB
Plaintext
48 lines
2.8 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * openshift_images/configuring_samples_operator.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="samples-operator-bootstrapped_{context}"]
|
|
= Cluster Samples Operator use of management state
|
|
|
|
[role="_abstract"]
|
|
The Cluster Samples Operator is bootstrapped as `Managed` by default or if global proxy is configured.
|
|
|
|
In the `Managed` state, the Cluster Samples Operator is actively managing its resources and keeping the component active to pull sample image streams and images from the registry and ensure that the requisite sample templates are installed.
|
|
|
|
Certain circumstances result in the Cluster Samples Operator bootstrapping itself as `Removed` including:
|
|
|
|
* If the Cluster Samples Operator cannot reach the registry after three minutes on initial startup after a clean installation.
|
|
* If the Cluster Samples Operator detects that it is on an IPv6 network.
|
|
// cannot configure the Samples Operator
|
|
ifndef::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
|
|
* If the image controller configuration parameters prevent the creation of image streams by using the default image registry, or by using the image registry specified by `samplesRegistry` setting. For more information, see the following links:
|
|
|
|
** link:https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/images/image-configuration-classic#images-configuration-parameters_image-configuration[Image controller configuration parameters]
|
|
** link:https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/images/configuring-samples-operator#samples-operator-configuration_configuring-samples-operator[Cluster Samples Operator configuration parameters]
|
|
endif::openshift-rosa,openshift-rosa-hcp,openshift-dedicated[]
|
|
|
|
[NOTE]
|
|
====
|
|
For {product-title}, the default image registry is
|
|
ifdef::openshift-enterprise[]
|
|
`registry.redhat.io`.
|
|
endif::[]
|
|
ifdef::openshift-rosa,openshift-dedicated,openshift-rosa-hcp,openshift-origin[]
|
|
`registry.access.redhat.com` or `quay.io`.
|
|
endif::[]
|
|
====
|
|
|
|
ifdef::openshift-enterprise,openshift-dedicated,openshift-origin[]
|
|
However, if the Cluster Samples Operator detects that it is on an IPv6 network and an {product-title} global proxy is configured, then the IPv6 check supersedes all the checks. As a result, the Cluster Samples Operator bootstraps itself as `Removed`.
|
|
endif::[]
|
|
ifdef::openshift-rosa,openshift-rosa-hcp[]
|
|
However, if the Cluster Samples Operator detects that it is on an IPv6 network and a {product-title} global proxy is configured, then the IPv6 check supersedes all the checks. As a result, the Cluster Samples Operator bootstraps itself as `Removed`.
|
|
endif::[]
|
|
|
|
[IMPORTANT]
|
|
====
|
|
IPv6 installations are not currently supported by the registry. The Cluster Samples Operator pulls most of the sample image streams and images from the registry.
|
|
====
|