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
Since few month, we experiment this kind of issue (50% of time when we plan an upgrade (when the pod respawn) and 20% of time during a pod reschedule (when it switch from a node to another one).
Deploy a new version or move the pod to another node.
Current behavior (randomly):
Warning FailedMount 2m23s (x242 over 7h58m) kubelet MountVolume.SetUp failed for volume "telegraf-config" : secret "telegraf-config-varnish-0" not found
Due to that, the pod cannot start.
Workaround:
Kill the workaround and the secret is well recreated.
Expected behavior:
The secret is found
Other informations
The age of secret source is more 100 days so cannot be related to this one.
But the telegraf secret seems to be recreated every time than the pod is spawn and it seems there is an issue here: the secret cannot be created so telegraf cannot spawn (unable to mount not found secret) so the pod is freezed until we terminate it.
The text was updated successfully, but these errors were encountered:
anthosz
changed the title
Telegraf-operator - MountVolume.SetUp failed for volume "telegraf-config" : secret "telegraf-XXXX" not found
issue - telegraf-operator - MountVolume.SetUp failed for volume "telegraf-config" : secret "telegraf-XXXX" not found
Dec 27, 2023
Hello,
Since few month, we experiment this kind of issue (50% of time when we plan an upgrade (when the pod respawn) and 20% of time during a pod reschedule (when it switch from a node to another one).
It is included in a Varnish statefulset.
Template
How to reproduce
Deploy a new version or move the pod to another node.
Current behavior (randomly):
Warning FailedMount 2m23s (x242 over 7h58m) kubelet MountVolume.SetUp failed for volume "telegraf-config" : secret "telegraf-config-varnish-0" not found
Due to that, the pod cannot start.
Workaround:
Kill the workaround and the secret is well recreated.
Expected behavior:
The secret is found
Other informations
The age of secret source is more 100 days so cannot be related to this one.
But the telegraf secret seems to be recreated every time than the pod is spawn and it seems there is an issue here: the secret cannot be created so telegraf cannot spawn (unable to mount not found secret) so the pod is freezed until we terminate it.
Versions
The text was updated successfully, but these errors were encountered: