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
Observe organic requests being processed by the traffic manager from k9s's log view (we have a huge cluster and we can see the debug log is scrolling down like crazy)
~10 minutes ish, we will see below panic, and the traffic manager crashes from there, and then restart by k8s
Expected behavior
The traffic manager should not crash.
Versions (please complete the following information):
Client : v2.13.0
Root Daemon : v2.13.0
User Daemon : v2.13.0
Traffic Manager: v2.13.0
VPN-related bugs:
If you're reporting an issue around telepresence connectivity when using a VPN,
and are running Telepresence 2.4.8 or above, please also attach the output
of telepresence test-vpn, and the following information:
Which VPN client are you using?
Which VPN server are you using?
How is your VPN pushing DNS configuration? It may be useful to add the contents of /etc/resolv.conf
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
A watcher isn't guaranteed to always receive an object of the watched
type. The `DeleteFunc` in particular, can receive an instance of
`cache.DeleteFinalStateUnknown`. This commit ensures that the traffic-
manager's node and pod watcher uses checked casts only and that the
`cache.DeleteFinalStateUnknown` is handled properly.
Closed#3149
Signed-off-by: Thomas Hallgren <[email protected]>
A watcher isn't guaranteed to always receive an object of the watched
type. The `DeleteFunc` in particular, can receive an instance of
`cache.DeleteFinalStateUnknown`. This commit ensures that the traffic-
manager's node and pod watcher uses checked casts only and that the
`cache.DeleteFinalStateUnknown` is handled properly.
Closes#3149
Signed-off-by: Thomas Hallgren <[email protected]>
Describe the bug
The Traffic Manager crashes.
To Reproduce
Expected behavior
The traffic manager should not crash.
Versions (please complete the following information):
Client : v2.13.0
Root Daemon : v2.13.0
User Daemon : v2.13.0
Traffic Manager: v2.13.0
VPN-related bugs:
If you're reporting an issue around telepresence connectivity when using a VPN,
and are running Telepresence 2.4.8 or above, please also attach the output
of
telepresence test-vpn
, and the following information:Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: