1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
This commit is contained in:
Jim Bugwadia 2019-11-12 17:41:29 -08:00 committed by GitHub
parent e7536fbf44
commit f1fafb184b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ metadata:
correctly manage a pods lifecycle during deployments, restarts, and upgrades. For each
pod, a periodic `livenessProbe` is performed by the kubelet to determine if the pod's
containers are running or need to be restarted. A `readinessProbe` is used by services
and deployments to determine if the pod is ready to recieve network traffic.
and deployments to determine if the pod is ready to receive network traffic.
spec:
rules:
- name: validate-livenessProbe-readinessProbe