Skip to content
This repository was archived by the owner on Nov 5, 2021. It is now read-only.

zhyass/mysql-operator

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published