ApiInstallControlPlaneArgs

Properties

Name Type Description Notes
kubernetesType String The kubernetes type (e.g. "openshift") that the control plane will run on [optional]
remoteRepoUrl String The url of the remote repository where the private cloud artifacts to install are hosted [optional]
valuesYaml String A yaml file containing configuration parameters for the installation. To see sample values.yaml files, read the documentation <a target=&quot;_blank&quot; href=http://tiny.cloudera.com/cdp-pvc.install-values-yaml>here</a>. [optional]
kubeConfig String The content of the kubeconfig file of the kubernetes environment on which the install will be performed Simplified example:<br> <br> apiVersion: v1<br> clusters:<br> - cluster:<br> &emsp;&emsp;certificate-authority-data: abc123<br> &emsp;&emsp;server: https://example-server.domain.com:6443<br> &emsp;name: example-cluster.domain.com:6443<br> contexts:<br> - context:<br> &emsp;&emsp;cluster: ocp-cluster1<br> &emsp;&emsp;user: admin<br> &emsp;name: admin<br> current-context: admin<br> kind: Config<br> preferences: {}<br> users:<br> - name: admin<br> &emsp;user:<br> &emsp;&emsp;client-certificate-data: abc123<br> &emsp;&emsp;client-key-data: xyz987<br> <br> For more information on the kubeconfig file, read the documentation <a target=&quot;_blank&quot; href=http://tiny.cloudera.com/cdp-pvc.kubernetes>here</a>. [optional]
namespace String A unique namespace where the control plane will be installed [optional]
dockerRegistry String The url of the Docker Registry where images required for install are hosted. This fields is deprecated. The docker registry should be provided within the values.yaml configuration file. [optional]
isOverrideAllowed Boolean [optional]