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
[root@ecs-9473 shell]# kbcli version Kubernetes: v1.30.4-r4-30.0.14.11 KubeBlocks: 0.9.2 kbcli: 0.9.2 [root@ecs-9473 shell]# kubectl get po -n agent |grep post pg-postgresql-0 3/4 Running 0 77m pg-postgresql-1 3/4 Running 0 77m [root@ecs-9473 shell]# kubectl describe po pg-postgresql-1 -n agent .... Topology Spread Constraints: kubernetes.io/hostname:DoNotSchedule when max skew 1 is exceeded for selector app.kubernetes.io/instance=pg,apps.kubeblocks.io/component-name=postgresql Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning Unhealthy 2m10s (x211 over 76m) kubelet Readiness probe failed: 127.0.0.1:5432 - no response
The text was updated successfully, but these errors were encountered:
Can you attach the pod logs? Please run the following commands: kubectl logs pg-postgresql-0 kubectl logs pg-postgresql-0 -c lorry
kubectl logs pg-postgresql-0
kubectl logs pg-postgresql-0 -c lorry
Sorry, something went wrong.
shanshanying
No branches or pull requests
The text was updated successfully, but these errors were encountered: