✖️使用Operator安装Redis集群(outdated)
安装
git clone https://github.com/ucloud/redis-cluster-operator.git
cd redis-cluster-operatorkubectl create -f deploy/crds/redis.kun_distributedredisclusters_crd.yaml
kubectl create -f deploy/crds/redis.kun_redisclusterbackups_crd.yamlkubectl create ns redis-cluster
kubectl create -f deploy/service_account.yaml -n redis-cluster
kubectl create -f deploy/namespace/role.yaml -n redis-cluster
kubectl create -f deploy/namespace/role_binding.yaml -n redis-cluster
kubectl create -f deploy/namespace/operator.yaml -n redis-cluster$ kubectl get pod -n redis-cluster一键扩容
注意
集群清理
最后更新于