Use this topic to prepare to deploy Domino on VMware vSphere with Tanzu.
Download the example Tanzu cluster yaml, install script, and sample Domino config file
-
tanzu-cluster.yaml defines the cluster configuration.
-
fleetcommand-agent-install.sh deploys Domino.
-
domino.yaml defines the install configuration of Domino.
See Install Script Downloads if you need another version of the install script for your Domino release.
Review the prerequisites
To install and configure Domino on Tanzu, you must have:
-
quay.io
credentials provided by Domino. -
A SSL certificate for your domain.
-
If using GPUs with NVIDIA AI Enterprise, you will need access to your private NVIDIA image repository.
-
A Linux terminal with the following:
Note
|
The fleetcommand-agent installer requires k8s' cluster-admin role in order to apply all the needed resources. For more information, see kubernetes.io - Using RBAC Authorization.
|
Validate the prerequisites
To verify that the tools were installed correctly, run the following:
helm version
kubectl version
docker version