apecloud/kubeblocks

[BUG] Opengauss cluster creation failed

haowen159 opened this issue · 1 comments

Describe the bug
A clear and concise description of what the bug is.

kbcli version
Kubernetes: v1.28.11-gke.1019001
KubeBlocks: 1.0.0-alpha.1
kbcli: 1.0.0-alpha.0

To Reproduce
Steps to reproduce the behavior:
1.cluster yaml

apiVersion: apps.kubeblocks.io/v1alpha1
kind: Cluster
metadata:
  name: ogauss-uuznps
  namespace: default
spec:
  terminationPolicy: Halt
  componentSpecs:
    - name: 
      componentDef: opengauss-1.0.0-alpha.0
      replicas: 2
      resources:
        requests:
          cpu: 100m
          memory: 0.5Gi
        limits:
          cpu: 100m
          memory: 0.5Gi
      volumeClaimTemplates:
        - name: data
          spec:
            storageClassName:
            accessModes:
              - ReadWriteOnce
            resources:
              requests:
                storage: 1Gi
  1. see error
k get cluster
NAME            CLUSTER-DEFINITION   VERSION   TERMINATION-POLICY   STATUS     AGE
ogauss-yikzfr                                  DoNotTerminate       Failed     11m

3.logs

 k logs ogauss-yikzfr-opengauss-0

                        Error: The supplied GS_PASSWORD is not meet requirements.
                        Please Check if the password contains uppercase, lowercase, numbers, special characters, and password length(8).
                        At least one uppercase, lowercase, numeric, special character.
                        Example: Enmo@123

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

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

This issue has been marked as stale because it has been open for 30 days with no activity