Created
May 23, 2017 18:45
-
-
Save danajp/81379cec5a6d29c325a9e84f5b54d62a to your computer and use it in GitHub Desktop.
[net http blog] curl
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 --cert ~/.kube/k8s-admin.pem --key ~/.kube/k8s-admin-key.pem https://k8s.dev.use1.int.greenhouse.io/version | |
{ | |
"major": "1", | |
"minor": "5", | |
"gitVersion": "v1.5.4+coreos.0", | |
"gitCommit": "97c11b097b1a2b194f1eddca8ce5468fcc83331c", | |
"gitTreeState": "clean", | |
"buildDate": "2017-03-08T23:54:21Z", | |
"goVersion": "go1.7.4", | |
"compiler": "gc", | |
"platform": "linux/amd64" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment