mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-18 11:40:10 -03:30
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.
4 lines
54 B
YAML
4 lines
54 B
YAML
---
|
|
dependencies:
|
|
- role: kubernetes/kubeadm_common
|