try `kubectl get nodes -o yaml` ? Or if that fails, maybe `curl localhost:8080/api/v1/nodes` and look at the JSON?
On Mon, May 16, 2016 at 8:02 AM, Douglas Nelson <[email protected]> wrote: > kubectl version output: > > Client Version: version.Info{Major:"1", Minor:"2", GitVersion:"v1.2.4", > GitCommit:"3eed1e3be6848b877ff80a93da3785d9034d0a4f", GitTreeState:"clean"} > error: yaml: line 8: mapping values are not allowed in this context > > docker ps output: > > > CONTAINER ID IMAGE > COMMAND CREATED STATUS PORTS > NAMES > 155a9e5a5e77 gcr.io/google_containers/hyperkube-amd64:v1.2.4 > "/hyperkube controlle" 6 seconds ago Up 5 seconds > k8s_controller-manager.76914b67_k8s-master-127.0.0.1_default_721118f359852533089009890ac21208_1fa4b829 > 6f695400c503 gcr.io/google_containers/hyperkube-amd64:v1.2.4 > "/setup-files.sh IP:1" 16 seconds ago Up 16 seconds > k8s_setup.eb843218_k8s-master-127.0.0.1_default_721118f359852533089009890ac21208_229715d4 > 38892213e34f gcr.io/google_containers/hyperkube-amd64:v1.2.4 > "/hyperkube scheduler" 17 seconds ago Up 16 seconds > k8s_scheduler.dbfcc0_k8s-master-127.0.0.1_default_721118f359852533089009890ac21208_25de11b2 > d8744b66d38e gcr.io/google_containers/etcd:2.2.1 > "/usr/local/bin/etcd " 17 seconds ago Up 16 seconds > k8s_etcd.7e452b0b_k8s-etcd-127.0.0.1_default_1df6a8b4d6e129d5ed8840e370203c11_b8103368 > 388c9b23bee9 gcr.io/google_containers/hyperkube-amd64:v1.2.4 > "/hyperkube proxy --m" 17 seconds ago Up 16 seconds > k8s_kube-proxy.a1014855_k8s-proxy-127.0.0.1_default_0cda4a663a246109121ac68b3c7e82b7_da718295 > 61465dd83b79 gcr.io/google_containers/pause:2.0 > "/pause" 17 seconds ago Up 16 seconds > k8s_POD.6059dfa2_k8s-master-127.0.0.1_default_721118f359852533089009890ac21208_ea3faa0e > 04aaff2e1a29 gcr.io/google_containers/pause:2.0 > "/pause" 17 seconds ago Up 16 seconds > k8s_POD.6059dfa2_k8s-etcd-127.0.0.1_default_1df6a8b4d6e129d5ed8840e370203c11_72d520fd > 690a38e303c3 gcr.io/google_containers/pause:2.0 > "/pause" 17 seconds ago Up 16 seconds > k8s_POD.6059dfa2_k8s-proxy-127.0.0.1_default_0cda4a663a246109121ac68b3c7e82b7_dd2e6ccb > 4a8bfe444976 gcr.io/google_containers/hyperkube-amd64:v1.2.4 > "/hyperkube kubelet -" 26 seconds ago Up 26 seconds > stupefied_roentgen > > ifconfig -a output: > > > docker0 Link encap:Ethernet HWaddr 02:... > inet addr:172... Bcast:0.0.0.0 Mask:255.255.0.0 > UP BROADCAST MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > > eth0 Link encap:Ethernet HWaddr 00:... > inet addr:10... Bcast:10... Mask:255... > inet6 addr: fe80::... Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:23052803 errors:0 dropped:4 overruns:0 frame:0 > TX packets:120852 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:2109163585 (2.1 GB) TX bytes:14147049 (14.1 MB) > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:65536 Metric:1 > RX packets:10749 errors:0 dropped:0 overruns:0 frame:0 > TX packets:10749 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:5342416 (5.3 MB) TX bytes:5342416 (5.3 MB) > > > > > -- > You received this message because you are subscribed to the Google Groups > "Containers at Google" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-containers. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
