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 kbcli connect pg cluster error:sh: 1: Syntax error: ")" unexpected.
Kubernetes: v1.26.3 KubeBlocks: 0.8.0-alpha.4 kbcli: 0.8.0-alpha.4
To Reproduce Steps to reproduce the behavior:
kbcli cluster create postgres-qnxihr --termination-policy=WipeOut --cluster-definition=postgresql --cluster-version=postgresql-12.14.1 --set cpu=100m,memory=0.5Gi,replicas=1,storage=3Gi --namespace default
kubectl get cluster NAME CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS AGE postgres-qnxihr postgresql postgresql-12.14.1 WipeOut Running 10m
kbcli cluster describe postgres-qnxihr Name: postgres-qnxihr Created Time: Nov 15,2023 17:44 UTC+0800 NAMESPACE CLUSTER-DEFINITION VERSION STATUS TERMINATION-POLICY default postgresql postgresql-12.14.1 Running WipeOut Endpoints: COMPONENT MODE INTERNAL EXTERNAL postgresql ReadWrite postgres-qnxihr-postgresql.default.svc.cluster.local:5432 <none> postgres-qnxihr-postgresql.default.svc.cluster.local:6432 Topology: COMPONENT INSTANCE ROLE STATUS AZ NODE CREATED-TIME postgresql postgres-qnxihr-postgresql-0 primary Running <none> minikube/192.168.49.2 Nov 15,2023 17:44 UTC+0800 Resources Allocation: COMPONENT DEDICATED CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS postgresql false 100m / 100m 512Mi / 512Mi data:3Gi csi-hostpath-sc Images: COMPONENT TYPE IMAGE postgresql postgresql infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com/apecloud/spilo:12.14.1-pgvector-v0.5.0 Data Protection: BACKUP-REPO AUTO-BACKUP BACKUP-SCHEDULE BACKUP-METHOD BACKUP-RETENTION Show cluster events: kbcli cluster list-events -n default postgres-qnxihr
kbcli cluster connect postgres-qnxihr Connect to instance postgres-qnxihr-postgresql-0 sh: 1: Syntax error: ")" unexpected command terminated with exit code 2
Expected behavior kbcli connect success.
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.
The text was updated successfully, but these errors were encountered:
Y-Rookie
1aal
Successfully merging a pull request may close this issue.
Describe the bug
kbcli connect pg cluster error:sh: 1: Syntax error: ")" unexpected.
To Reproduce
Steps to reproduce the behavior:
kbcli connect errror
Expected behavior
kbcli connect success.
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.
The text was updated successfully, but these errors were encountered: