dza89
dza89
Thanks, that sounds interesting. But that doesn't solve the actual problem, where is makes sense to be able to set the locale somewhere, probably during install, like other os-es. There...
@jrhouston When applying crds there are numerous occassions where it's impossible to drop the statusfield, as this is actually the definition of this statusfield. E.g. https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/crds/crd-alertmanagerconfigs.yaml#L4370
This can be fixed by setting: tostring(var.ca_arn)
We actually hit the same issue as datadog in kube. We implementated a pod pid limit to make sure it doesn't happen again. But even so, 32768 is just really...
Nice to hear, the only thing I just realize, is the eks ami build the right place to set this? Shouldn't this be fixed at the source? amzn2-ami-minimal-hvm?
I saw that here as well https://github.com/k0sproject/k0s/issues/1113 But it's not clear to me what exactly is meant with HA setup, as in I'm unsure when this exact situation occurs. Every...
> No, every multi controller setup is a HA setup I would not consider two controllers a HA setup, so this wasn't completely clear to me. Maybe change the docs...
At microk8s and k3s HA equals 3 or more controllers, this is where the confusion was from my part.
Fixes https://github.com/thomseddon/traefik-forward-auth/issues/272
^^ Probably won't be merged, but if you do docker build of my fork you can at least get it working again.