28 lines
313 B
Markdown
28 lines
313 B
Markdown
# UniFi Network Application
|
|
|
|
## Basic stuff
|
|
|
|
### Install
|
|
|
|
```shell
|
|
helm install unifi ./helm --namespace unifi --create-namespace
|
|
```
|
|
|
|
### Update
|
|
|
|
```shell
|
|
helm -n unifi upgrade unifi .\helm
|
|
```
|
|
|
|
### Check
|
|
|
|
```shell
|
|
kubectl -n unifi get secret,cm,pvc,pod,svc
|
|
```
|
|
|
|
### Delete
|
|
|
|
```shell
|
|
kubectl delete ns unifi
|
|
```
|