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
Describe the bug no reshard the slots
To Reproduce Steps to reproduce the behavior:
apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: redis spec: shardings: - name: shard shards: 3 template: componentDef: redis-cluster-7-1.0.0-alpha.0 disableExporter: true name: redis replicas: 2 resources: limits: cpu: 500m memory: 512Mi requests: cpu: 500m memory: 512Mi serviceVersion: 7.2.4 systemAccounts: - name: default passwordConfig: length: 10 letterCase: MixedCases numDigits: 5 numSymbols: 0 seed: redis volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 20Gi terminationPolicy: Deletex
The text was updated successfully, but these errors were encountered:
wangyelei
No branches or pull requests
Describe the bug
no reshard the slots
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: