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
The following example changes replicas to 2.
kubectl patch mysql sample -p '{"spec":{"replicas":2}}' --type=merge
Close the cluster (change the replicas to 0) will not delete the PVC. The replicas can only be 0/2/3/5.
以下示例将名为 sample 的集群节点数更改为2。
sample
关闭集群(更改节点数为0)不会删除pvc。 节点数只能为0/2/3/5。
The text was updated successfully, but these errors were encountered:
ACK.
Sorry, something went wrong.
@zhl003 @acekingke @runkecheng
docs: add troubleshoot.md radondb#387
605e6c7
@GuishengZhou
Merge pull request #414 from andyli029/220316_troubleshoot
411b712
docs: add troubleshoot.md #387
e18ac8c
Merge pull request radondb#414 from andyli029/220316_troubleshoot
b0d846d
acekingke
KID-G
zhl003
GuishengZhou
runkecheng
molliezhang
Successfully merging a pull request may close this issue.
General Question
Change the replicas
The following example changes replicas to 2.
常用运维操作
更改节点数
以下示例将名为
sample
的集群节点数更改为2。The text was updated successfully, but these errors were encountered: