Skip to content

Commit 536f0c9

Browse files
authored
Merge pull request #87679 from xenolinux/416-hcp-restart
[enterprise-4.16] OSDOCS#13013: restarting components in hcp
2 parents b409ab8 + 24da287 commit 536f0c9

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

modules/hosted-restart-hcp-components.adoc

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +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
----
17-
$ oc annotate hostedcluster -n <hosted_cluster_namespace> <hosted_cluster_name> hypershift.openshift.io/restart-date=$(date --iso-8601=seconds)
17+
$ oc annotate hostedcluster \
18+
-n <hosted_cluster_namespace> \
19+
<hosted_cluster_name> \
20+
hypershift.openshift.io/restart-date=$(date --iso-8601=seconds) <1>
1821
----
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+
1924
2025
.Verification
2126

22-
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:
2328

24-
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+
====
2533

2634
* catalog-operator
2735
* certified-operators-catalog
@@ -47,4 +55,4 @@ The following components are restarted:
4755
* openshift-oauth-apiserver
4856
* packageserver
4957
* redhat-marketplace-catalog
50-
* redhat-operators-catalog
58+
* redhat-operators-catalog

0 commit comments

Comments
 (0)