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
61
61
62
62
### fluentbit (* FluentbitSpec, optional) {#loggingspec-fluentbit}
63
63
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
65
65
66
66
67
67
### fluentd (* FluentdSpec, optional) {#loggingspec-fluentd}
Original file line number Diff line number Diff line change @@ -53,8 +53,7 @@ type LoggingSpec struct {
53
53
// Can be overridden on the fluentd / syslog-ng level.
54
54
ConfigCheck ConfigCheck `json:"configCheck,omitempty"`
55
55
// 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
58
57
FluentbitSpec * FluentbitSpec `json:"fluentbit,omitempty"`
59
58
// Fluentd statefulset configuration
60
59
FluentdSpec * FluentdSpec `json:"fluentd,omitempty"`
You can’t perform that action at this time.
0 commit comments