fix: avoid resetting healthy observability
Deploy Cluster / Terraform (push) Successful in 33s
Deploy Cluster / Ansible (push) Successful in 23m12s

This commit is contained in:
2026-04-26 20:25:42 +00:00
parent 0625eee297
commit 14462dd870
4 changed files with 9 additions and 13 deletions
@@ -15,6 +15,7 @@
--from-literal=dopplerToken='{{ doppler_hetznerterra_service_token }}'
--dry-run=client -o yaml | kubectl apply -f -
changed_when: true
no_log: true
- name: Note pending Doppler ClusterSecretStore bootstrap
debug:
-2
View File
@@ -37,8 +37,6 @@
{% if k3s_kubelet_cloud_provider_external | bool %}--kubelet-arg=cloud-provider=external{% endif %}
register: k3s_agent_install
failed_when: false
args:
creates: /usr/local/bin/k3s-agent
- name: Wait for k3s agent to be ready
command: systemctl is-active k3s-agent