File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 40
40
- [ Virtual Nodes and Enhanced Clusters] ( ./managed/virtual-nodes-and-enhanced-clusters.md )
41
41
- [ Boot volume expansion] ( ./managed/boot-volume-expansion.md )
42
42
- [ Networking customizations] ( ./managed/networking.md )
43
+ - [ Features] ( ./managed/features.md )
43
44
- [ Reference] ( ./reference/reference.md )
44
45
- [ API Reference] ( ./reference/api-reference.md )
45
46
- [ v1beta2 API] ( ./reference/v1beta2-api.md )
Original file line number Diff line number Diff line change
1
+ # Features
2
+
3
+ This page will cover configuration of various Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE)
4
+ features in CAPOCI.
5
+
6
+ ## Node Pool Cycling
7
+ OKE [ Node Pool Cycling] [ node-pool-cycling ] can be used during Kubernetes version upgrades to cycle
8
+ the nodes such that all the nodes of a Node Pool is running on the newer Kubernetes version. The following
9
+ ` OCIManagedMachinePool ` spec can be used to specify Node Pool cycling option.
10
+ ``` yaml
11
+ apiVersion : infrastructure.cluster.x-k8s.io/v1beta2
12
+ kind : OCIManagedMachinePool
13
+ spec :
14
+ nodePoolCyclingDetails :
15
+ isNodeCyclingEnabled : true
16
+ ` ` `
17
+
18
+ ## Addons
19
+ The following ` OCIManagedControlPlane` spec should be used to specify [Addons][addons] which has to be
20
+ installed in the OKE cluster.
21
+
22
+ ` ` ` yaml
23
+ kind: OCIManagedControlPlane
24
+ apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
25
+ spec:
26
+ clusterType: "ENHANCED_CLUSTER"
27
+ addons:
28
+ - name: CertManager
29
+ ` ` `
30
+ More details about the configuration parameters are available in [CAPOCI API Reference docs][api-reference].
31
+
32
+
33
+ [node-pool-cycling] : https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengupgradingk8sworkernode_topic-Performing_an_InPlace_Worker_Node_Upgrade_by_Cycling_an_Existing_Node_Pool.htm#contengupgradingk8sworkernode_topic-Performing_an_InPlace_Worker_Node_Upgrade_by_Cycling_an_Existing_Node_Pool
34
+ [addons] : https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengconfiguringclusteraddons.htm
35
+ [api-docs] : ../reference/api-reference.md
You can’t perform that action at this time.
0 commit comments