kube-solo-osx
kube-solo-osx copied to clipboard
readiness probes don't run
I've defined a readiness probe that's supposed to run a shell script as documented in https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes#define-readiness-probes
It works when deployed to GKE, but on kube-solo the pod never transitions to "ready" state. After some debugging, it looks like the script is never executed.
not sure that is really related to kube-solo
, but apps they do behave differently on local and cloud deployment