Fabiano Nunes Parente
Fabiano Nunes Parente
Hi, @j0sh3rs. It is possible to configure these SSL attributes via [global config snippet](https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/annotations.md#config-snippet) or [Global CRD](https://github.com/haproxytech/kubernetes-ingress/blob/master/documentation/custom-resources.md#global). But don't use Global CRD yet. You should wait for bug #472 to...
Hi, @dschuldt. I could not reproduce the bug. I debugged the code involved in creating backends and could find no apparent flaws. Can you post the `values.yaml` and the other...
It may not be necessary to export the library in another format, although it is the best option. I think passing [libraryExport](https://v4.webpack.js.org/configuration/output/#outputlibraryexport)="default" to webpack config is enough: ```diff // config/webpack.config.build.js...
Hello, @ivanmatmati I noticed that this bug isn't reproducible on the 1.11 branch. After bisecting, I found out that commit e2f797cdb7efefa44232dfb2c7cb57e1039a1e40 fixes this issue. Perhaps we should consider backporting it...
@zimnx, since reloads are seamless, you could use different `hard-stop-after` for each instance ~or even disable it to prevent concurrent connection interruptions~ (bad advice).