使用命令 ``` kubectl apply -f https://raw.githubusercontent.com/tongdun/td-redis-operator/main/cr/redis_cluster.yaml ``` 会默认安装,对内存要求还挺高的,一直处于Pending状态。 如果修改redis_cluster.yaml文件,将proxyimage去掉,会报错,安装不了,改成“”空字符串,是没有安装了。 但是连redis-cluster-trump这个Service的Endpoints都没有了……,说明Operator那里出问题了。