Skip to content

Instantly share code, notes, and snippets.

@bprashanth
Created January 20, 2016 19:58
Show Gist options
  • Save bprashanth/eb9dc06beaf6a3bf22f9 to your computer and use it in GitHub Desktop.
Save bprashanth/eb9dc06beaf6a3bf22f9 to your computer and use it in GitHub Desktop.
{
"kind": "Pod",
"apiVersion": "v1",
"metadata": {
"name": "clusterapi-tester"
},
"spec": {
"containers": [
{
"name": "clusterapi",
"image": "bprashanth/clusterapi-test:0.0",
"imagePullPolicy": "Always"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment