Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nineinfra/minio-charts
Maitain minio operator and directpv Charts
https://github.com/nineinfra/minio-charts
Last synced: about 2 months ago
JSON representation
Maitain minio operator and directpv Charts
- Host: GitHub
- URL: https://github.com/nineinfra/minio-charts
- Owner: nineinfra
- License: apache-2.0
- Created: 2023-11-18T03:23:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T13:40:38.000Z (about 1 year ago)
- Last Synced: 2023-11-19T09:24:37.865Z (about 1 year ago)
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minio-charts
## operator
### 1.install krew on client node connecting your kubernetes cluster follows this guide
https://krew.sigs.k8s.io/docs/user-guide/setup/install/
### 2.install minio kubectl plugin
```shell
kubectl krew update
kubectl krew install minio
```
### 3.generate resources.yaml
```shell
kubectl minio init --output > resources.yaml
```
### 4.replace the resouces.yaml in the directory operator/templates### 5.replace namespace minio-operator to nineinfra in the resources.yaml and do not create namespace
## directpv
### 1.install directpv kubectl plugin
```shell
kubectl krew update
kubectl krew install directpv
```
### 2.generate resources.yaml
```shell
kubectl directpv install -o yaml > resources.yaml
```
### 3.replace the resouces.yaml in the directory directpv/templates### 4.replace namespace directpv to nineinfra in the resources.yaml and do not create namespace