File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 73
73
desiredState: "ENABLED"
74
74
` ` `
75
75
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
+
76
94
[customer_managed_keys] : https://docs.oracle.com/en-us/iaas/Content/KeyManagement/Tasks/assigningkeys.htm
77
95
[shielded_instances] : https://docs.oracle.com/en-us/iaas/Content/Compute/References/shielded-instances.htm
78
96
[preemptible_instances] : https://docs.oracle.com/en-us/iaas/Content/Compute/Concepts/preemptible.htm#howitworks__using
79
97
[cloud_agent_plugins] : https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/manage-plugins.htm
80
98
[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
You can’t perform that action at this time.
0 commit comments