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 redis cluster always deleting
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: Delete
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
The text was updated successfully, but these errors were encountered:
Y-Rookie
No branches or pull requests
Describe the bug
redis cluster always deleting
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
The text was updated successfully, but these errors were encountered: