DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| CLI command |
|
| Description | Retrieve details of the master in a Kubernetes-CoreOS Cluster. |
| Command format |
|
| Short option | Long option | Description | Required | Example value |
|---|---|---|---|---|
| N/A | N/A | The ID of the Kubernetes Cluster | Yes | kubernetes-cluster-ec2 |
Use case: Retrieving the details on the master in a Kubernetes-CoreOS Cluster with the id: kubernetes-cluster-ec2.
describe-kubernetes-master kubernetes-cluster-ec2
Cluster: kubernetes-cluster-ec2
{
"hostId": "KubHostMaster1",
"hostname": "master.dev.kubernetes.example.org",
"privateIPAddress": "10.175.144.104",
"publicIPAddress": "54.151.228.48"
}
For information on all the properties that can be used in a Kubernetes Master definition, see the Kubernetes Master Resource Definition.