Joel DeTeves
Joel DeTeves
> Hi @joeldeteves 👋 > > While we don't have UI / control panel integration yet, it is possible to specify so-called _persistent node pool taints_ through the API that...
Here's how I did it in case anyone else is searching for a quick solution: 1. ```export $DIGITALOCEAN_TOKEN=my-access-token``` 2. ```doctl -t $DIGITALOCEAN_TOKEN kubernetes cluster node-pool update mycluster mynodepool --taint "key=false:NoExecute"```...
This is a much-needed feature for production environments.
@pascalandy IMO the power of traefik comes from labels. Being able to define caching behavior based on labels would be extremely powerful.
Just ran into the same issue, running Kubernetes 1.19.3. Downgrading Traefik for now. Note: 2.3.7 is working for me, whereas the 2.4.0 upgrade breaks it, there was no need for...
Hello, any update on this issue? We are unable to patch Traefik for security releases until this is resolved. Thank you,
> Hello @bschoenbach @nustiueudinastea @joeldeteves @alexangas, > > Thanks for your interest in Traefik! > > This error can happen because Traefik, as a Kubernetes client, has no rights to...
> Unfortunately I'm still experiencing this issue. > > First thing to say is that I'm using the traefik-helm-chart and am increasingly wondering if the issue lies there, specifically this...
I like the idea of a Global Policy that applies to *all* sites and clients (for example, nearly all our clients share the same patching & maintenance schedule). It could...