ChandonPierre
ChandonPierre
> @okopanja I didn't manage to refactor/split all the stuff, and it seems like there is not much need for it, so I can just keep it as is in...
I am also experiencing this issue. For CentOS/RHEL7 I can use a value like `510.85.02` for `nvidia_driver_package_version`, however this does not work for RHEL8 I am not sure how it...
Hey @irbekrm - the `ProxyClass` CR is great and addresses a lot of the concerns outlined in the original issue! Though unfortunately since the entire pod spec is not exposed,...
> > We still mutate this lifecycle postStart on proxy pods in flight: while ! ip -f inet addr show tailscale0 &> /dev/null; do sleep 1; done; iptables -t nat...
/remove stale
> @ChandonPierre Thanks. You found an interesting way for rbac namespaced. > > Would you please add test and some documentation in values.yaml ? Updated!
> This PR only works with traefik v3.0.0. Please update your if statements and your tests accordingly by adding something like: `{{- if semverCompare "
> @ChandonPierre In its current form, this PR will be breaking for v3 users, using spec.ingressClassname with `rbac.namespaced` enabled. They will be forced to add annotations. > > Wdyt about:...