]> xn--ix-yja.es Git - alex.git/commitdiff
Remove trailing whitespace
authoralex <alex@pdp7.net>
Sat, 1 Jul 2023 09:33:41 +0000 (11:33 +0200)
committeralex <alex@pdp7.net>
Sat, 1 Jul 2023 09:33:41 +0000 (11:33 +0200)
personal_infra/playbooks/roles/talos/README.md
personal_infra/puppet/site/h1.pdp7.net.pp

index b60cae02a12e4fd9918a2bbff2b66113cb461036..4ef4e8dee24509e8e10311363bd179027504efba 100644 (file)
@@ -47,7 +47,7 @@ With the above configuration, the role will:
 Until Talos includes https://github.com/siderolabs/talos/pull/5897 , [the playbook fishes the IP from the dnsmasq Proxmox instance](tasks/proxmox.yml#L13) by using [this script](files/get-ip).
 * Sets up Talos.
 * Fetches the kubeconfig.
-* Deploys kustomizations in `k8s/base`. 
+* Deploys kustomizations in `k8s/base`.
 See [my kustomizations](../../../k8s/base/).
 
 ## Updates
index d1d1572e940b11a99b95ce0e1bcdc26afe50b0ab..8d70cba2b7a6fb1645529c60fb9d52d122f5c1f7 100644 (file)
@@ -39,4 +39,8 @@ node 'h1.pdp7.net' {
     target => 'https://ipsilon-test.h1.int.pdp7.net/',
     overwrite_rh_certs => 'ipsilon-test.h1.int.pdp7.net',
   }
+
+  proxmox::proxy_host {'weight-test.pdp7.net':
+    target => 'https://k8s-test.h1.int.pdp7.net/',
+  }
 }