diff --git a/config/crd/bases/config.nri_balloonspolicies.yaml b/config/crd/bases/config.nri_balloonspolicies.yaml index 545c73cd2..011760141 100644 --- a/config/crd/bases/config.nri_balloonspolicies.yaml +++ b/config/crd/bases/config.nri_balloonspolicies.yaml @@ -856,7 +856,7 @@ spec: type: array idleCPUClass: description: |- - IdleCpuClass controls how unusded CPUs outside any a + IdleCpuClass controls how unused CPUs outside any a balloons are (re)configured. type: string instrumentation: diff --git a/deployment/helm/balloons/crds/config.nri_balloonspolicies.yaml b/deployment/helm/balloons/crds/config.nri_balloonspolicies.yaml index 545c73cd2..011760141 100644 --- a/deployment/helm/balloons/crds/config.nri_balloonspolicies.yaml +++ b/deployment/helm/balloons/crds/config.nri_balloonspolicies.yaml @@ -856,7 +856,7 @@ spec: type: array idleCPUClass: description: |- - IdleCpuClass controls how unusded CPUs outside any a + IdleCpuClass controls how unused CPUs outside any a balloons are (re)configured. type: string instrumentation: diff --git a/pkg/apis/config/v1alpha1/resmgr/policy/balloons/config.go b/pkg/apis/config/v1alpha1/resmgr/policy/balloons/config.go index a8d6230d6..4b3eec2c0 100644 --- a/pkg/apis/config/v1alpha1/resmgr/policy/balloons/config.go +++ b/pkg/apis/config/v1alpha1/resmgr/policy/balloons/config.go @@ -85,7 +85,7 @@ type Config struct { // PinMemory controls pinning containers to memory nodes. // +kubebuilder:default=true PinMemory *bool `json:"pinMemory,omitempty"` - // IdleCpuClass controls how unusded CPUs outside any a + // IdleCpuClass controls how unused CPUs outside any a // balloons are (re)configured. IdleCpuClass string `json:"idleCPUClass,omitempty"` // ReservedPoolNamespaces is a list of namespace globs that