Skip to content

Commit eab296c

Browse files
authored
Merge pull request #2035 from oracle-devrel/oke-rm-change-readme-1
readme me modified for node pool creation
2 parents e795bc5 + dcca23a commit eab296c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
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</code> file. 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</code> file 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_stack_with_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

@@ -78,4 +86,3 @@ Provisioning an OKE cluster is just the first step, be sure to also check out th
7886
* [OKE policies](../oke-policies/policies.md)
7987
* [GitOps with ArgoCD](../oke-gitops/README.md)
8088
* [Ingress guide](ingress.md)
81-
69.1 KB
Loading
66.7 KB
Loading

0 commit comments

Comments
 (0)