init commit
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user