Dinko Korunic

Results 53 comments of Dinko Korunic

Not only that, upgrading Go on Big Sur is broken since version checking code in download_binary() doesn't handle 11.0.x properly, resulting in "Binary Go unavailable for this platform" error message...

@sharifm-informatica This is sadly not correct. QUIC support is experimental and it requires experimental OpenSSL (as in non-distro, non-standard fork) that isn't available in any distribution yet. Therefore our haproxytech...

I'm adding this to a feature queue, thank you @mateuszdrab.

This `preStop` action can't possibly be right due to s6 being used and `s6-svc -1 /var/run/s6/services/haproxy` should be used instead. Note that this issue is really not related to Helm...

Closing the ticket due to active https://github.com/haproxytech/kubernetes-ingress/issues/464.

Issued tracked and fixed in Ingress Controller repo.

@Eulenator Work is being done to remedy this.

Long resolved, forgot to mark as done..

Reason why IC chart doesn't have the ability to modify `securityContext` is exactly because we want to avoid users accidentally breaking unprivileged operation, which is now a default mode. Helm...

@tbnguyen1407 There are few problems with completely opening/exposing `securityContext` values in `values.yaml` as opposed to hardcoding them: - As soon as UID/GID are mismatched with file/folder permissions that were used...