tektoncd / results

Long term storage of execution results.
Apache License 2.0
77 stars 73 forks source link

Startup Probes fails in Disconnected/Proxy Install of Kubernetes/OpenShift, #726

Closed khrm closed 6 months ago

khrm commented 6 months ago

Expected Behavior

Probes should work and the API server should come up.

Actual Behavior

Startup probes fail.

Steps to Reproduce the Problem

  1. Install Results in Disconnected Install
  2. Startup probes will fail
  3. Remove startup probes will let you see that other probes also fail

Additional Info

1.26

khrm commented 6 months ago

/assign @khrm

khrm commented 6 months ago

BTW, changing probes to TCP will make probes successful but that's not a correct solution.

khrm commented 6 months ago

We can also simulate this by setting the HTTPS_PROXY environment.

khrm commented 6 months ago

Fixed by #727

khrm commented 6 months ago

We have disabled the Proxy between the Rest server and GRPC in OpenShift shipped Results. It's not needed and we didn't see any adverse issues from customers.