Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
/ oke-networking Public archive

A repository containing terraform scripts to create an oke cluster

Notifications You must be signed in to change notification settings

alcampag/oke-networking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oke-networking

To create a Stack through OCI Resource Manager, create a zip with all the files in this folder, then click on "Create stack":

create stack

Create a zip compressed folder with the following files and folders:

  • oke-vcn
  • data.tf
  • main.tf
  • outputs.tf
  • provider.tf
  • stack.auto.tfvars
  • variables.tf

Then, upload it as the stack configuration and click on "Next":

upload stack configurations

In the "configure variables" section, all the variables should be already prepopulated:

variables

  • compartment_ocid: defaults to the compartment ocid of the stack, specify another compartment ocid if you want the VCN and OKE cluster to be created in another compartment.
  • oke_cluster_name: name of the oke cluster to create.
  • oke_vcn_name: name of the vcn for the oke cluster to create.
  • region: region where to create resources.
  • tenancy_ocid: tenancy where to create resources.

As a last step, review the stack and create it. Once created, run a Plan job to see the resources that will be created, and then an "Apply" job to create all of them.

NOTE: The Apply job can take up to 10 minutes.

The resources that will be created by the stack are:

  • 1 VCN with all security list configured.
  • 1 OKE cluster without node pools.

About

A repository containing terraform scripts to create an oke cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages