export TALOSCONFIG=./talosconfig
docker compose up -d
talosctl gen config workshop https://172.20.0.100:6443 --kubernetes-version=1.29.7
talosctl config endpoint 172.20.0.100 talosctl config node 172.20.0.100
machine: features: hostDNS: forwardKubeDNSToHost: true
talosctl apply-config -f controlplane.yaml -n 172.20.0.100 --insecure -p @patch-docker.yaml talosctl apply-config -f worker.yaml -n 172.20.0.150 --insecure -p @patch-docker.yaml
talosctl dashboard
talosctl bootstrap talosctl health
talosctl kubeconfig
Change the version from 1.8.2 to 1.9.1 for both images (compose.yaml) watch show-talos-version docker compose up -d talos-cp docker compose up -d talos-worker
talosctl upgrade-k8s --to=1.30.3
kubectl apply -f ./workload