fix: harden Tailscale operator rollout with preflight and diagnostics
Some checks failed
Deploy Cluster / Terraform (push) Successful in 47s
Deploy Cluster / Ansible (push) Has been cancelled

This commit is contained in:
2026-03-02 21:39:47 +00:00
parent f6e159406a
commit 63247b79a6
5 changed files with 70 additions and 11 deletions

View File

@@ -1,12 +1,10 @@
oauth:
clientId: "{{ tailscale_oauth_client_id }}"
clientSecret: "{{ tailscale_oauth_client_secret }}"
apiServerProxyConfig:
mode: "true"
operatorConfig:
defaultTags:
- "tag:k8s-operator"
{% for tag in tailscale_operator_default_tags %}
- "{{ tag }}"
{% endfor %}
installCRDs: true