File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
docs/configuration/crds/v1beta1
pkg/sdk/logging/api/v1beta1 Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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"`
You can’t perform that action at this time.
0 commit comments