apecloud / kubeblocks

KubeBlocks is an open-source control plane software that runs and manages databases, message queues and other stateful applications on K8s.
https://kubeblocks.io
GNU Affero General Public License v3.0
2.22k stars 185 forks source link

[BUG] Opengauss cluster creation failed #7925

Closed haowen159 closed 2 weeks ago

haowen159 commented 4 months ago

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):

Additional context Add any other context about the problem here.

github-actions[bot] commented 2 months ago

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

shanshanying commented 2 weeks ago

obsolete.