If you have an installation token from your Solutions Architect, use Fleetcommand Command Line Interface (CLI) to install Domino. To learn more about the telemetry being sent back to Domino, see Deployments Telemetry.
Retrieves the base Domino configuration template for a version and dumps it into a file.
Arguments
--help
orh
-
Displays help information for
init
. --output
or-o
-
The path to output the
init
file. The default path is./domino.yml
. --version string
-
The Domino version to deploy.
--proxy
(global)-
The URL for the forward proxy to use (for example, http://localhost:8080).
--verbose
or -v
(global)-
Displays detailed output.
Installs Domino into a Kubernetes cluster.
Arguments
--dry
-
Use this mode to not make permanent changes to the target cluster. A dry run generates detailed logs about the charts deployed with the configuration. The output is written to
stdout
. --input
or-i
-
The path to the Domino install file. The default path is
./domino.yml
. --kubeconfig
-
Path to kube config. The default path is
~/.kube/config
. --namespace
or-n
-
The Kubernetes namespace to deploy. The default namespace is named
default
. --skip-validation
-
Skips schema validation for the Domino configuration file.
--token
-
Your Domino installation token. Your Domino Solutions Architect will provide the token.
--proxy
(global)-
The URL for the forward proxy to use (for example, http://localhost:8080).
--verbose
or-v
(global)-
Displays detailed output.