Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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