Skip to content

Instantly share code, notes, and snippets.

@danajp
Created May 23, 2017 18:45
Show Gist options
  • Save danajp/81379cec5a6d29c325a9e84f5b54d62a to your computer and use it in GitHub Desktop.
Save danajp/81379cec5a6d29c325a9e84f5b54d62a to your computer and use it in GitHub Desktop.
[net http blog] curl
$ 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