kubescope-cli icon indicating copy to clipboard operation
kubescope-cli copied to clipboard

Waiting For Stats...

Open wannaknowmo opened this issue 5 years ago • 0 comments

i started the pod in our RHEL7 cluster with no errors, attaching to the pod is not display the graph. i' m getting a msg "Waiting For Stats..." instead.


kubectl describe pods kubescope-cli-example Name: kubescope-cli-example Namespace: default Priority: 0 PriorityClassName: Node: dv3509d/10.210.96.58 Start Time: Fri, 25 Oct 2019 08:54:40 -0500 Labels: Annotations: kubectl.kubernetes.io/last-applied-configuration={"apiVersion":"v1","kind":"Pod","metadata":{"annotations":{},"name":"kubescope-cli-example","namespace":"default"},"spec":{"containers":[{"env":[{"name... kubernetes.io/psp=privileged Status: Running IP: 192.168.193.243 Containers: kubescope-cli-example: Container ID: docker://daf29c879f0c29352cf08ff3cf15e1563afaac23408ee7275b0a980a8bf9a3ef Image: hharnisc/kube-scope-cli:9c02f636b8cb6d4f251af3e73d19248c2a31b3e1 Image ID: docker-pullable://hharnisc/kube-scope-cli@sha256:b6fe1d32e0d3d5d238a70d228172edda3f78d1d80bec81f8d645f41c3f95f027 Port: Host Port: State: Running Started: Fri, 25 Oct 2019 08:54:48 -0500 Ready: True Restart Count: 0 Environment: MATCH_NAME: .test-server. Mounts: /var/run/docker.sock from docker-sock-volume (rw) /var/run/secrets/kubernetes.io/serviceaccount from default-token-5mds6 (ro) Conditions: Type Status Initialized True Ready True ContainersReady True PodScheduled True Volumes: docker-sock-volume: Type: HostPath (bare host directory volume) Path: /var/run/docker.sock HostPathType:
default-token-5mds6: Type: Secret (a volume populated by a Secret) SecretName: default-token-5mds6 Optional: false QoS Class: BestEffort Node-Selectors: Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s node.kubernetes.io/unreachable:NoExecute for 300s Events: Type Reason Age From Message


Normal Pulling 21m kubelet, dv3509d Pulling image "hharnisc/kube-scope-cli:9c02f636b8cb6d4f251af3e73d19248c2a31b3e1" Normal Pulled 21m kubelet, dv3509d Successfully pulled image "hharnisc/kube-scope-cli:9c02f636b8cb6d4f251af3e73d19248c2a31b3e1" Normal Created 21m kubelet, dv3509d Created container kubescope-cli-example Normal Started 21m kubelet, dv3509d Started container kubescope-cli-example


kubectl logs kubescope-cli-example

[email protected] start /usr/src/app node .

wannaknowmo avatar Oct 25 '19 14:10 wannaknowmo