Trying talosctl patch instead
This commit is contained in:
parent
f5c9471199
commit
ee03c3b5b7
1 changed files with 2 additions and 2 deletions
|
|
@ -100,8 +100,8 @@ resource "null_resource" "talos_cluster_patches" {
|
||||||
provisioner "local-exec" {
|
provisioner "local-exec" {
|
||||||
command = <<EOT
|
command = <<EOT
|
||||||
# Apply ONLY your custom patches (not the full config)
|
# Apply ONLY your custom patches (not the full config)
|
||||||
talosctl apply-config \
|
talosctl patch machineconfig \
|
||||||
--config-patch @patches/controlplane-patch.yaml \
|
--patch-file patches/controlplane-patch.yaml \
|
||||||
--nodes 10.5.0.2
|
--nodes 10.5.0.2
|
||||||
EOT
|
EOT
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue