canonical / kserve-operators

Charmed KServe
4 stars 2 forks source link

fix: configure proxy env vars storage init container #257

Closed NohaIhab closed 3 months ago

NohaIhab commented 3 months ago

part of https://github.com/canonical/knative-operators/issues/204

Summary

Adds charm configs to kserve-controller charm to enable configuring the proxy environment variables in the storage-initializer init container of InferenceService Pod. It is done by modifying the ClusterStorageContainer CR, for more info see the KServe docs.

This change will enable CKF users to use KServe behind a proxy.