ApiUpgradeControlPlaneArgs

Properties

Name Type Description Notes
kubeConfig String The content of the kubeconfig file of the kubernetes environment on which the control plane is running 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]
valuesYaml String To see sample values.yaml files, read the documentation <a target=&quot;_blank&quot; href=http://tiny.cloudera.com/cdp-pvc.upgrade-values-yaml>here</a>. [optional]
remoteRepoUrl String The url of the remote repository where the private cloud artifacts for the target version of the upgrade are hosted [optional]