Skip to content

Commit ea4a80a

Browse files
committed
currently only support base64 format in harvester_config.vm_affinity
Signed-off-by: futuretea <Hang.Yu@suse.com>
1 parent b7178dd commit ea4a80a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/resources/machine_config_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The following attributes are exported:
222222
* `network_info` - (Required) A JSON string specifying info for the networks e.g. `{\"interfaces\":[{\"networkName\":\"harvester-public/vlan1\"},{\"networkName\":\"harvester-public/vlan2\"}]}` (string)
223223
* `user_data` - (Optional) UserData content of cloud-init, base64 is supported. If the image does not contain the qemu-guest-agent package, you must install and start qemu-guest-agent using userdata (string)
224224
* `network_data` - (Optional) NetworkData content of cloud-init, base64 is supported (string)
225-
* `vm_affinity` - (Optional) Virtual machine affinity, base64 is supported. For Rancher v2.6.7 or above (string)
225+
* `vm_affinity` - (Optional) Virtual machine affinity, only base64 format is supported. For Rancher v2.6.7 or above (string)
226226

227227
### `linode_config`
228228

docs/resources/node_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ The following attributes are exported:
290290
* `network_info` - (Required) A JSON string specifying info for the networks e.g. `{\"interfaces\":[{\"networkName\":\"harvester-public/vlan1\"},{\"networkName\":\"harvester-public/vlan2\"}]}` (string)
291291
* `user_data` - (Optional) UserData content of cloud-init, base64 is supported. If the image does not contain the qemu-guest-agent package, you must install and start qemu-guest-agent using userdata (string)
292292
* `network_data` - (Optional) NetworkData content of cloud-init, base64 is supported (string)
293-
* `vm_affinity` - (Optional) Virtual machine affinity, base64 is supported. For Rancher v2.6.7 or above (string)
293+
* `vm_affinity` - (Optional) Virtual machine affinity, only base64 format is supported. For Rancher v2.6.7 or above (string)
294294

295295
### `hetzner_config`
296296

0 commit comments

Comments
 (0)