root@node1:~/helm-charts/charts# kubectl -n rook-ceph get cephclusters
NAME DATADIRHOSTPATH MONCOUNT AGE PHASE MESSAGE HEALTH EXTERNAL
rook-ceph /var/lib/rook 1 69m Ready Cluster created successfully HEALTH_OK
Ceph Configuration and Detailed Health
kubectl -n rook-ceph describe cephclusters
Example Output (Tail Only)
Ensure the name is correct in the Nodes section
The Health key should have a value of HEALTH_OK as shown in example output below
Review any output of interest in the Events section
Ceph Related Pod Status
Example Output
Kubernetes General Events
Enters a scrolling events output which would display persistent storage logs and issues if present
kubectl get events --sort-by='.metadata.creationTimestamp' -A -w
root@node1:~/helm-charts/charts# kubectl get events --sort-by='.metadata.creationTimestamp' -A -w
warning: --watch or --watch-only requested, --sort-by will be ignored
NAMESPACE LAST SEEN TYPE REASON OBJECT MESSAGE
nexqloud-services 37m Normal ScalingReplicaSet deployment/nexqloud-provider Scaled up replica set nexqloud-provider-6bf9986cdc to 1
nexqloud-services 37m Normal Scheduled pod/nexqloud-provider-6bf9986cdc-btvlg Successfully assigned nexqloud-services/nexqloud-provider-6bf9986cdc-btvlg to node2
nexqloud-services 37m Normal SuccessfulCreate replicaset/nexqloud-provider-6bf9986cdc Created pod: nexqloud-provider-6bf9986cdc-btvlg
nexqloud-services 37m Normal SuccessfulDelete replicaset/nexqloud-provider-76966c6795 Deleted pod: nexqloud-provider-76966c6795-lvphs
nexqloud-services 37m Normal Created pod/nexqloud-provider-6bf9986cdc-btvlg Created container provider
nexqloud-services 36m Normal Killing pod/nexqloud-provider-76966c6795-lvphs Stopping container provider
nexqloud-services 37m Normal Pulled pod/nexqloud-provider-6bf9986cdc-btvlg Container image "ghcr.io/ovrclk/nexqloud:0.1.0" already present on machine
nexqloud-services 37m Normal ScalingReplicaSet deployment/nexqloud-provider Scaled down replica set nexqloud-provider-76966c6795 to 0
nexqloud-services 37m Normal Started pod/nexqloud-provider-6bf9986cdc-btvlg Started container provider
nexqloud-services 30m Normal SuccessfulCreate replicaset/inventory-operator-645fddd5cc Created pod: inventory-operator-645fddd5cc-86jr9
nexqloud-services 30m Normal ScalingReplicaSet deployment/inventory-operator Scaled up replica set inventory-operator-645fddd5cc to 1
nexqloud-services 30m Normal Scheduled pod/inventory-operator-645fddd5cc-86jr9 Successfully assigned nexqloud-services/inventory-operator-645fddd5cc-86jr9 to node2
nexqloud-services 30m Normal Pulling pod/inventory-operator-645fddd5cc-86jr9 Pulling image "ghcr.io/ovrclk/k8s-inventory-operator"
nexqloud-services 30m Normal Created pod/inventory-operator-645fddd5cc-86jr9 Created container inventory-operator
nexqloud-services 30m Normal Started pod/inventory-operator-645fddd5cc-86jr9 Started container inventory-operator
nexqloud-services 30m Normal Pulled pod/inventory-operator-645fddd5cc-86jr9 Successfully pulled image "ghcr.io/ovrclk/k8s-inventory-operator" in 5.154257083s
ingress-nginx 12m Normal RELOAD pod/ingress-nginx-controller-59xcv NGINX reload triggered due to a change in configuration
ingress-nginx 12m Normal RELOAD pod/ingress-nginx-controller-tk8zj NGINX reload triggered due to a change in configuration