You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check cluster status
tianyue@apeclouds-MacBook-Pro kubeblocks-addons % k get cluster -A
NAMESPACE NAME CLUSTER-DEFINITION TERMINATION-POLICY STATUS AGE
default pgclu02 postgresql Delete 52m
default redisclu02 redis Delete 46m
check pod: no pod created
check cmp: no status
tianyue@apeclouds-MacBook-Pro kubeblocks-addons % k get cmp
NAME DEFINITION SERVICE-VERSION STATUS AGE
pgclu02-postgresql postgresql-16-1.0.0-alpha.0 16.4.0 55m
redisclu02-redis-sentinel redis-sentinel-7-1.0.0-alpha.0 7.2.4 49m
Describe the bug
To Reproduce
Steps to reproduce the behavior:
tianyue@apeclouds-MacBook-Pro kubeblocks-addons % k get cluster -A
NAMESPACE NAME CLUSTER-DEFINITION TERMINATION-POLICY STATUS AGE
default pgclu02 postgresql Delete 52m
default redisclu02 redis Delete 46m
tianyue@apeclouds-MacBook-Pro kubeblocks-addons % k get cmp
NAME DEFINITION SERVICE-VERSION STATUS AGE
pgclu02-postgresql postgresql-16-1.0.0-alpha.0 16.4.0 55m
redisclu02-redis-sentinel redis-sentinel-7-1.0.0-alpha.0 7.2.4 49m
tianyue@apeclouds-MacBook-Pro kubeblocks-addons % k describe cmp pgclu02-postgresql
Name: pgclu02-postgresql
Namespace: default
Labels: app.kubernetes.io/component=postgresql-16-1.0.0-alpha.0
app.kubernetes.io/instance=pgclu02
app.kubernetes.io/managed-by=kubeblocks
apps.kubeblocks.io/component-name=postgresql
componentdefinition.kubeblocks.io/name=postgresql-16-1.0.0-alpha.0
Annotations: apps.kubeblocks.io/cluster-uid: 72196e1b-ae1b-48cd-a4da-5c64efb41fbe
kubeblocks.io/generation: 2
API Version: apps.kubeblocks.io/v1
Kind: Component
Metadata:
Creation Timestamp: 2024-11-07T03:04:02Z
Finalizers:
cluster.kubeblocks.io/finalizer
component.kubeblocks.io/finalizer
Generation: 1
Owner References:
API Version: apps.kubeblocks.io/v1
Block Owner Deletion: true
Controller: true
Kind: Cluster
Name: pgclu02
UID: 72196e1b-ae1b-48cd-a4da-5c64efb41fbe
Resource Version: 409893
UID: 6136da93-713f-4277-a705-ea28079d1d2f
Spec:
Comp Def: postgresql-16-1.0.0-alpha.0
Disable Exporter: true
Labels:
apps.kubeblocks.postgres.patroni/scope: pgclu02-postgresql
Replicas: 1
Resources:
Limits:
Cpu: 500m
Memory: 512Mi
Requests:
Cpu: 500m
Memory: 512Mi
Service Version: 16.4.0
Volume Claim Templates:
Name: data
Spec:
Access Modes:
ReadWriteOnce
Resources:
Requests:
Storage: 20Gi
Status:
Conditions:
Last Transition Time: 2024-11-07T03:04:02Z
Message: The operator has started the provisioning of Cluster: pgclu02-postgresql
Observed Generation: 1
Reason: PreCheckSucceed
Status: True
Type: ProvisioningStarted
Events:
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.
The text was updated successfully, but these errors were encountered: