Browse Source

Merge pull request #3578 from LinuxGit/Louis/fix-typo

fix typo
pull/3581/head
Rong Zhang 6 years ago
committed by GitHub
parent
commit
7abd4eeafd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. 3
      roles/kubernetes/preinstall/tasks/0020-verify-settings.yml

3
roles/kubernetes/preinstall/tasks/0020-verify-settings.yml

@ -142,8 +142,7 @@
run_once: yes
delegate_to: "{{ groups['kube-master'][0] }}"
- name: "Check that calico version is enought for upgrade"
- name: "Check that calico version is enough for upgrade"
assert:
that:
- calico_version_on_server.stdout is version('v2.6.5', '>=')

Loading…
Cancel
Save