Created
December 12, 2020 06:07
-
-
Save gowatana/b697b8f7844df13667929a5b48f24a6c to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"cluster_metadata": { | |
"addons_config": { | |
"logging_config": { | |
"state": "Enabled", | |
"storage_size_mib": 32768, | |
"version": "1.0.0" | |
} | |
}, | |
"etcd_config": { | |
"name": "dev-k8s-01", | |
"nodes": [ | |
{ | |
"name": "karbon-dev-k8s-01-7f7f5b-etcd-0", | |
"node_pool_name": "dev-k8s-01-7f7f5b-etcd", | |
"resource_config": { | |
"cpu": 4, | |
"disk_mib": 40960, | |
"image": "a1d044af-6e31-4a2e-9950-be9f24691dde", | |
"ip_address": "192.168.6.183", | |
"memory_mib": 8192 | |
}, | |
"uuid": "337650ea-8230-491a-bd08-ab5e13e15bf1" | |
} | |
], | |
"num_instances": 1 | |
}, | |
"k8s_config": { | |
"fqdn": "cluster.local", | |
"master_config": { | |
"deployment_type": "single", | |
"external_ip": "192.168.6.130" | |
}, | |
"masters": [ | |
{ | |
"name": "karbon-dev-k8s-01-bbfdf3-k8s-master-0", | |
"node_pool_name": "dev-k8s-01-bbfdf3-k8s-master", | |
"resource_config": { | |
"cpu": 2, | |
"disk_mib": 122880, | |
"image": "ntnx-0.5", | |
"ip_address": "192.168.6.130", | |
"memory_mib": 4096 | |
}, | |
"uuid": "62986aeb-a679-49cc-b192-143aae92b9c9" | |
} | |
], | |
"network_cidr": "172.20.0.0/16", | |
"network_subnet_len": 24, | |
"os_flavor": "centos7.5.1804", | |
"service_cluster_ip_range": "172.19.0.0/16", | |
"version": "v1.16.8", | |
"workers": [ | |
{ | |
"health": "Healthy", | |
"name": "karbon-dev-k8s-01-bbfdf3-k8s-worker-0", | |
"node_pool_name": "dev-k8s-01-bbfdf3-k8s-worker", | |
"resource_config": { | |
"cpu": 4, | |
"disk_mib": 122880, | |
"image": "ntnx-0.5", | |
"ip_address": "192.168.6.153", | |
"memory_mib": 8192 | |
}, | |
"uuid": "99a38501-659c-4bf9-9321-3220ab7c4438" | |
} | |
] | |
}, | |
"name": "dev-k8s-01", | |
"uuid": "bbfdf33c-c8c7-401c-4242-13c18f625234" | |
}, | |
"task_progress_message": "Kubernetes Cluster deployment successful", | |
"task_progress_percent": 100, | |
"task_status": 3, | |
"task_type": "DeployK8s", | |
"task_uuid": "d28fa971-12bf-48b5-a6c0-b8ce19c88249" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
https://blog.ntnx.jp/entry/2020/12/12/151057