Skip to content

Commit 0d65496

Browse files
committed
[OSDOCS-7023]: Updating references to hypershift CLI
1 parent cc4e2bf commit 0d65496

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/advanced-node-tuning-hosted-cluster.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Module included in the following assemblies:
22
//
33
// * scalability_and_performance/using-node-tuning-operator.adoc
4+
// * hosted_control_planes/hcp-managing.adoc
45

56
:_content-type: PROCEDURE
67
[id="advanced-node-tuning-hosted-cluster_{context}"]
@@ -55,15 +56,15 @@ The `.spec.recommend.match` field is intentionally left blank. In this case, thi
5556
$ oc --kubeconfig="$MGMT_KUBECONFIG" create -f tuned-hugepages.yaml
5657
----
5758
58-
. Create a `NodePool` manifest YAML file, customize the upgrade type of the `NodePool`, and reference the `ConfigMap` object that you created in the `spec.tuningConfig` section. Create the `NodePool` manifest and save it in a file named `hugepages-nodepool.yaml` by using the `hypershift` CLI:
59+
. Create a `NodePool` manifest YAML file, customize the upgrade type of the `NodePool`, and reference the `ConfigMap` object that you created in the `spec.tuningConfig` section. Create the `NodePool` manifest and save it in a file named `hugepages-nodepool.yaml` by using the `hcp` CLI:
5960
+
6061
[source,yaml]
6162
----
6263
NODEPOOL_NAME=hugepages-example
6364
INSTANCE_TYPE=m5.2xlarge
6465
NODEPOOL_REPLICAS=2
6566

66-
hypershift create nodepool aws \
67+
hcp create nodepool aws \
6768
--cluster-name $CLUSTER_NAME \
6869
--name $NODEPOOL_NAME \
6970
--node-count $NODEPOOL_REPLICAS \

0 commit comments

Comments
 (0)