Skip to content

Commit

Permalink
OSDOCS#13013: restarting components in hcp
Browse files Browse the repository at this point in the history
  • Loading branch information
xenolinux committed Jan 9, 2025
1 parent fdcde7d commit e55e50a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions modules/hosted-restart-hcp-components.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ $ oc annotate hostedcluster \

The control plane is restarted whenever the value of the anonotation changes. The `date` command in the example serves as the source of a unique string. The annotation is treated as a string, not a timestamp.

The following components are restarted:
[NOTE]
====
Typically, the following components are restarted. However, if you implemented any change in one of the components, as a side effect, other components might restart.
====

After you restart a control plane, verify that the following primary components are restarted:

* catalog-operator
* certified-operators-catalog
Expand All @@ -50,4 +55,4 @@ The following components are restarted:
* openshift-oauth-apiserver
* packageserver
* redhat-marketplace-catalog
* redhat-operators-catalog
* redhat-operators-catalog

0 comments on commit e55e50a

Please sign in to comment.