Benedetto Nespoli
Benedetto Nespoli
The very same happening here, but I comment just to say I am using **traefik** CRDs (already applied to the cluster). Pinning version 0.2.x works but 0.3.x not Using k3s...
Also, notice that enabling traefik-forward-auth globally (in Kubernetes and traefik2 this is done with the argument ```"--entrypoints.web.http.middlewares=default-traefik-forward-auth@kubernetescrd"```), make the last redirect works. Still don't know why, but experimentally, at least...
Same error, following this guide to setup an environment: https://github.com/Raezroth/Linux-ARM-Gaming-Chroot/blob/master/README.md . Then installed SteamCMD, downloaded the game and started in the chroot env. Crashing with ``` terminating with uncaught exception...
@monsdar I just want to be sure that we are aligned What @skuzzle is trying to do here is to just change the header name from being `X-Forwarded-User` to a...
I managed to delete all pending deletion resources blocked by a finalizer using this script: ```sh finalizers | tail -n +2 | while read -r line; do namespace=$(echo "$line" |...
This is still valid and pretty useful at least to me. Can we have it look at by someone, please? Thank you very much
This would be really useful for my use cases too
@stevehipwell @cartermckinnon do you know if something has being started in this context ? I would like to help but I don't know if something has changed in the last...
@chlunde since ControllerConfig is now [deprecated](https://github.com/crossplane/crossplane/issues/3601), do you have any other suggestion on how we should address this problem? I would like to define everything in a declarative manner to...
This feature was implemented in Lens Desktop by Mirantis but not in this repository (which only contains OpenLens code). Can we have this feature ported in this repository ?