Skip to content
Snippets Groups Projects
Unverified Commit b3a68965 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub
Browse files

Merge pull request #3255 from mlushpenko/calico_check

Fix calico health checks
parents 9c49e071 ea2c9d8f
No related branches found
No related tags found
No related merge requests found
---
- name: Create kubernetes directories
file:
path: "{{ item }}"
......
---
- name: Update package management cache (YUM)
yum:
update_cache: yes
......
---
# Todo : selinux configuration
- name: Confirm selinux deployed
stat:
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment