Skip to content

Instantly share code, notes, and snippets.

@krotkiewicz

krotkiewicz/7.sh Secret

Created October 10, 2017 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krotkiewicz/968f7e9fe756a924918b194947ce54e9 to your computer and use it in GitHub Desktop.
Save krotkiewicz/968f7e9fe756a924918b194947ce54e9 to your computer and use it in GitHub Desktop.
root@node:~$ kube-apiserver --etcd-servers=http://localhost:2379 --service-cluster-ip-range=10.0.0.0/16 --bind-address=0.0.0.0 --insecure-bind-address=0.0.0.0 &> /tmp/apiserver.log &
root@node:~$ curl http://localhost:8080/api/v1/nodes
{
"kind": "NodeList",
"apiVersion": "v1",
"metadata": {
"selfLink": "/api/v1/nodes",
"resourceVersion": "45"
},
"items": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment