remember the port or the kubeconfig command doesn't work

This commit is contained in:
Martyn 2026-02-12 19:19:37 +01:00
parent fd63d2c574
commit d67e1a1dac

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
sops exec-file secrets.yaml 'talosctl gen config --with-secrets {} proxlos https://172.20.3.11 --config-patch @patches/controlplane/controlplane.yaml --output-types controlplane,talosconfig' sops exec-file secrets.yaml 'talosctl gen config --with-secrets {} proxlos https://172.20.3.11:6443 --config-patch @patches/controlplane/controlplane.yaml --output-types controlplane,talosconfig'
talosctl apply -f controlplane.yaml $* talosctl apply -f controlplane.yaml $*