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: sealos UI can't create db by default config #3494

Closed
xiaobiaozhao opened this issue Jul 12, 2023 · 6 comments
Closed

BUG: sealos UI can't create db by default config #3494

xiaobiaozhao opened this issue Jul 12, 2023 · 6 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@xiaobiaozhao
Copy link

Sealos Version

4.4.2

How to reproduce the bug?

image image

What is the expected behavior?

No response

What do you see instead?

No response

Operating environment

- Sealos version:
- Docker version:
- Kubernetes version:
- Operating system:
- Runtime environment:
- Cluster size:
- Additional information:

Additional information

No response

@xiaobiaozhao xiaobiaozhao added the kind/bug Something isn't working label Jul 12, 2023
@lingdie
Copy link
Collaborator

lingdie commented Jul 12, 2023

@c121914yu plz close this issue after fix.

@c121914yu
Copy link
Collaborator

Which environment? cloud.sealos.io or private deployment

@sealos-ci-robot
Copy link
Member

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Which environment? cloud.sealos.io or private deployment

@lingdie
Copy link
Collaborator

lingdie commented Jul 12, 2023

Which environment? cloud.sealos.io or private deployment

private deployment.

@sakcer
Copy link
Contributor

sakcer commented Jul 12, 2023

@xiaobiaozhao To obtain more information by entering the following command in the terminal:
kubectl describe clusters.apps.kubeblocks.io <database-name>
Generally, you would need to apply this file: kubectl apply -f sc.yaml

apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  annotations:
    cas.openebs.io/config: |
      - name: StorageType
        value: "hostpath"
      - name: BasePath
        value: "/var/openebs/local"
    openebs.io/cas-type: local
  name: openebs-backup
provisioner: openebs.io/local
reclaimPolicy: Delete
volumeBindingMode: WaitForFirstConsumer

@lingdie
Copy link
Collaborator

lingdie commented Jul 12, 2023

this pr will fixed this. #3491

@lingdie lingdie closed this as completed Jul 12, 2023
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

5 participants