We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用命令
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那里出问题了。
The text was updated successfully, but these errors were encountered:
我们直接修改掉了
Sorry, something went wrong.
No branches or pull requests
使用命令
会默认安装,对内存要求还挺高的,一直处于Pending状态。
如果修改redis_cluster.yaml文件,将proxyimage去掉,会报错,安装不了,改成“”空字符串,是没有安装了。
但是连redis-cluster-trump这个Service的Endpoints都没有了……,说明Operator那里出问题了。
The text was updated successfully, but these errors were encountered: