nc -vz localhost 8080
nc: connect to localhost port 8080 (tcp) failed: Connection refused
nc: connect to 10.206.41.5 port 8080 (tcp) failed: Connection refused
kubectl proxy -s 10.206.41.5:8080
error: couldn't read version from server: Get http://10.206.41.5:8080/api: dial tcp 10.206.41.5:8080: connection refused
netstat -tulnp|grep 8080
tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 1691/hyperkube
kubectl proxy -s 0.0.0.0:8080
Starting to serve on 127.0.0.1:8001
again, I am not able to see api server running on ip address of node
./cluster/ubuntu/master/init_scripts/kube-apiserver --insecure-bind-address=0.0.0.0
* Kube-Apiserver is managed via upstart, try using service kube-apiserver --insecure-bind-address=0.0.0.0
service kube-apiserver --insecure-bind-address=0.0.0.0
kube-apiserver: unrecognized service
I am able to log in machine with ssh from anywhere
--
You received this message because you are subscribed to the Google Groups "kubernetes-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-de...@googlegroups.com.
To post to this group, send email to kuberne...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/61e11deb-e39e-4ef3-a9d3-e4e0e0d2a598%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
kubectl run test --image=busybox --command -- tail -f /dev/null--
You received this message because you are subscribed to the Google Groups "kubernetes-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-de...@googlegroups.com.
To post to this group, send email to kuberne...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/a1488555-df9f-4081-b2eb-f170f27cb784%40googlegroups.com.