Fix Flatcar flaky CI by enabling apiserver wait after DNS handler (#13063)

Remove the Flatcar/Fedora CoreOS exclusion from the wait handler
and unify the Flatcar-specific notify channel into the shared
"propagate resolvconf to k8s components" channel.
This commit is contained in:
Yang-Ming Lin
2026-04-03 22:47:03 +08:00
committed by GitHub
parent 6006fe4303
commit 65352fef39
2 changed files with 2 additions and 4 deletions

View File

@@ -53,5 +53,5 @@
src: resolvconf.j2
owner: root
mode: "0644"
notify: Preinstall | update resolvconf for Flatcar Container Linux by Kinvolk
notify: Preinstall | propagate resolvconf to k8s components
when: ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk"]