minio-operator

module
v0.0.0-...-477b72e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2023 License: Apache-2.0

README

介绍

minio-operator在k8s集群中部署minio, minio集群最小为4个实例

Example

 杨例文件如下:

# apiVersion 固定
apiVersion:  miniooperator.3xpl0it3r.cn/v1alpha1 
# Kind 固定
kind: Minio
metadata:
  # minio集群名称
  name: minio
spec:
  # 副本数
  replicas: 4
  image: "minio/minio"
  hostpath: "/data/minio"

replicas为副本数,replicas个数要么为1,要么>4,当k8s只有一个节点的时候,operator会固定的将replicas设置为1(无论用户设置多少,单节点运行多实例没啥意,服务器磁盘基本都做了raid)

使用

$ cat fake.yaml
apiVersion:  miniooperator.3xpl0it3r.cn/v1alpha1
kind: Minio
metadata:
  name: minio
spec:
  replicas: 4
  image: "minio/minio"
  hostpath: "/data/minio"


$ kubectl apply -f fake.yaml

Directories

Path Synopsis
cmd
miniooperator/app
Copyright 2022 The minio-operator Authors.
Copyright 2022 The minio-operator Authors.
pkg
apis/install
Copyright 2022 The minio-operator Authors.
Copyright 2022 The minio-operator Authors.
apis/miniooperator.3xpl0it3r.cn/v1alpha1
Package v1alpha1 is the v1alpha1 version of the API.
Package v1alpha1 is the v1alpha1 version of the API.
client/clientset/versioned
This package has the automatically generated clientset.
This package has the automatically generated clientset.
client/clientset/versioned/fake
This package has the automatically generated fake clientset.
This package has the automatically generated fake clientset.
client/clientset/versioned/scheme
This package contains the scheme of the automatically generated clientset.
This package contains the scheme of the automatically generated clientset.
client/clientset/versioned/typed/miniooperator.3xpl0it3r.cn/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
client/clientset/versioned/typed/miniooperator.3xpl0it3r.cn/v1alpha1/fake
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.
controller/minio
Copyright 2022 The minio-operator Authors.
Copyright 2022 The minio-operator Authors.
crd
k8s

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL