Skip to content

Instantly share code, notes, and snippets.

@joejulian
Created July 13, 2018 18:04
Show Gist options
  • Save joejulian/0ebfe9c850cc446f7be4a2f55d4d7dea to your computer and use it in GitHub Desktop.
Save joejulian/0ebfe9c850cc446f7be4a2f55d4d7dea to your computer and use it in GitHub Desktop.
{
"kubernetes": {
"version": "1.10.4"
},
"docker": {
"version": "18.03.1-ce"
},
"nodes": [
{
"ip": "192.168.2.82",
"arch": "x86_64",
"etcd": true,
"kube_master": true,
"hostnames": [
"nuc-18",
"etcd0",
"etcd",
"master0",
"master"
]
},
{
"ip": "192.168.2.80",
"arch": "x86_64",
"etcd": true,
"kube_master": true,
"hostnames": [
"nuc-17",
"etcd1",
"etcd",
"master1",
"master"
]
},
{
"ip": "192.168.2.79",
"arch": "x86_64",
"etcd": true,
"kube_master": true,
"hostnames": [
"nuc-16",
"etcd2",
"etcd",
"master2",
"master"
]
},
{
"ip": "192.168.2.94",
"arch": "x86_64",
"kube_worker": true,
"hostnames": [
"nuc-15",
"worker0"
]
},
{
"ip": "192.168.2.91",
"arch": "x86_64",
"kube_worker": true,
"hostnames": [
"nuc-14",
"worker1"
]
},
{
"ip": "192.168.2.93",
"arch": "x86_64",
"kube_worker": true,
"hostnames": [
"nuc-13",
"worker2"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment