Add support for k8s v1.17.0-rc.1, remove hyperkube (#5378)

Change-Id: I3fff04f0211cd9c2e8235acaf51c3aa98abc8bb7
This commit is contained in:
Matthew Mosesohn
2019-11-28 16:41:03 +03:00
committed by Kubernetes Prow Robot
parent f779cb93d6
commit 18cee65c4b
9 changed files with 127 additions and 74 deletions

View File

@@ -18,7 +18,7 @@
command: "ctr i pull {{ helm_image_repo }}:{{ helm_image_tag }}"
when: container_manager == "containerd"
- name: Helm | Compare host helm with hyperkube container
- name: Helm | Compare host helm with helm container
command: "{{ helm_compare_command }}"
register: helm_task_compare_result
until: helm_task_compare_result.rc in [0,1,2]