Available in: CE, BE, SE, SE+, EE
This feature requires an Okmeter license.
The module has 1 alert.
The module is not enabled by default in any bundles.
The module is configured using the ModuleConfig custom resource named okmeter
(learn more about setting up Deckhouse…).
Example of the ModuleConfig/okmeter
resource for configuring the module:
apiVersion: deckhouse.io/v1alpha1
kind: ModuleConfig
metadata:
name: okmeter
spec:
version: 1
enabled: true
settings: # <-- Module parameters from the "Parameters" section below.
Parameters
Schema version: 1
- object
The same as in the pods’
spec.nodeSelector
parameter in Kubernetes.If the parameter is omitted or
false
, it will be determined automatically.Example:
nodeSelector: test: test
- array of objects
The same as in the pods’
spec.tolerations
parameter in Kubernetes;If the parameter is omitted or
false
, it will be determined automatically.