Replies: 1 comment
-
The error means that the app tried to run HTTP probes against the exposed tcp port in the container and it didn't get any successful responses, so it exited. You can disable this behavior, so it doesn't fail when it gets no successful probe responses or you can disable http probing. This is what it would look like when you disable http probing:
A couple of notes... Basic DNS probing will be available in the upcoming release, so there won't be a need to disable probing explicitly (i'll post a note when it's available). The image you are trying to minify is already very small (probably as small as it gets). The official CoreDNS image is 59.8MB and the Rancher CoreDNS image is 53.6MB. CoreDNS is Go binary and the base image they use is pretty minimal already. Minifying the official CoreDNS image gives you 57.4MB and minifying the Rancher CoreDNS images doesn't really change the size (you get 53.6MB). |
Beta Was this translation helpful? Give feedback.
-
my command is
but the output:
could you help me to solve the problem?
Beta Was this translation helpful? Give feedback.
All reactions