Update kubernetes.md

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2024-06-22 12:14:53 +02:00 committed by GitHub
parent 515d98b978
commit fbd14118bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,4 +27,10 @@ If you prefer to install from manifest file, you can install from the deployment
```
kubectl apply -f https://raw.githubusercontent.com/mudler/LocalAI/master/examples/kubernetes/deployment.yaml
```
```
For Nvidia GPUs:
```
kubectl apply -f https://raw.githubusercontent.com/mudler/LocalAI/master/examples/kubernetes/deployment-nvidia.yaml
```