Skip to content

Commit d51f4f3

Browse files
csatib02pepov
authored andcommitted
breaking(node-agent): remove node-agent
Signed-off-by: Bence Csati <[email protected]>
1 parent 01a15d8 commit d51f4f3

32 files changed

+3
-31449
lines changed

charts/logging-operator/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ Use `createCustomResource=false` with Helm v3 to avoid trying to create CRDs fro
9191
| logging.clusterDomain | string | `"cluster.local."` | Cluster domain name to be used when templating URLs to services |
9292
| logging.controlNamespace | string | `""` | Namespace for cluster wide configuration resources like ClusterFlow and ClusterOutput. This should be a protected namespace from regular users. Resources like fluentbit and fluentd will run in this namespace as well. |
9393
| logging.allowClusterResourcesFromAllNamespaces | bool | `false` | Allow configuration of cluster resources from any namespace. Mutually exclusive with ControlNamespace restriction of Cluster resources |
94-
| logging.nodeAgents | list | `[]` | NodeAgent Configuration DEPRECATED: This field will be removed in a future release. |
9594
| logging.configCheck | object | `{}` | configCheck provides possibility for timeout-based configuration checks https://kube-logging.dev/docs/whats-new/#timeout-based-configuration-checks |
9695
| logging.enableRecreateWorkloadOnImmutableFieldChange | bool | `false` | EnableRecreateWorkloadOnImmutableFieldChange enables the operator to recreate the fluentbit daemonset and the fluentd statefulset (and possibly other resource in the future) in case there is a change in an immutable field that otherwise couldn’t be managed with a simple update. |
9796
| logging.enableDockerParserCompatibilityForCRI | bool | `false` | EnableDockerParserCompatibilityForCRI enables Docker log format compatibility for CRI workloads. |

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_loggings.yaml

Lines changed: 0 additions & 4864 deletions
Large diffs are not rendered by default.

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_nodeagents.yaml

Lines changed: 0 additions & 4900 deletions
This file was deleted.

charts/logging-operator/crds/logging.banzaicloud.io_loggings.yaml

Lines changed: 0 additions & 4864 deletions
Large diffs are not rendered by default.

charts/logging-operator/crds/logging.banzaicloud.io_nodeagents.yaml

Lines changed: 0 additions & 4897 deletions
This file was deleted.

charts/logging-operator/templates/clusterrole.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ rules:
164164
- fluentdconfigs
165165
- loggingroutes
166166
- loggings
167-
- nodeagents
168167
- outputs
169168
- syslogngclusterflows
170169
- syslogngclusteroutputs
@@ -190,7 +189,6 @@ rules:
190189
- fluentdconfigs/status
191190
- loggingroutes/status
192191
- loggings/status
193-
- nodeagents/status
194192
- outputs/status
195193
- syslogngclusterflows/status
196194
- syslogngclusteroutputs/status

charts/logging-operator/templates/logging/logging.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ spec:
4848
{{- with .Values.logging.allowClusterResourcesFromAllNamespaces }}
4949
allowClusterResourcesFromAllNamespaces: {{ . }}
5050
{{- end }}
51-
{{- with .Values.logging.nodeAgents }}
52-
nodeAgents: {{- toYaml . | nindent 4 }}
53-
{{- end }}
5451
{{- with .Values.logging.enableRecreateWorkloadOnImmutableFieldChange }}
5552
enableRecreateWorkloadOnImmutableFieldChange: {{ . }}
5653
{{- end }}

charts/logging-operator/values.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -206,30 +206,6 @@ logging:
206206
# -- Allow configuration of cluster resources from any namespace. Mutually exclusive with ControlNamespace restriction of Cluster resources
207207
allowClusterResourcesFromAllNamespaces: false
208208

209-
# -- NodeAgent Configuration
210-
# DEPRECATED: This field will be removed in a future release.
211-
nodeAgents: []
212-
# - name: win-agent
213-
# profile: windows
214-
# nodeAgentFluentbit:
215-
# daemonSet:
216-
# spec:
217-
# template:
218-
# spec:
219-
# containers:
220-
# - image: banzaicloud/fluentbit:1.9.5
221-
# name: fluent-bit
222-
# tls:
223-
# enabled: false
224-
# - name: linux-agent
225-
# profile: linux
226-
# nodeAgentFluentbit:
227-
# metrics:
228-
# prometheusAnnotations: true
229-
# serviceMonitor: false
230-
# tls:
231-
# enabled: false
232-
233209
# -- configCheck provides possibility for timeout-based configuration checks https://kube-logging.dev/docs/whats-new/#timeout-based-configuration-checks
234210
configCheck: {}
235211

config/crd/bases/logging.banzaicloud.io_loggings.yaml

Lines changed: 0 additions & 4864 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)