Skip to content
New issue

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

[BUG] redis sharding cluster is always deleting #8513

Open
wangyelei opened this issue Nov 25, 2024 · 0 comments
Open

[BUG] redis sharding cluster is always deleting #8513

wangyelei opened this issue Nov 25, 2024 · 0 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@wangyelei
Copy link
Contributor

wangyelei commented Nov 25, 2024

Describe the bug
redis cluster always deleting

To Reproduce
Steps to reproduce the behavior:

  1. kbcli kb install --version 1.0.0-beta.5
  2. create with yaml
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
  1. delete cluster

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

@wangyelei wangyelei added the kind/bug Something isn't working label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants