소스 검색

Merge pull request #10449 from mgleung/calico-binary-checks-versions

Fix Calico liveness and readiness checks to include Calico 3.2
Scott Dodson 6 년 전
부모
커밋
143d0906ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/calico/tasks/main.yml

+ 1 - 1
roles/calico/tasks/main.yml

@@ -96,7 +96,7 @@
 
 - name: Calico | Set the correct liveness and readiness checks
   set_fact:
-    calico_binary_checks: "{{ (node_version > '3.2.0' and cnx != 'cnx') or (node_version > '2.2.0' and cnx == 'cnx') | bool }}"
+    calico_binary_checks: "{{ (node_version >= '3.2.0' and cnx != 'cnx') or (node_version >= '2.2.0' and cnx == 'cnx') | bool }}"
 
 - name: Calico | Write Calico v2
   template: