Kubernetes - Health Checks and Probes
Identify the error in this exec probe snippet:
livenessProbe:
exec:
command: "/bin/check_health"
initialDelaySeconds: 5
command field must be an array of strings, not a single string.initialDelaySeconds is valid and optional; timeoutSeconds is optional; command arguments can be empty.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions