...
Go to
<folder where you extracted the oci.tar.gz file>/oci/terraform
and copy theterraform.tfvars.example
toterraform.tfvars
.Edit the
terraform.tfvars
file.Specify the desired cluster
name
, OCIregion
andkubernetes_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 OCItenancy_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
).If you are going to use another database than Derby, specify
db_password
,db_version
anddb_username
.
...
A basic Kubernetes cluster has now been set up successfully.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
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 | ||||||||
---|---|---|---|---|---|---|---|---|
|
This section is now complete and you can proceed to the Kubernetes Cluster Add-ons - OCI (4.23) section.