Allow skip kubeadm image prep but install kubeadm (#4904)

Change-Id: I744e9a192cd863a1ce22fbd16d217c5dfb16750c
This commit is contained in:
Matthew Mosesohn
2019-06-23 23:17:56 -07:00
committed by Kubernetes Prow Robot
parent 4348e78b24
commit 6025981ceb
2 changed files with 8 additions and 1 deletions

View File

@@ -12,7 +12,6 @@
when:
- kube_version is version('v1.11.0', '>=')
- not skip_downloads|default(false)
- not skip_kubeadm_images|default(false)
- inventory_hostname in groups['kube-master']
tags:
- download