Available with limitations in: CSE Lite (1.73), CSE Pro (1.73)
Available without limitations in: EE
Parameters
Schema version: 1
-
-
stringsettings.clusterConfigNamespacesUsed to manage the cluster scoped resources. For more information see
-
objectsettings.nodeSelectorThe same as in the Pods
spec.nodeSelectorparameter in Kubernetes. If the parameter is omitted orfalse,nodeSelectorwill be determined automatically. -
objectsettings.resourcesRequests
Max amounts of CPU and memory resources that the Pod can request when selecting a node.
If the
vertical-pod-autoscalermodule is disabled, then these values become the default ones.Default:
{}Examples:
mode: VPA vpa: cpu: max: 2 min: 50m memory: max: 2Gi min: 256Mi mode: InPlaceOrRecreatemode: VPA vpa: cpu: max: 3000m min: 1 memory: max: 4096 min: 1024 mode: Initialmode: Static static: cpu: 55m memory: 256Ki-
stringsettings.resourcesRequests.mode
Required value
Resource request management mode:
Default:
VPAAllowed values:
VPA,Static -
objectsettings.resourcesRequests.staticResource request management options for the
Staticmode.Default:
{}-
settings.resourcesRequests.static.cpu
Required value
Configuring CPU requests.Default:
150m -
settings.resourcesRequests.static.memory
Required value
Configuring memory requests.Default:
256Mi
-
-
objectsettings.resourcesRequests.vpaResource request management options for the VPA mode.
Default:
{}-
objectsettings.resourcesRequests.vpa.cpu
Required value
CPU-related parameters.Default:
{}-
settings.resourcesRequests.vpa.cpu.maxThe maximum value that the VPA can set for the CPU requests.
Default:
500m -
settings.resourcesRequests.vpa.cpu.minThe minimum value that the VPA can set for the CPU requests.
Default:
100m
-
-
objectsettings.resourcesRequests.vpa.memory
Required value
The amount of memory requested.Default:
{}-
settings.resourcesRequests.vpa.memory.maxThe maximum memory requests the VPA can set.
Default:
768Mi -
settings.resourcesRequests.vpa.memory.minThe minimum memory requests the VPA can set.
Default:
192Mi
-
-
stringsettings.resourcesRequests.vpa.mode
Required value
The VPA usage mode.Default:
InitialAllowed values:
Initial,Auto
-
-
-
array of objectssettings.tolerationsThe same as in the Pods
spec.tolerationsparameter in Kubernetes. If the parameter is omitted orfalse,tolerationswill be determined automatically.-
stringsettings.tolerations.effectThe taint effect to match. An empty value matches all taint effects.
-
stringsettings.tolerations.keyThe taint key that the toleration applies to. An empty key with the
Existsoperator matches all keys, values, and effects. -
stringsettings.tolerations.operator
The relationship between the taint key and its value.
With
Exists, the toleration matches a taint that has the given key regardless of its value. WithEqual, the taint value must also match thevaluefield. -
integersettings.tolerations.tolerationSeconds
The period, in seconds, that the Pod tolerates the taint before it is evicted. Applies only to taints with the
NoExecuteeffect.If the field is omitted, the Pod tolerates the taint indefinitely.
-
stringsettings.tolerations.valueThe taint value that the toleration matches. Leave empty when the
operatorisExists.
-
-