Replies: 1 comment
-
|
Moved to stackabletech/trino-operator#813 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to override livenessProbe because of some memory issues. This is what i want it to be
but i get this error in message in my trino worker statefulset:
create Pod trino-coac-worker-default-0 in StatefulSet trino-coac-worker-default failed error: Pod "trino-coac-worker-default-0" is invalid: spec.containers[0].livenessProbe.tcpSocket: Forbidden: may not specify more than 1 handler typelooks like it doesn't really override the livenessProbe as the tcpSocket field still exists?
Beta Was this translation helpful? Give feedback.
All reactions