Skip to content

Instantly share code, notes, and snippets.

@danajp
Created May 23, 2017 18:47
Show Gist options
  • Save danajp/5b96477500d3eb819ed45af8f17a1c25 to your computer and use it in GitHub Desktop.
Save danajp/5b96477500d3eb819ed45af8f17a1c25 to your computer and use it in GitHub Desktop.
[net http blog] curl minikube
$ curl --cacert ~/.minikube/ca.crt --cert ~/.minikube/apiserver.crt --key ~/.minikube/apiserver.key https://192.168.99.100:8443/version
{
"major": "1",
"minor": "6",
"gitVersion": "v1.6.0",
"gitCommit": "fff5156092b56e6bd60fff75aad4dc9de6b6ef37",
"gitTreeState": "dirty",
"buildDate": "2017-04-07T20:43:50Z",
"goVersion": "go1.7.1",
"compiler": "gc",
"platform": "linux/amd64"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment