Merge pull request #3255 from mlushpenko/calico_check

Fix calico health checks
This commit is contained in:
k8s-ci-robot
2018-09-07 07:39:20 -07:00
committed by GitHub
7 changed files with 15 additions and 10 deletions

View File

@ -1,3 +1,4 @@
---
- name: Create kubernetes directories
file:
path: "{{ item }}"

View File

@ -1,3 +1,4 @@
---
- name: Update package management cache (YUM)
yum:
update_cache: yes

View File

@ -1,3 +1,4 @@
---
# Todo : selinux configuration
- name: Confirm selinux deployed
stat:

View File

@ -136,6 +136,7 @@ spec:
memory: {{ calico_node_memory_requests }}
livenessProbe:
httpGet:
host: 127.0.0.1
path: /liveness
port: 9099
periodSeconds: 10
@ -143,6 +144,7 @@ spec:
failureThreshold: 6
readinessProbe:
httpGet:
host: 127.0.0.1
path: /readiness
port: 9099
periodSeconds: 10