Adam Farden

Results 22 comments of Adam Farden

I think the problem is that you may be overloading the flags with too much functionality. Here you are changing behaviour (read vs write) _and_ providing an optional parameter. Assuming...

Thanks for your explanation, after a second look at this I probably should have requested something like _'Don't cordon nodes unless the plan phase succeeds'_. I'm now assuming here that...

note for me: - #951 is taged for v1.0.0 - #926 is a workaround and was released in v0.7.0 On MacOS we can now manually edit `~/Library/Application\ Support/rancher-desktop/lima/0/lima.yaml` to add...

I spent some hours today when I attempted to upgrade from 21.2: ``` Error while parsing options: The option 3ServicePortTcpInt is not a known option. (Parameter '3ServicePortTcpInt') ``` We run...

I came here to suggest exactly this. This is becoming a more and more common problem - the difference between `mini (290MB)` and `stock (605MB)` is huge, it's more than...

Actually it was a `1GB RAM / 4GB MMC` device that had an issue with the `stock` package, the `/system` partition is only 1.6GB. With the custom created package I...

1. The colours are the defaults used by the [powerlevel10k](https://github.com/romkatv/powerlevel10k) plugin, pretty popular among developers (at least within my circles) 2. Other light themes don't have this issue 3. Github...

The certificate is bind mounted inside the container, and I specify the path in my configuration file (also bind mounted to the container) with `tls.stores.default.defaultCertificate` as described at https://docs.traefik.io/https/tls/#default-certificate The...

https://github.com/ibm-messaging/mq-container/blob/master/docs/usage.md#supplying-tls-certificates An example of what I consider a good implementation of dealing with custom TLS certificates. No configuration needed except to drop in the certificates to the correct location with...

> * A feature request of Traefik to check a default directory for tls certificates in its filesystem (for instance `/etc/traefik/certs` ) Exactly this! > * A feature request for...