From 8da7dfac15ec421a47d8a8d01b1a3393238a6081 Mon Sep 17 00:00:00 2001 From: Sejal Parab Date: Mon, 27 Jul 2026 16:36:02 +0530 Subject: [PATCH] OSDOCS#20759: Remove duplicate --ssh-key from hcp create cluster agent example Co-authored-by: Cursor --- modules/hcp-bm-hc.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/hcp-bm-hc.adoc b/modules/hcp-bm-hc.adoc index 4b6f1204b901..284761337cdb 100644 --- a/modules/hcp-bm-hc.adoc +++ b/modules/hcp-bm-hc.adoc @@ -65,7 +65,7 @@ $ hcp create cluster agent \ --pull-secret= \ --agent-namespace= \ --base-domain= \ - --api-server-address=api.. + --api-server-address=api.. \ --etcd-storage-class= \ --ssh-key= \ --namespace= \ @@ -73,8 +73,7 @@ $ hcp create cluster agent \ --release-image=quay.io/openshift-release-dev/ocp-release:-multi \ --node-pool-replicas= \ --render \ - --render-sensitive \ - --ssh-key // > hosted-cluster-config.yaml + --render-sensitive > hosted-cluster-config.yaml ---- + where: @@ -90,7 +89,6 @@ where: `control-plane-availability-policy`:: Specifies the availability policy for the hosted control plane components. Supported options are `SingleReplica` and `HighlyAvailable`. The default value is `HighlyAvailable`. ``:: Specifies the supported {product-title} version that you want to use, such as `4.22.0-multi`. If you are using a disconnected environment, replace `` with the digest image. To extract the {product-title} release image digest, see "Extracting the {product-title} release image digest". ``:: Specifies the node pool replica count, such as `3`. You must specify the replica count as `0` or greater to create the same number of replicas. Otherwise, you do not create node pools. -`//`:: Specifies the path to the SSH key, such as `user/.ssh/id_rsa`. . Configure the service publishing strategy. By default, hosted clusters use the `NodePort` service publishing strategy because node ports are always available without additional infrastructure. However, you can configure the service publishing strategy to use a load balancer.