Skip to content

Commit

Permalink
filter_kubernetes: set kube_token_ttl default to 600s
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Voelker <[email protected]>
  • Loading branch information
novegit committed Jan 12, 2022
1 parent 5f7aa8c commit c994473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/filter_kubernetes/kubernetes.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ static struct flb_config_map config_map[] = {
"kubelet port to connect with when using kubelet"
},
{
FLB_CONFIG_MAP_INT, "kube_token_ttl", "60",
FLB_CONFIG_MAP_INT, "kube_token_ttl", "600",
0, FLB_TRUE, offsetof(struct flb_kube, kube_token_ttl),
"kubelet token ttl"
},
Expand Down

0 comments on commit c994473

Please sign in to comment.