kubectl
context to point to the new namespace by running the following command:
cd
into the root directory of this archive.
Anaconda-Enterprise/
directory. This contains your helm chart.values.yaml
override file. Edit this file to include custom configurations for the application.INSTALL.{md,pdf}
.values.yaml
override file. Add or modify necessary values to this file. At minimum, you must provide the following:
values.yaml override file configurations
values.yaml
override file here.Configuration | Description |
---|---|
hostname | The fully qualified domain name (FQDN) of the host. |
serviceAccountName | The name of the service account with the necessary permissions to install and run the platform. |
uid | The UID under which the containers will be run. |
storage.pvc | The name of the persistent volume for the anaconda-storage function. |
persistence.pvc | The name of the persistent volume for the anaconda-persistence function. |
image.server | The address of the Docker image registry |
image.pullSecrets | Information about any pull secrets required to authenticate to the Docker registry: * An empty value indicates that no pull secret is required * A string containing the name of a single secret * A list of strings, with one secret name per entry |
dnsServer | (OpenShift Only) The FQDN of the internal cluster DNS server. Uncomment the line provided in the file for this. |
ingress.className | The name of the IngressClass resource used by your ingress controller. If you are installing the Anaconda-supplied ingress, no modification is necessary for this configuration. |
(If necessary) keycloak.truststore | The path to your LDAPS truststore (for example, /etc/secrets/certs/ldaps.jks ). |
(If necessary) keycloak.truststore_password | The LDAPS truststore password |
(If necessary) keycloak.truststore_secret | The name of the secret you created containing the truststore |
anaconda-enterprise
. Do not change this value.Running
or Completed
state.
External IP
column. Create your DNS records for your FQDN and for its wildcard. For example, anaconda.example.com
and *.anaconda.example.com
.CrashLoopBackoff
state until the SSL certificate generation task has completed. This is expected behavior. Once the preliminary certificates are generated, the next automatic restart of the ingress should proceed without incident.