Reverting configuration changes
This commit is contained in:
parent
bae8ad96da
commit
a16bec6ce1
1 changed files with 1 additions and 3 deletions
|
|
@ -74,9 +74,7 @@ resource "null_resource" "talos_cluster" {
|
||||||
--controlplanes 1 \
|
--controlplanes 1 \
|
||||||
--workers 0 \
|
--workers 0 \
|
||||||
--memory ${self.triggers.memory_mb} \
|
--memory ${self.triggers.memory_mb} \
|
||||||
--cpus ${self.triggers.vcpu_count} \
|
--cpus ${self.triggers.vcpu_count}
|
||||||
--talosconfig "${path.module}/configs/talosconfig" \
|
|
||||||
--config-patch-control-plane @"${path.module}/configs/controlplane-patch.yaml"
|
|
||||||
|
|
||||||
# Change ownership of the generated files in ~/.talos and ~/.kube
|
# Change ownership of the generated files in ~/.talos and ~/.kube
|
||||||
sudo chown -R $(id -u):$(id -g) $HOME/.talos
|
sudo chown -R $(id -u):$(id -g) $HOME/.talos
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue