Skip to content

Commit 8bace18

Browse files
committed
chore: add deprecation notice on logging spec's fluentbit field
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent 7935e02 commit 8bace18

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/configuration/crds/v1beta1/logging_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Override generated config. This is a *raw* configuration string for troubleshoot
6161

6262
### fluentbit (*FluentbitSpec, optional) {#loggingspec-fluentbit}
6363

64-
FluentbitAgent daemonset configuration. Deprecated, will be removed with next major version Migrate to the standalone NodeAgent resource
64+
FluentbitAgent daemonset configuration. DEPRECATED: Migrate to the standalone FluentBitAgent resource
6565

6666

6767
### fluentd (*FluentdSpec, optional) {#loggingspec-fluentd}

pkg/sdk/logging/api/v1beta1/logging_types.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ type LoggingSpec struct {
5353
// Can be overridden on the fluentd / syslog-ng level.
5454
ConfigCheck ConfigCheck `json:"configCheck,omitempty"`
5555
// FluentbitAgent daemonset configuration.
56-
// Deprecated, will be removed with next major version
57-
// Migrate to the standalone NodeAgent resource
56+
// DEPRECATED: Migrate to the standalone FluentBitAgent resource
5857
FluentbitSpec *FluentbitSpec `json:"fluentbit,omitempty"`
5958
// Fluentd statefulset configuration
6059
FluentdSpec *FluentdSpec `json:"fluentd,omitempty"`

0 commit comments

Comments
 (0)