knctl icon indicating copy to clipboard operation
knctl copied to clipboard

configure probes

Open cppforlife opened this issue 6 years ago • 3 comments

consider how to configure probes when deploying

livenessProbe:
  httpGet:
    path: /
    port: http
readinessProbe:
  httpGet:
    path: /
    port: http

cppforlife avatar Nov 08 '18 02:11 cppforlife

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 avatar Mar 08 '19 13:03 jochenehret

@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)?

cppforlife avatar Mar 08 '19 19:03 cppforlife

Hi @cppforlife, I think we need host, scheme, path and port for now.

jochenehret avatar Mar 11 '19 07:03 jochenehret