Replies: 1 comment 2 replies
-
@dj-wasabi this seems an environment issue because I created the same ActiveMQArtemis CR and the probes are not failing. Anyway, I found the following unrelated issues in your CR:
|
Beta Was this translation helpful? Give feedback.
2 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.
-
I have the following manifest to create a new broker:
The liveness and readiness probe configuration comes somewhere from the documentation, but the pod doesn't come available:
The pod is started, without any errors:
But even when I do a curl to fqdn vs to console 1 works the other not (and i think that is probably reason why the liveness is a tcp port check?):
And even the readinessprobe does take a long time:
Unfortunately (but from a security p.o.v. I totally understands!) I am not able to check my other port (61617) to see if it is open, but a curl failure doesn't convince me that it is open.
So at the moment, I am not sure what to do. Well, I can change the
periodSeconds
to a much higher value, but that doesn't sound right to me. Any one else has ideas?CPU Load is quite high to be honest (dotted line is the limits):
Beta Was this translation helpful? Give feedback.
All reactions