helm安装mysql

前提

存储类

kubectl get sc
NAME    PROVISIONER      RECLAIMPOLICY   VOLUMEBINDINGMODE   ALLOWVOLUMEEXPANSION   AGE
nfs02   fuseim.pri/ifs   Retain          Immediate           false                  9h

安装mysql-operator

安装mysql源

该项目地址https://github.com/bitpoke/mysql-operator

helm repo add bitpoke https://helm-charts.bitpoke.io
helm repo update

查看源

helm search repo bitpoke
NAME                      	CHART VERSION	APP VERSION	DESCRIPTION                                       
bitpoke/bitpoke           	1.8.12       	1.8.12     	The Bitpoke App 

你可能感兴趣的:(Kubernetes,kubernetes)