mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-07 17:07:58 +08:00
Update readme.md
This commit is contained in:
parent
f7a8fb72c3
commit
8f4a7406cc
12
readme.md
12
readme.md
@ -48,16 +48,10 @@ docker run -it --rm --name dsm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMI
|
||||
```
|
||||
|
||||
Via Kubernetes:
|
||||
- download `kube-dsm.yaml`
|
||||
- edit it, according to your need
|
||||
- deploy it:
|
||||
```shell
|
||||
kubectl apply -f kube-dsm.yaml
|
||||
```
|
||||
|
||||
Notes:
|
||||
- depending on the kind of storage you're using, you may want to pre-create PVC first. If so - remove PVC section from the manifest
|
||||
- you can add Ingress to the manifest. I found, that if I use DNS name to access DSM UI - that can only be done via HTTPS. Accessing UI via DNS with HTTP results in error `You are not authorized to use this service`
|
||||
```shell
|
||||
kubectl apply -f kubernetes.yml
|
||||
```
|
||||
|
||||
## FAQ
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user