Removing old minio and updating backup commands

This commit is contained in:
Moritz Graf 2022-04-03 16:43:02 +02:00
parent 9bc48ecb24
commit 5ed071dcd0
1 changed files with 1 additions and 16 deletions

View File

@ -78,21 +78,6 @@ helm repo update
helm upgrade --install -f minio/minio.secret.yaml --namespace minio --create-namespace minio bitnami/minio
```
## minio
**DEPRECATED - INSTALL WITH OPERATOR**
See [chart on GitHub](https://github.com/minio/charts/tree/master/minio).
```sh
helm repo add minio https://charts.min.io/
helm repo update
helm upgrade --install -f minio/minio.secret.yaml --namespace minio --create-namespace minio minio/minio
# #
helm delete minio -n minio
kubectl delete ns minio
```
## velero
Backup tool. See chart [README](https://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/README.md).
@ -112,7 +97,7 @@ A manual backup may be created executing the following command. **Note: Keep bac
```sh
DATE=$( date +%Y%m%d )
velero backup create $DATE --include-namespaces datalab,development,nextcloud,tt-rss,zebrium,mailu --wait
velero backup create $DATE --include-namespaces datalab,development,nextcloud,tt-rss,mailu --wait
```
## Add private docker registry