Skip to content

Commit 48c5975

Browse files
Add doc for busrstable instances (#169)
1 parent bf3d86c commit 48c5975

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/src/gs/customize-worker-node.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,28 @@ spec:
7373
desiredState: "ENABLED"
7474
```
7575

76+
## Configure Burstable Instances
77+
Use the following configuration in `OCIMachineTemplate` to configure [Burstable Instance][burstable_instances].
78+
The following values are supported for `baselineOcpuUtilization`.
79+
* BASELINE_1_8 - baseline usage is 1/8 of an OCPU.
80+
* BASELINE_1_2 - baseline usage is 1/2 of an OCPU.
81+
* BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance.
82+
83+
```yaml
84+
kind: OCIMachineTemplate
85+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
86+
spec:
87+
template:
88+
spec:
89+
shapeConfig:
90+
baselineOcpuUtilization: "BASELINE_1_8"
91+
ocpus: "1"
92+
```
93+
7694
[customer_managed_keys]: https://docs.oracle.com/en-us/iaas/Content/KeyManagement/Tasks/assigningkeys.htm
7795
[shielded_instances]: https://docs.oracle.com/en-us/iaas/Content/Compute/References/shielded-instances.htm
7896
[preemptible_instances]: https://docs.oracle.com/en-us/iaas/Content/Compute/Concepts/preemptible.htm#howitworks__using
7997
[cloud_agent_plugins]: https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/manage-plugins.htm
8098
[github_capoci_types]: https://github.com/oracle/cluster-api-provider-oci/blob/main/api/v1beta1/types.go
81-
[capacity_reservations]: https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/reserve-capacity.htm
99+
[capacity_reservations]: https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/reserve-capacity.htm
100+
[burstable_instances]: https://docs.oracle.com/en-us/iaas/Content/Compute/References/burstable-instances.htm

0 commit comments

Comments
 (0)