Skip to content

equivalent of kubectl describe #1143

Closed
@errordeveloper

Description

@errordeveloper

Here is what a typical pod description looks like:


Name:               weavescope-probe-x7qma
Namespace:          default
Image(s):           weaveworks/scope:0.13.1
Node:               kube-6/10.0.2.15
Start Time:         Tue, 08 Mar 2016 12:20:08 +0000
Labels:             k8s-app=weavescope-probe
Status:             Running
Reason:             
Message:            
IP:             10.0.2.15
Replication Controllers:    <none>
Containers:
  weavescope-probe:
    Container ID:   docker://ab802641492c6f3a376c65ce6d84fc45b329e86045f4a95a9080ea506e093358
    Image:      weaveworks/scope:0.13.1
    Image ID:       docker://sha256:d721bbaaca3544ae2c7102c027c8c78b85d58a17daecd0c44fe1e55c46d2fe19
    QoS Tier:
      cpu:  Guaranteed
    Limits:
      cpu:  50m
    Requests:
      cpu:      50m
    State:      Running
      Started:      Tue, 08 Mar 2016 12:20:22 +0000
    Ready:      True
    Restart Count:  0
    Environment Variables:
Conditions:
  Type      Status
  Ready     True 
Volumes:
  docker-sock:
    Type:   HostPath (bare host directory volume)
    Path:   /var/run/docker.sock
  default-token-ss3h5:
    Type:   Secret (a secret that should populate this volume)
    SecretName: default-token-ss3h5
Events:
  FirstSeen LastSeen    Count   From            SubobjectPath               Reason  Message
  ─────────   ────────    ───── ────            ─────────────             ──────  ───────
  14m       14m     1   {kubelet kube-6}    implicitly required container POD   Pulled  Container image "gcr.io/google_containers/pause:0.8.0" already present on machine
  14m       14m     1   {kubelet kube-6}    implicitly required container POD   Created Created with docker id 66d40ef47151
  14m       14m     1   {kubelet kube-6}    implicitly required container POD   Started Started with docker id 66d40ef47151
  14m       14m     1   {kubelet kube-6}    spec.containers{weavescope-probe}   Pulling Pulling image "weaveworks/scope:0.13.1"
  14m       14m     1   {kubelet kube-6}    spec.containers{weavescope-probe}   Pulled  Successfully pulled image "weaveworks/scope:0.13.1"
  14m       14m     1   {kubelet kube-6}    spec.containers{weavescope-probe}   Created Created with docker id ab802641492c
  14m       14m     1   {kubelet kube-6}    spec.containers{weavescope-probe}   Started Started with docker id ab802641492c

It'd be nice to present similar information in details panel, for pods as well as services and replication controllers etc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

featureIndicates that issue is related to new end user functionalityk8sPertains to integration with Kubernetes

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions