Skip to content
Snippets Groups Projects
  • Max Gautier's avatar
    a8b66fd2
    Deduplicate kubeadm_patches tasks · a8b66fd2
    Max Gautier authored
    kubernetes/control-plane and kubernetes/kubeadm roles both push kubeadm
    patches in the same way.
    Extract that code and make it a dependency of both.
    This is safe because it's only configuration for kubeadm, which only
    takes effect when kubeadm is run.
    Deduplicate kubeadm_patches tasks
    Max Gautier authored
    kubernetes/control-plane and kubernetes/kubeadm roles both push kubeadm
    patches in the same way.
    Extract that code and make it a dependency of both.
    This is safe because it's only configuration for kubeadm, which only
    takes effect when kubeadm is run.