You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terminationGracePeriodSeconds:
description: Optional duration in seconds the pod needs to terminate
gracefully upon probe failure. The grace period is the duration
in seconds after the processes running in the pod are sent a
termination signal and the time when the processes are forcibly
halted with a kill signal. Set this value longer than the expected
cleanup time for your process. If this value is nil, the pod's
terminationGracePeriodSeconds will be used. Otherwise, this
value overrides the value provided by the pod spec. Value must
be non-negative integer. The value zero indicates stop immediately
via the kill signal (no opportunity to shut down). This is a
beta field and requires enabling ProbeTerminationGracePeriod
feature gate. Minimum value is 1. **spec.terminationGracePeriodSeconds
is used if unset.**
format: int64
type: integer
It says that spec.terminationGracePeriodSeconds is used if unset. However the fluent bit daemonset uses the default terminationGracePeriodSeconds of 30s and spec.terminationGracePeriodSeconds is not a valid property in the CRD.
Describe the solution you'd like
Add spec.terminationGracePeriodSeconds in fluentbits.fluentbit.fluent.io to configure daemonset's termination grace period seconds.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
fluentbits.fluentbit.fluent.io
defines the following attributes:With the following description:
It says that
spec.terminationGracePeriodSeconds
is used if unset. However the fluent bit daemonset uses the default terminationGracePeriodSeconds of 30s andspec.terminationGracePeriodSeconds
is not a valid property in the CRD.Describe the solution you'd like
Add
spec.terminationGracePeriodSeconds
influentbits.fluentbit.fluent.io
to configure daemonset's termination grace period seconds.Additional context
No response
The text was updated successfully, but these errors were encountered: