module
0.0.0-20211105025229-0bc0e990ce0e
Repository: https://github.com/zhyass/mysql-operator.git
Documentation: pkg.go.dev
# README
mysql-operator has moved
Get the new repository: https://github.com/radondb/radondb-mysql-kubernetes
Quickstart
Install the operator named test
:
helm install test https://github.com/zhyass/mysql-operator/releases/latest/download/mysql-operator.tgz
Then install the cluster named sample
:
kubectl apply -f https://raw.githubusercontent.com/zhyass/mysql-operator/master/config/samples/mysql_v1_cluster.yaml
Uninstall
Uninstall the cluster named sample
:
kubectl delete clusters.mysql.radondb.io sample
Uninstall the operator name test
:
helm uninstall test
Uninstall the crd:
kubectl delete customresourcedefinitions.apiextensions.k8s.io clusters.mysql.radondb.io