Find out how to scale up and scale down the node pools you've created using Kubernetes Engine (OKE).
To optimize resource usage, you can scale a node pool up and down to change the number of worker nodes in the node pool, and the availability domains and subnets in which to place them.
Any changes you make to worker node properties will only apply to new worker nodes.
You cannot change the properties of existing worker nodes.
If you change a node pool's placement configuration (the availability domains, fault domains, and subnets in which worker nodes are placed, but not the node pool's capacity type), existing worker nodes are terminated and new worker nodes are created in the new locations.
If a capacity reservation is specified for a node pool, note that the node shape, availability domain, and fault domain in the node pool's placement configuration must always match the capacity reservation's instance type, availability domain, and fault domain respectively. See Using Capacity Reservations to Provision Managed Nodes.
Do not use the kubectl delete node command to scale down or terminate worker nodes in a cluster that was created by Kubernetes Engine. Instead, reduce the number of worker nodes by changing the corresponding node pool properties using the Console or the API. The kubectl delete node command does not change a node pool's properties, which determine the desired state (including the number of worker nodes). Also, although the kubectl delete node command removes the worker node from the cluster's etcd key-value store, the command does not delete the underlying instance or virtual node.
To scale up or scale down an existing node pool by increasing or decreasing the number of worker nodes:
Open the navigation menu and select Developer Services. Under Containers & Artifacts, select Kubernetes Clusters (OKE).
Choose a Compartment you have permission to work in.
On the Cluster List page, click the name of the cluster you want to modify.
Click Node Pools under Resources, and click the name of the node pool you want to scale.
On the Node Pool Details page, click Edit and specify:
the number of worker nodes you want in the node pool after the scale operation is complete
the network security groups with security rules to control traffic into and out of the node pool
the availability domains and fault domains in which to place the worker nodes
the regional subnets (recommended) or AD-specific subnets to host the worker nodes
a capacity type to use
Save the changes.
If you subsequently decide to scale down a node pool that you have scaled up, always use the Console, or the API. Do not use the kubectl delete node command (see Scaling Node Pools).
Use the UpdateNodePool operation to scale up and scale down an existing node pool.
If you subsequently decide to scale down a node pool that you have scaled up, always use the Console, or the API. Do not use the kubectl delete node command (see Scaling Node Pools).