Paul Miu
Paul Miu
> For example display only the checks that can be performed on the given element (`Response Body > should > contain`, `JSON selector > should > be lower than`, `Response...
Thanks a lot for doing this @bertyhell! I'm sorry to hear that all your effort for this feature was in vain. But totally understand your decision.
@gazorby Ok get it. Thanks for taking care of it. I just played around right now and found a workaround which works, but is probably not the best solution. In...
Me too! For now I have to use yaourt for this, but it would be nice if packer would have this flag.
@alik0211 Can we add this please to the docs? I'm willing to help.
We have our own Dockerfile that wraps the default odoo docker image and adds some scripts. One of the scripts is for health checks (or liveness probe as it's called...
@lemniskett That is indeed much more elegant! 👍 Thanks for sharing! The only problem would be if the Odoo API would response but not the web application. But I think...
Sorry, I forgot to scale the canvas to 100% before designing it. Can you please decrease the size of it? BTW: I'll add more items to the library soon.
As stated in [this comment](https://github.com/k3s-io/klipper-lb/issues/14#issuecomment-847538979): > Klipper-lb does not change source IP. it supports `externalTrafficPolicy: Local`. I guess you're using [k3s](https://k3s.io/) as Kubernetes distribution and probably [Traefik](https://traefik.io/traefik/) as your cluster...
Ah sorry, I didn't read that guide. But you can still use my answer to fix your problem. Just make sure that `externalTrafficPolicy` is set to `Local` (as [documented here](https://kubernetes.github.io/ingress-nginx/deploy/#cloud-deployments)...