Skip to content

Commit 5508fb0

Browse files
committed
[OCPBUGS-83417]: Adding warning to restoring an etcd snapshot on a hosted cluster
1 parent 20d8f43 commit 5508fb0

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

modules/restoring-etcd-snapshot-hosted-cluster.adoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ If you have a snapshot of etcd from your hosted cluster, you can restore it. Cur
1111

1212
To restore an etcd snapshot, you change the output from the `create cluster --render` command and define a `restoreSnapshotURL` value in the etcd section of the `HostedCluster` specification.
1313

14-
[NOTE]
14+
[IMPORTANT]
1515
====
16-
The `--render` flag in the `hcp create` command does not render the secrets. To render the secrets, you must use both the `--render` and the `--render-sensitive` flags in the `hcp create` command.
16+
If the snapshot that you are restoring is from a hosted cluster with a `LoadBalancer` service, the load balancer IP might no longer be valid. In that case, you must delete and re-create the `LoadBalancer` service.
1717
====
1818

1919
.Prerequisites
2020

21-
You took an etcd snapshot on a hosted cluster.
21+
* You took an etcd snapshot on a hosted cluster.
2222
2323
.Procedure
2424

@@ -75,6 +75,11 @@ $ hcp create cluster <platform> \
7575
* `<value_for_cpu>` specifies the CPU value, such as `2`.
7676
* `<release_image_reference>` specifies the {product-title} release image for the cluster, for example, `quay.io/openshift-release-dev/ocp-release:4.20.14-multi`. You can use the `--release-image` flag to set up the hosted cluster with a specific {product-title} release.
7777
+
78+
[NOTE]
79+
====
80+
The `--render` flag in the `hcp create` command does not render the secrets. To render the secrets, you must use both the `--render` and the `--render-sensitive` flags in the `hcp create` command.
81+
====
82+
+
7883
.Example output
7984
[source,yaml]
8085
----

0 commit comments

Comments
 (0)