Leonardo
Leonardo
Same here. But xeus-cling-0.9.0 didn't solve the problem on my machine. I used xeus-cling-0.9.0 to generate the following logs. $ gcc --version gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 $ (trying to run...
Based on https://frank.sauerburger.io/2021/12/01/inspect-k8s-pvc.html by @sauerburger
Would it be interesting to add the alternative 2 to ? I could open a PR
Does running "pip install tensorflow-probability==0.8" after installing kfac works for you?
The first commit only implements the first flag (webhook.certSecretNameOverride). Still working on the second one (webhook.useCustomCertSecret). I am open to any feedback.
The flag "webhook.addCustomCertSecretInjectorAnnotations" somewhat conflicts with "webhook.certManager.enabled", because it requires cert-manager to be installed. I still haven't figured out a way to inject the CA using just the certController (no...
I need some help on this. Is it better to keep the "webhook.addCustomCertSecretInjectorAnnotations" value (which depends on "cert-manager")? Or is it better to add a Helm chart value like "certController.onlyAddInjectorAnnotations"...
> > Although webhook.certManager may be disabled, cert-manager still needs to be installed (and this chart does not install it for you) > > do you mean that cert-manager needs...
> IIRC injecting a custom CA would necessarily need to include certController changes in the code - as we always generate one fresh. I updated the "Proposed Changes" based on...
> I've taken a look at the issue. For me, it looks good! > > Generally speaking, I think we should still add the option for the users to specify...