Skip to content

Commit 9c55ab1

Browse files
Lakshmi GirishLakshmi Girish
authored andcommitted
IBM Z Changes for HCP418
1 parent 6e59529 commit 9c55ab1

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

hosted_control_planes/hcp-deploy/hcp-deploy-ibmz.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ include::modules/hcp-ibm-z-infra-reqs.adoc[leveloffset=+1]
4242
4343
include::modules/hcp-ibm-z-dns.adoc[leveloffset=+1]
4444
include::modules/hcp-bm-hc.adoc[leveloffset=+1]
45+
46+
[role="_additional-resources"]
47+
.Additional resources
48+
49+
* xref:../../hosted_control_planes/hcp-deploy/hcp-deploy-bm.adoc#hcp-bm-hc-console_hcp-deploy-bm[Creating a hosted cluster on bare metal by using the console]
50+
4551
include::modules/hcp-ibm-z-infraenv.adoc[leveloffset=+1]
4652

4753
[id="hcp-ibm-z-add-agents"]

modules/destroy-hc-ibm-z-cli.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="destroy-hc-ibmz-cli_{context}"]
77
= Destroying a hosted cluster on x86 bare metal with {ibm-z-title} compute nodes
88

9-
To destroy a hosted cluster and its managed cluster on `x86` bare metal with {ibm-z-title} compute nodes, you can use the command-line interface (CLI).
9+
To destroy a hosted cluster and its managed cluster on `x86` bare metal with {ibm-z-name} compute nodes, you can use the command-line interface (CLI).
1010

1111
.Procedure
1212

@@ -31,6 +31,7 @@ $ oc --kubeconfig <hosted_cluster_name>.kubeconfig delete \
3131
node <compute_node_name>
3232
----
3333
====
34+
If you are using an OSA network device in Processor Resource/Systems Manager (PR/SM) mode, auto scaling is not supported. You must delete the old agent manually and scale up the node pool because the new agent joins during the scale down process.
3435
3536
. Verify the status of the compute nodes by entering the following command:
3637
+

modules/hcp-bm-autoscale.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,8 @@ $ oc --kubeconfig ./hostedcluster-secrets -n <namespace> \
104104
----
105105
$ oc --kubeconfig ./hostedcluster-secrets get nodes
106106
----
107-
107+
+
108108
[NOTE]
109109
====
110-
For {ibm-z-title} agents, compute nodes are detached from the cluster only for {ibm-z-title} with KVM agents. For z/VM and LPAR, you must delete the compute nodes manually.
111-
112-
Agents can be reused only for {ibm-z-title} with KVM. For z/VM and LPAR, re-create the agents to use them as compute nodes.
113-
====
110+
For {ibm-z-name} agents, if you are using an OSA network device in Processor Resource/Systems Manager (PR/SM) mode, auto scaling is not supported. You must delete the old agent manually and scale up the node pool because the new agent joins during the scale down process.
111+
====

modules/hcp-ibm-z-scale-np.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ The `NodePool` object is created when you create a hosted cluster. By scaling th
1010

1111
When you scale up a node pool, a machine is created. The Cluster API provider finds an Agent that is approved, is passing validations, is not currently in use, and meets the requirements that are specified in the node pool specification. You can monitor the installation of an Agent by checking its status and conditions.
1212

13-
When you scale down a node pool, Agents are unbound from the corresponding cluster. Before you reuse the clusters, you must boot the clusters by using the PXE image to update the number of nodes.
14-
1513
.Procedure
1614

1715
. Run the following command to scale the `NodePool` object to two nodes:

0 commit comments

Comments
 (0)