2021-06-01 21:24:24 +03:00
2021-06-01 21:24:24 +03:00
2021-06-01 21:24:24 +03:00
2021-05-29 11:05:15 +03:00
2021-05-31 00:09:31 +03:00

terraform-talos

Terraform examples to run Talos

  • terraform
  • talosctl
  • kubectl
  • yq

Talos on Hetzner Cloud

cd hetzner

# create the cluster configuration
talosctl gen config --output-dir _cfgs --with-docs=false --with-examples=false talos-k8s-hezner https://127.0.0.1:6443
yq ea -P '. as $item ireduce ({}; . * $item )' _cfgs/controlplane.yaml templates/controlplane.yaml.tpl > templates/controlplane.yaml
kubectl -n kube-system create secret generic hcloud --from-literal=network= --from-literal=token=
Description
No description provided
Readme MIT 1 MiB
Languages
HCL 80.2%
Smarty 11.3%
Makefile 8.5%