From 5ed071dcd0e277121d1c7b248fcc11eb341323cd Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Sun, 3 Apr 2022 16:43:02 +0200 Subject: [PATCH] Removing old minio and updating backup commands --- k8s/README.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/k8s/README.md b/k8s/README.md index c79e089..5e6f629 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -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