Skip to content

Commit 7635336

Browse files
readme me modified for node pool creation
1 parent 5aa48c0 commit 7635336

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

app-dev/devops-and-containers/oke/oke-rm/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,15 @@ By using this feature, we can modify the stack we deployed in Step 2 and add the
5656

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

59-
Instructions on how to modify the stack and add node pools can be found in the comments of the oke.tf file.
59+
Instructions on how to modify the stack and add node pools can be found in comments on the bottom of the <code>oke.tf file</code>. Set <code>create = true</code> on the pool you want to be added by Terraform.
60+
61+
Alternatively, clone this repo locally and edit <code>oke.tf file</code> to add a node pool and then load the folder including the modified Terraform to your RM stack:
62+
63+
![Edit Terraform configurations](images/edit_oci_stack_source.png)
64+
65+
After adding the Terraform source save and apply the stack.Now, the RM should add the new pool:
66+
67+
![Edit Terraform configurations](images/node_pool_create.png)
6068

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

66.6 KB
Loading
66.5 KB
Loading

0 commit comments

Comments
 (0)