From 90f924c72e016dbb65bbb94ddddc843adb2ef0fb Mon Sep 17 00:00:00 2001 From: nirbenator Date: Tue, 26 Dec 2023 18:08:08 +0200 Subject: [PATCH 1/2] chore(komodor-agent) install node enricher by default --- charts/komodor-agent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/komodor-agent/values.yaml b/charts/komodor-agent/values.yaml index b12fb181..79512804 100644 --- a/charts/komodor-agent/values.yaml +++ b/charts/komodor-agent/values.yaml @@ -55,7 +55,7 @@ capabilities: # capabilities.networkMapper -- (bool) Enable network mapping capabilities by the komodor agent networkMapper: true # capabilities.nodeEnricher -- (bool) Enable node enricher capabilities by the komodor agent - nodeEnricher: false + nodeEnricher: true # capabilities.actions -- (bool) Allow users to perform actions on the cluster, granular access control is defined in the application actions: true # capabilities.helm -- Enable helm capabilities by the komodor agent From 081f5cae5f6132e1ffc5e00ffefae3e51a153221 Mon Sep 17 00:00:00 2001 From: nirbenator Date: Tue, 26 Dec 2023 18:12:06 +0200 Subject: [PATCH 2/2] fix readme --- charts/komodor-agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/komodor-agent/README.md b/charts/komodor-agent/README.md index a8987fa4..95c517f7 100644 --- a/charts/komodor-agent/README.md +++ b/charts/komodor-agent/README.md @@ -115,7 +115,7 @@ The command removes all the Kubernetes components associated with the chart and | capabilities | object | See sub-values | Configure the agent capabilities | | capabilities.metrics | bool | `true` | Fetch workload metrics and send them to komodor backend | | capabilities.networkMapper | bool | `true` | Enable network mapping capabilities by the komodor agent | -| capabilities.nodeEnricher | bool | `false` | Enable node enricher capabilities by the komodor agent | +| capabilities.nodeEnricher | bool | `true` | Enable node enricher capabilities by the komodor agent | | capabilities.actions | bool | `true` | Allow users to perform actions on the cluster, granular access control is defined in the application | | capabilities.helm | bool | `true` | Enable helm capabilities by the komodor agent | | capabilities.events | object | See sub-values | Configure the agent events capabilities |