cleanup first control plane provisioning...

* move yaml to subdirectory of /tmp
* reformat loop waiting for /readyz endpoint
* add logging message
* split provisioner because sensitive var.hcloud_token prohibits
  log output
This commit is contained in:
phaer
2022-02-11 22:47:57 +01:00
parent c46e912d3e
commit 92937f0081
2 changed files with 19 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ resources:
- "https://github.com/hetznercloud/hcloud-cloud-controller-manager/releases/download/${ccm_version}/ccm-networks.yaml"
- "https://raw.githubusercontent.com/hetznercloud/csi-driver/${csi_version}/deploy/kubernetes/hcloud-csi.yml"
- "https://github.com/weaveworks/kured/releases/download/${kured_version}/kured-${kured_version}-dockerhub.yaml"
- ./traefik.yaml
patchesStrategicMerge:
- |-