Trying talosctl patch instead

This commit is contained in:
vandomej 2025-09-28 21:29:38 -07:00
parent f5c9471199
commit ee03c3b5b7

View file

@ -100,8 +100,8 @@ resource "null_resource" "talos_cluster_patches" {
provisioner "local-exec" {
command = <<EOT
# Apply ONLY your custom patches (not the full config)
talosctl apply-config \
--config-patch @patches/controlplane-patch.yaml \
talosctl patch machineconfig \
--patch-file patches/controlplane-patch.yaml \
--nodes 10.5.0.2
EOT
}