Brad Davidson

Results 1132 comments of Brad Davidson

So they basically require you to disable TLS verification because "the mysql client libraries by default have hostname verification disabled" and they seem to think that using unique self-signed certs...

if we do that we'd probably need to be pretty flexible about it, and allow for specific install/upgrade/delete args? The fastest way to solve this would probably be to build...

1. Checkout https://github.com/k3s-io/klipper-helm 2. Modify https://github.com/k3s-io/klipper-helm/blob/master/entry#L31 by adding `--timeoute=x` at the end 3. Run `make` 4. Tag and push the resulting image to a registry 5. Update `jobImage` in your...

A PR would be appreciated!

Update: this may be the root cause of some issues we're seeing with nginx upgrade failures in RKE2, so I'll be taking a look at it tomorrow.

Yes, the fix will handle that properly, as well as allow for extending the timeout.

This is landing in RKE2 1.21; no ETA on when we will pull it in to K3s or older RKE2 releases.

As before you can specify jobImage in your HelmChart to at least take advantage of the fixes for chart status handing. Using the timeout field on the spec will require...

@jawabuu so `pending-install` can't be resolved by installing? That's unexpected. I was unable to get a chart stuck in this state and couldn't test. Is upgrading in this case always...

The "pending" states are supposed to indicate that there is another Helm process altering the chart; but in this case the process has been interrupted so the `lock` is stale....