happy-kitchen-33409
12/17/2024, 2:29 AMSetAllConfig
call, followed immediately by a cmd.serve.grpc shutting down the server
The operator will keep getting context deadline exceeded
, and then Reconciling Workspace
with a different revision
It seems the workspace keeps getting updates, resulting in a different revision number, and that update gets picked up the operator, which will update the statefulset, thus killing the pods.
Does this sound possible? Is there any other guide on debugging this?hallowed-photographer-31251
12/17/2024, 5:39 PMhappy-kitchen-33409
12/17/2024, 5:41 PM"-v=true"
, but then the operator complain about cannot update the statefulset.
I'm setting 6 configs (6 strings)hallowed-photographer-31251
12/17/2024, 5:42 PMkubectl logs
happy-kitchen-33409
12/17/2024, 5:45 PMSelectStack
• got a SetAllConfig
• shutting down serverhallowed-photographer-31251
12/17/2024, 5:45 PMhappy-kitchen-33409
12/17/2024, 5:56 PMhappy-kitchen-33409
12/17/2024, 5:56 PMhallowed-photographer-31251
12/17/2024, 6:22 PMNo source specifiedwhat does your stack look like? it sounds like it isn’t cloning anything into the workspace
happy-kitchen-33409
12/17/2024, 6:23 PMhappy-kitchen-33409
12/17/2024, 6:25 PMruntime:
name: go
options:
binary: /main
The binary is in the image.