Created
May 23, 2017 18:47
-
-
Save danajp/5b96477500d3eb819ed45af8f17a1c25 to your computer and use it in GitHub Desktop.
[net http blog] curl minikube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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