Versions Compared

Key

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

...

  1. Go to <folder where you extracted the oci.tar.gz file>/oci/terraform and copy theterraform.tfvars.example to terraform.tfvars.

  2. Edit the terraform.tfvars file.

  3. Specify the desired cluster name, OCI region and kubernetes_version (see Compatibility Matrix (4.23) to find out which Kubernetes versions that are compatible with this release of Usage Engine Private Edition). Specify your OCI tenancy_ocid, user_ocid, fingerprint, compartment_ocid and private_key_path (which can be found on the OCI dashboard’s Profile page), as well as the desired number of nodes per cluster (oke_num_nodes).

  4. If you are going to use another database than Derby, specify db_password, db_version and db_username.

...

A basic Kubernetes cluster has now been set up successfully.

Insert excerpt
UEPE4D:General Kubernetes PreparationsUEPE4D:
General Kubernetes Preparations
nameterraform state message
nopaneltrue

...

Code Block
NAME         STATUS   ROLES   AGE   VERSION
10.0.2.111   Ready    node    27h   v1.29.1
10.0.2.158   Ready    node    27h   v1.29.1
10.0.2.230   Ready    node    27h   v1.29.1

Insert excerpt
UEPE4D:General Kubernetes PreparationsUEPE4D:
General Kubernetes Preparations
namecommon-namespace
nopaneltrue

This section is now complete and you can proceed to the Kubernetes Cluster Add-ons - OCI (4.23) section.