knctl
knctl copied to clipboard
configure probes
consider how to configure probes when deploying
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
Any progress on this issue? We are just trying to knctl deploy
a service which has a non-standard health endpoint. It would be very helpful if we could configure the readiness and liveness probes.
@jochenehret is it just the endpoint configuration your are interested in, or other additional configuration as well (as defined in https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)?
Hi @cppforlife, I think we need host, scheme, path and port for now.