We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d0fd0 commit c5f753dCopy full SHA for c5f753d
modules/configuring-node-pools-for-hcp.adoc
@@ -50,9 +50,23 @@ data:
50
+
51
[source,yaml]
52
----
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
66
spec:
67
config:
- - name: ${CONFIGMAP_NAME}
68
+ - name: ${configmap-name}
69
70
71
72
//.Verification
0 commit comments