Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
General Usage Engine Private Edition Preparations (4.2)
General Usage Engine Private Edition Preparations (4.2)
nameadd-helm-repository
nopaneltrue

Insert excerpt
General Usage Engine Private Edition Preparations (4.2)
General Usage Engine Private Edition Preparations (4.2)
namecontainer-images
nopaneltrue

Insert excerpt
General Usage Engine Private Edition Preparations (4.2)
General Usage Engine Private Edition Preparations (4.2)
namesystem-database
nopaneltrue

Insert excerpt
General Usage Engine Private Edition Preparations (4.2)
General Usage Engine Private Edition Preparations (4.2)
nametls-intro
nopaneltrue

Insert excerpt
General Usage Engine Private Edition Preparations (4.2)
General Usage Engine Private Edition Preparations (4.2)
nametls-cert-manager-part-1
nopaneltrue

Note

When installing To use cert-manager with Oracle Cloud Infrastructure as a DNS provider, you need to make sure to use the cert-manager specific service account and namespace specified in the Set Up Kubernetes Cluster - AWS chapter (refer to the iam.serviceAccounts section in the uepe-eks.yaml file).

Example installation command:

Code Block
languagebash
helm install \
  cert-manager jetstack/cert-manager \
  --namespace cert-manager \
  --create-namespace \
  --version v1.14.4 \
  --set serviceAccount.create=false \
  --set serviceAccount.name=cert-manager \
  --set installCRDs=true
Note

When installing cert-manager for OCI, you need to install ACME Webhook for OCI.

Example installation commandinstall ACME Webhook for OCI.

Add cert-manager-webhook-oci repository to helm:

Code Block
helm repo add cert-manager-webhook-oci https://dn13.gitlab.io/cert-manager-webhook-oci

Example installation command:

Code Block
helm install --namespace cert-manager cert-manager-webhook-oci cert-manager-webhook-oci/cert-manager-webhook-oci

The solver for OCI is introduced in the next section - Usage Engine Private Edition Installation. To know more about cert-maanger webhook project for OCI, please click here.

Insert excerpt
General Usage Engine Private Edition Preparations (4.2)
General Usage Engine Private Edition Preparations (4.2)
nametls-cert-manager-part-2
nopaneltrue

Insert excerpt
General Usage Engine Private Edition Preparations (4.2)
General Usage Engine Private Edition Preparations (4.2)
nametls-secret
nopaneltrue

Insert excerpt
General Usage Engine Private Edition Preparations (4.2)
General Usage Engine Private Edition Preparations (4.2)
namebootstrapping-system-credentials
nopaneltrue