File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,13 @@ Set the chart version and then select a tab to follow the provider-specific inst
6363
6464 ``` bash
6565 export EPP_STANDALONE_CHART_VERSION=v0
66- export PROVIDER=< YOUR_PROVIDER> # can be gke as gke needed it specific epp monitoring resources.
67- git clone --depth 1 https://github.com/kubernetes-sigs/gateway-api-inference-extension.git /tmp/temp-chart-repo && \
66+ export PROVIDER=< YOUR_PROVIDER> # optional, can be gke as gke needed it specific epp monitoring resources.
6867 helm install vllm-llama3-8b-instruct \
6968 --dependency-update \
7069 --set inferenceExtension.endpointsServer.endpointSelector=" app=vllm-llama3-8b-instruct" \
7170 --set provider.name=$PROVIDER \
72- /tmp/temp-chart-repo/config/charts/epp-standalone && \
73- rm -rf /tmp/temp-chart-repo
71+ --version $EPP_STANDALONE_CHART_VERSION \
72+ oci://us-central1-docker.pkg.dev/k8s-staging-images/gateway-api-inference-extension/charts/epp-standalone
7473 ```
7574
7675#### Try it out
You can’t perform that action at this time.
0 commit comments