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
Hi @cw-Guo & Team, Deployed fluent-bit using fluent-operator with v3.3.0. I am using stakater reloader as below to restart the fluent-bit pods in case of any configurational changes:
Restart fluent-bit daemonset using stakater relaoder if there are any configurational changes.
This is restarting only one replica of fluent-bit daemonset though the "kubectl rollout restart daemonsets fluent-bit -n namespace-dummy" restarting all the replicas. Is there anything that I need to work on using stakater reloader? Can you please please help me out here. Thanks in advance!
Deployed fluent-bit using fluent-operator with v3.3.0. I am using stakater reloader to restart the fluent-bit pods in case of any configurational changes. This actually restarting only one replica of fluent-bit daemonset
Expected behavior
With stakater reload option, should actually restart all the replicas.
// UpdateDaemonSet performs rolling upgrade on daemonSet func UpdateDaemonSet(clients kube.Clients, namespace string, resource runtime.Object) error { daemonSet := resource.(*appsv1.DaemonSet) _, err := clients.KubernetesClient.AppsV1().DaemonSets(namespace).Update(context.TODO(), daemonSet, meta_v1.UpdateOptions{FieldManager: "Reloader"}) return err }
2. For the Point#2 : With PR-1375, fluent operator "kubectl rollout restart daemonsets fluent-bit -n ns-dummy " issue is fixed but not the Reloader use case. We have Reloader uses for other deamonsets where the restart of the pods is working fine in case configmap/secret changes but it is not working fine for fluent operator. Can you provide any suggestions to make it to work as expected?
Describe the issue
Hi @cw-Guo & Team, Deployed fluent-bit using fluent-operator with v3.3.0. I am using
stakater reloader
as below to restart the fluent-bit pods in case of any configurational changes:Restart fluent-bit daemonset using stakater relaoder if there are any configurational changes.
fluent-bit
annotations:
secret.reloader.stakater.com/reload: "fluent-bit-config"
This is restarting only one replica of fluent-bit daemonset though the "kubectl rollout restart daemonsets fluent-bit -n namespace-dummy" restarting all the replicas. Is there anything that I need to work on using stakater reloader? Can you please please help me out here. Thanks in advance!
Similar issue ref : #1479
To Reproduce
Deployed fluent-bit using fluent-operator with v3.3.0. I am using
stakater reloader
to restart the fluent-bit pods in case of any configurational changes. This actually restarting only one replica of fluent-bit daemonsetExpected behavior
With stakater reload option, should actually restart all the replicas.
Your Environment
How did you install fluent operator?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: