You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> Replace `<hosted_cluster_name>` with your hosted cluster.
40
40
<2> Replace `<hosted_cluster_namespace>` with the name of your hosted cluster namespace.
41
41
<3> The `autoRepair` field is set to `false` because the node will not be re-created if it is removed.
42
42
<4> The `upgradeType` is set to `InPlace`, which indicates that the same bare metal node is reused during an upgrade.
43
43
<5> All of the nodes included in this `NodePool` are based on the following {product-title} version: `4.x.y-x86_64`. Replace the `<dns.base.domain.name>` value with your DNS base domain name and the `4.x.y` value with the supported {product-title} version you want to use.
44
-
<6> The `replicas` value is set to `0` so that you can scale them when needed. It is important to keep the `NodePool`replicas at 0 until all steps are completed.
44
+
<6> You can set the `replicas` value to `2`to create two node pool replicas in your hosted cluster.
45
45
46
46
. Create the `NodePool` object by entering the following command:
47
47
+
@@ -55,4 +55,4 @@ $ oc apply -f 02-nodepool.yaml
55
55
----
56
56
NAMESPACE NAME CLUSTER DESIRED NODES CURRENT NODES AUTOSCALING AUTOREPAIR VERSION UPDATINGVERSION UPDATINGCONFIG MESSAGE
0 commit comments