File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ spec:
7979 name: <cluster _name >
8080 namespace: <cluster _name >
8181 sshAuthorizedKey: <public _key >
82- agentLabelSelector:
83- matchLabels:
84- cluster-name: <cluster _name >
82+ agentLabels: <1>
83+ location: "<label-name >"
8584 pullSecretRef:
8685 name: assisted-deployment-pull-secret
8786 nmStateConfigLabelSelector:
8887 matchLabels:
8988 sno-cluster-<cluster-name >: <cluster _name > # Match this label
9089----
90+ <1> Sets a label to match. The labels apply when the agents boot.
Original file line number Diff line number Diff line change @@ -245,13 +245,13 @@ spec:
245245 name: <cluster _name >
246246 namespace: <cluster _name >
247247 sshAuthorizedKey: <public _key > <1>
248- agentLabelSelector:
249- matchLabels:
250- cluster-name: <cluster _name >
248+ agentLabels: <2>
249+ location: "<label-name >"
251250 pullSecretRef:
252251 name: assisted-deployment-pull-secret
253252----
254253<1> Entered as plain text. You can use the public key to SSH into the target bare-metal host when it boots from the ISO.
254+ <2> Sets a label to match. The labels apply when the agents boot.
255255
256256. Create the `BareMetalHost` custom resource:
257257+
You can’t perform that action at this time.
0 commit comments