Skip to content

Commit 3cf1f29

Browse files
authored
Merge pull request #60058 from mburke5678/MULTIARCH-994-PR-47558-follow-up
OCP 4.13 - IBM Power Virtual Server using installer-provisioned infrastructure follow up
2 parents b73a019 + 6dfa601 commit 3cf1f29

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

installing/installing_ibm_powervs/installing-ibm-power-vs-customizations.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include::snippets/technology-preview.adoc[]
1818
* You read the documentation on xref:../../installing/installing-preparing.adoc#installing-preparing[selecting a cluster installation method and preparing it for users].
1919
* You xref:../../installing/installing_ibm_powervs/installing-ibm-cloud-account-power-vs.adoc#installing-ibm-cloud-account-power-vs[configured an IBM Cloud account] to host the cluster.
2020
* If you use a firewall, you xref:../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configured it to allow the sites] that your cluster requires access to.
21-
* You configured the `ccoctl` utility before you installed the cluster. For more information, see xref:../../installing/installing_ibm_powervs/preparing-to-install-on-ibm-power-vs.adoc#choosing-an-method-to-install-ocp-on-power-vs-installer-provisioned[Configuring the Cloud Credential Operator utility].
21+
* You configured the `ccoctl` utility before you installed the cluster. For more information, see xref:../../installing/installing_ibm_powervs/preparing-to-install-on-ibm-power-vs.adoc#cco-ccoctl-configuring_preparing-to-install-on-ibm-power-vs[Configuring the Cloud Credential Operator utility].
2222

2323
include::modules/cluster-entitlements.adoc[leveloffset=+1]
2424

@@ -60,4 +60,4 @@ include::modules/cluster-telemetry.adoc[leveloffset=+1]
6060
== Next steps
6161
* xref:../../post_installation_configuration/cluster-tasks.adoc#available_cluster_customizations[Customize your cluster]
6262
* If necessary, you can
63-
xref:../../support/remote_health_monitoring/opting-out-of-remote-health-reporting.adoc#opting-out-remote-health-reporting_opting-out-remote-health-reporting[opt out of remote health reporting]
63+
xref:../../support/remote_health_monitoring/opting-out-of-remote-health-reporting.adoc#opting-out-remote-health-reporting_opting-out-remote-health-reporting[opt out of remote health reporting]

modules/installation-uninstall-clouds.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,24 @@ $ ./openshift-install destroy cluster \
118118
<1> For `<installation_directory>`, specify the path to the directory that you
119119
stored the installation files in.
120120
<2> To view different details, specify `warn`, `debug`, or `error` instead of `info`.
121+
ifndef::ibm-power-vs[]
121122
+
122123
[NOTE]
123124
====
124125
You must specify the directory that contains the cluster definition files for
125126
your cluster. The installation program requires the `metadata.json` file in this
126127
directory to delete the cluster.
127128
====
129+
endif::ibm-power-vs[]
128130
ifdef::ibm-power-vs[]
131+
+
129132
[NOTE]
130133
====
131-
You might have to run the openshift-install destroy command up to three times to ensure a proper cleanup.
134+
* You must specify the directory that contains the cluster definition files for
135+
your cluster. The installation program requires the `metadata.json` file in this
136+
directory to delete the cluster.
137+
138+
* You might have to run the `openshift-install destroy` command up to three times to ensure a proper cleanup.
132139
====
133140
endif::ibm-power-vs[]
134141

0 commit comments

Comments
 (0)