Overview
| Excerpt |
|---|
| CLI command | describe-kubernetes-master
| | Description | Retrieve details of the master in a Kubernetes-CoreOS Cluster. | | Command format | describe-kubernetes-master <CLUSTER_ID>
|
|
Parameter definitions
| Short option | Long option | Description | Required | Example value |
|---|
| N/A | N/A | The ID of the Kubernetes Cluster | Yes | kubernetes-cluster-ec2 |
Example
Use case: Retrieving the details on the master in a Kubernetes-CoreOS Cluster with the id: kubernetes-cluster-ec2.
| Code Block |
|---|
describe-kubernetes-master kubernetes-cluster-ec2 |
Sample output
| Code Block |
|---|
Cluster: kubernetes-cluster-ec2
{
"hostId": "KubHostMaster1",
"hostname": "master.dev.kubernetes.example.org",
"privateIPAddress": "10.175.144.104",
"publicIPAddress": "54.151.228.48"
} |
...