Fix up warnings and deprecations (#1848)

This commit is contained in:
Matthew Mosesohn
2017-10-20 08:25:57 +01:00
committed by GitHub
parent 514359e556
commit 0b4fcc83bd
4 changed files with 6 additions and 10 deletions

View File

@@ -41,10 +41,10 @@
- kubectl
- upgrade
- task: Include kubeadm setup if enabled
- name: Include kubeadm setup if enabled
include: kubeadm-setup.yml
when: kubeadm_enabled|bool|default(false)
- task: Include static pod setup if not using kubeadm
- name: Include static pod setup if not using kubeadm
include: static-pod-setup.yml
when: not kubeadm_enabled|bool|default(false)