Remove Kubernetes <1.16 conditionals (#6088)

This commit is contained in:
Florent Monbillard
2020-05-08 03:45:43 -04:00
committed by GitHub
parent 218b2a5992
commit 324106e91e
11 changed files with 11 additions and 421 deletions

View File

@@ -6,7 +6,6 @@
- name: sets kubeadm api version to v1beta2
set_fact:
kubeadmConfig_api_version: v1beta2
when: kubeadm_output.stdout is version('v1.15.0', '>=')
- name: kubeadm | Create kubeadm config
template: