az acs dcos
Commands to manage a DC/OS-orchestrated Azure Container Service.
Commands
az acs dcos browse |
Creates an SSH tunnel to the Azure container service, and opens the Mesosphere DC/OS dashboard in the browser. |
az acs dcos install-cli |
Download and install the DC/OS command-line tool for a cluster. |
az acs dcos browse
Creates an SSH tunnel to the Azure container service, and opens the Mesosphere DC/OS dashboard in the browser.
az acs dcos browse --name
--resource-group
[--disable-browser]
[--ssh-key-file]
[--subscription]
Required Parameters
Name of the container service. You can configure the default using az configure --defaults acs=<name>
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Do not open browser after opening a proxy to the cluster web user interface.
Path to an SSH key file to use.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az acs dcos install-cli
Download and install the DC/OS command-line tool for a cluster.
az acs dcos install-cli [--client-version]
[--install-location]
[--subscription]
Optional Parameters
Version of kubectl to install.
Path at which to install kubectl.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.