-
when I try to start mysql for a test. I try to export the data to my local disk
[docker:mysql]
image = mysql:8.0
healthcheck_cmd = mysql -uroot -D information_schema -e "SELECT * FROM plugins LI…
-
When using healthcheck on Elasticsearch containers I cannot start a cluster. Elasticsearch containers cannot connect to each other by "tasks.xxx" address. When not using healthcheck everything is fine…
xvnpw updated
6 years ago
-
Set target name override for SSL host name checking
This option should be changed for grpc localhost request because localhost is not included in certs
-
Thank you for creating this addon.
Not sure if I'm missing something or the setup instructions are, but I'm getting an `The URL you have provided does not have a valid security certificate.` error…
-
@DaniellaFreese @anshrma I see TG health checks (to 8000/HTTP at path /) fail when I create ingress to create ALB in front of Kong GW pods. I want to use ALB to enable WAF. Can it work with HTTP or…
-
I have added fastify-custom-healthcheck for extending health functionalities of my app. but when i run my unit or integration tests it was failing at the time of hitting app.ready() and didn't even th…
-
I got this error
# sh main_healthcheck.sh
main_healthcheck.sh[120]: typeset: 0403-010 A specified flag is not valid for this command.
Something wrong in this line?
. ./${GENERAL_CONFIG}
-
Hi,
Thanks for this repo. I am trying to build a ES 6.8.23 cluster on 3 node Docker SWARM. I am following your code, but not able to run.
Always get this error:
[2022-02-01T17:48:19,911][WARN ][o.e…
-
### What kind of issue is this?
- [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing o…
-
Add support to docker health check.
Adding an endpoint might not be an option as it might conflict with redirects. This needs some investigation so it does not break redirection.