Skip to content

Commit c5f753d

Browse files
[OCPBUGS-42560] Update command to add the configmap in nodepool
[OCPBUGS-42560] Update command to add the configmap in nodepool
1 parent 46d0fd0 commit c5f753d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

modules/configuring-node-pools-for-hcp.adoc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,23 @@ data:
5050
+
5151
[source,yaml]
5252
----
53+
$ oc edit nodepool <nodepool_name> --namespace <hosted_cluster_namespace>
54+
----
55+
56+
+
57+
[source,yaml]
58+
----
59+
apiVersion: hypershift.openshift.io/v1alpha1
60+
kind: NodePool
61+
metadata:
62+
# ...
63+
name: nodepool-1
64+
namespace: clusters
65+
# ...
5366
spec:
5467
config:
55-
- name: ${CONFIGMAP_NAME}
68+
- name: ${configmap-name}
69+
# ...
5670
----
5771

5872
//.Verification

0 commit comments

Comments
 (0)