Jeff Geerling
Jeff Geerling
Strangely, I'm also running into this on Debian 10 over in https://github.com/geerlingguy/raspberry-pi-dramble/issues/187
Not stale, though it looks like this PR needs rebase — I was checking through changelogs and couldn't find when the change was officially made to update the nomenclature. It...
References: - [1.20 changelog](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#changelog-since-v1200-beta1) - [Re-name Master Components to a more inclusive synonym](https://github.com/kubernetes/website/issues/6525)
See above commit—I added you as a co-author so _hopefully_ github picks up the attribution accordingly... Further work will go into follow-ups.
It doesn't technically affect the way this role works, but the tests would need to be updated to drop docker: https://github.com/geerlingguy/ansible-role-kubernetes/blob/master/molecule/default/converge.yml#L28
Related: https://github.com/geerlingguy/raspberry-pi-dramble/issues/187
See latest commit, linked above.
Hmm... I'm not 100% sure I want to go with the approach in #32, but that might be somewhat necessary. I've sometimes run into the same chicken-and-egg issue with Docker...
Not stale; I'm going to add a simple approach (like #37 but just one variable to determine whether to flush or not, for now) to make it so this role...
Also @romaindequidt - TIL about the `listen` option for handlers. That's nice, being able to tag onto other handlers like that! I could rewrite a couple of my older roles...