talos wip
This commit is contained in:
14
talos/gen-config.sh
Executable file
14
talos/gen-config.sh
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
talosctl gen config \
|
||||
cluster00 https://cp00.balsillie.house:6443 \
|
||||
--with-secrets secrets.yaml \
|
||||
--config-patch @talos-patch.yaml \
|
||||
--output rendered/ \
|
||||
--force
|
||||
|
||||
mkdir -p ~/.talos
|
||||
cp rendered/talosconfig ~/.talos/config
|
||||
|
||||
talosctl config endpoint 192.168.1.15
|
||||
talosctl config node 192.168.1.15
|
Reference in New Issue
Block a user