Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion app-dev/devops-and-containers/oke/oke-rm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,15 @@ By using this feature, we can modify the stack we deployed in Step 2 and add the

![Edit Terraform configurations](images/edit_oci_stack.png)

Instructions on how to modify the stack and add node pools can be found in the comments of the oke.tf file.
Instructions on how to modify the stack and add node pools can be found in comments on the bottom of the <code>oke.tf</code> file. Set <code>create = true</code> on the pool you want to be added by Terraform.

Alternatively, clone this repo locally and edit <code>oke.tf</code> file to add a node pool and then load the folder including the modified Terraform to your RM stack:

![Edit Terraform configurations](images/edit_stack_with_source.png)

After adding the Terraform source save and apply the stack.Now, the RM should add the new pool:

![Edit Terraform configurations](images/node_pool_create.png)

### Option 3.2: Create the OKE data plane with Ubuntu nodes

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.