Skip to content

Commit fa3a970

Browse files
committed
OSDOCS#13013: restarting components in hcp
1 parent fdcde7d commit fa3a970

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

modules/hosted-restart-hcp-components.adoc

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,26 @@ If you are an administrator for hosted control planes, you can use the `hypershi
1010

1111
.Procedure
1212

13-
To restart a control plane, annotate the `HostedCluster` resource by entering the following command:
14-
13+
* To restart a control plane, annotate the `HostedCluster` resource by entering the following command:
14+
+
1515
[source,terminal]
1616
----
1717
$ oc annotate hostedcluster \
1818
-n <hosted_cluster_namespace> \
1919
<hosted_cluster_name> \
20-
hypershift.openshift.io/restart-date=$(date --iso-8601=seconds)
20+
hypershift.openshift.io/restart-date=$(date --iso-8601=seconds) <1>
2121
----
22+
<1> The control plane is restarted whenever the value of the annotation changes. The `date` command serves as the source of a unique string. The annotation is treated as a string, not a timestamp.
23+
2224
2325
.Verification
2426

25-
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.
27+
After you restart a control plane, the following {hcp} components are typically restarted:
2628

27-
The following components are restarted:
29+
[NOTE]
30+
====
31+
You might see some additional components restarting as a side effect of changes implemented by the other components.
32+
====
2833

2934
* catalog-operator
3035
* certified-operators-catalog
@@ -50,4 +55,4 @@ The following components are restarted:
5055
* openshift-oauth-apiserver
5156
* packageserver
5257
* redhat-marketplace-catalog
53-
* redhat-operators-catalog
58+
* redhat-operators-catalog

0 commit comments

Comments
 (0)