Adam Tetelman
Adam Tetelman
/kind bug I am using DeepOps version 20.10 to deploy a cluster. This uses Kubespray under the hood and is pretty standard as far as K8S install goes. After deploying...
Apt is throwing some warning messages and is generally not meant for scripting. Replaces with apt-get to avoid warnings. Looks like something wonky may have happened with tabs/spaces in the...
I ran through a 11.1 install with microk8s enabled. Directly running the validate script after running the setup script failed. Rather than doing an `alias` in the Ansible and putting...
/kind bug I created a [ClusterServingRuntime](https://github.com/supertetelman/nim-kserve/blob/main/runtimes/24.01-nim_llm.yaml) that looks like this: ``` apiVersion: serving.kserve.io/v1alpha1 kind: ClusterServingRuntime metadata: name: nvidia-nim-llm-24.01 spec: supportedModelFormats: - name: nvidia-nim-llm version: "24.01" autoSelect: true priority: 1 ```...
/kind feature I would like to add an additional flag to specify a volume to be ReadWrite or ReadOnly. Currently the implementation for PVC model stores [here](https://github.com/kserve/kserve/blob/master/pkg/webhook/admission/pod/storage_initializer_injector.go#L255) expects that a...
Since this project's original creation the number of containers available on NGC has grown exponentially. Downloading and copying with the default settings takes up Terabytes of data and specifying specific...