Skip to content

Commit

Permalink
use values-gke.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Oct 11, 2024
1 parent 4e63841 commit d3af2ad
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/installation/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,9 @@ helm repo update
Install KubeAI with [Helm](https://helm.sh/docs/intro/install/).

```bash
cat <<EOF > kubeai.yaml
resourceProfiles:
nvidia-gpu-l4:
nodeSelector:
cloud.google.com/gke-accelerator: "nvidia-l4"
cloud.google.com/gke-spot: "true"
EOF

curl -L -O https://raw.githubusercontent.com/substratusai/kubeai/refs/heads/main/charts/kubeai/values-gke.yaml
helm upgrade --install kubeai kubeai/kubeai \
-f ./kubeai.yaml \
-f values-gke.yaml \
--set secrets.huggingface.token=$HUGGING_FACE_HUB_TOKEN \
--wait
```
Expand Down

0 comments on commit d3af2ad

Please sign in to comment.