Skip to content

Commit 8327e85

Browse files
committed
oke-rm documentation update
1 parent 99cd5b5 commit 8327e85

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OKE Quickstart
1+
# OKE Resource Manager
22

33
This repository was created with the intent of facilitating users with the creation of an OKE cluster from scratch.
44

@@ -8,13 +8,14 @@ In this repository we are going to provision all the components one by one (netw
88

99
NOTE: If you want to create an OKE cluster with GPU and RDMA, then the stack that creates everything is public and available [here](https://github.com/oracle-quickstart/oci-hpc-oke)
1010

11+
# Architecture
12+
![Architecture](images/architecture.png)
13+
1114
## Step 1: Create the network infrastructure for OKE
1215

1316
This stack is used to create the initial network infrastructure for OKE. When configuring it, pay attention to some details:
14-
* Select Flannel as CNI if you are planning to use Bare Metal shapes for the OKE data plane, or if you do not have many IPs available in the VCN
1517
* You can apply this stack even on an existing VCN, so that only the NSGs for OKE will be created
16-
* By default, everything is private, but there is the possibility to create public subnets
17-
* Be careful when modifying the default values, as inputs are not validated
18+
* The default CNI is the VCN Native CNI, and it is the recommended one
1819

1920
[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-devrel/technology-engineering/releases/download/oke-rm-1.1.9/infra.zip)
2021

@@ -90,4 +91,3 @@ If you are looking to provision an OKE cluster for RDMA and GPUs using this stac
9091
Provisioning an OKE cluster is just the first step, be sure to also check out these guides to learn how to configure it:
9192
* [OKE policies](../oke-policies/policies.md)
9293
* [GitOps with ArgoCD](../oke-gitops/README.md)
93-
* [Ingress guide](ingress.md)
5.17 MB
Loading

0 commit comments

Comments
 (0)