You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-dev/devops-and-containers/oke/oke-rm/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ This stack is used to create the initial network infrastructure for OKE. When co
16
16
* By default, everything is private, but there is the possibility to create public subnets
17
17
* Be careful when modifying the default values, as inputs are not validated
18
18
19
-
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-devrel/technology-engineering/releases/download/oke-rm-1.1.0/infra.zip)
19
+
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-devrel/technology-engineering/releases/download/oke-rm-1.1.1/infra.zip)
20
20
21
21
## Step 2: Create the OKE control plane
22
22
23
23
This stack is used to create the OKE control plane ONLY.
24
24
25
-
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-devrel/technology-engineering/releases/download/oke-rm-1.1.0/oke.zip)
25
+
[](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-devrel/technology-engineering/releases/download/oke-rm-1.1.1/oke.zip)
26
26
27
27
Also note that if the network infrastructure is located in a different compartment than the OKE cluster AND you are planning to use the OCI_VCN_NATIVE CNI,
# For large clusters, it's better to increase this value. The default behaviour is to create a new CoreDNS for every new node. Also, resources for single CoreDNS pods should be increased
43
+
nodesPerReplica ="1"
44
+
# In case you need to customize the coredns ConfigMap in kube-system
45
+
customizeCoreDNSConfigMap ="false"
46
+
}
47
+
48
+
# COREDNS MUST be scheduled to the system node pool in case cluster autoscaler is enabled
0 commit comments