Clive Cox

Results 246 comments of Clive Cox

Can you make sure you have latest images locally as you are running on AKS as not sure what would be the difference.

The certificate for webhooks is generated via the `genCA` function in Helm ( see [here](https://github.com/helm/helm/issues/9046) ) which itself uses the [Sprig library](https://github.com/Masterminds/sprig). We would recommend asking for updates via these...

Options to set this are exposed by [this](https://github.com/kubernetes-sigs/controller-runtime/pull/2023) PR in controller-runtime. This became available in [0.13.1 of controller-runtime](https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.13.1) so would need to upgrade to this version and expose envar/command line...

Maybe one solution is to allow model autoscaling to be switched off, plus the ability for models to be defined to be locked to all server replicas so if the...

There seem to be some python lint errors: ``` keyring 23.13.1 requires importlib-metadata>=4.11.4; python_version < "3.12", but you have importlib-metadata 4.2.0 which is incompatible. WARNING: Running pip as the 'root'...