-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed as not planned
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
Hi,
I am using client.NewWithWatch
to then create a watch interface which monitors nodes:
watcher, err := client.Watch(ctx, &corev1.NodeList{})
By creating it in this way, is there an expiration for this watch interface? It appears to stop reporting events after some time, so I am just trying to figure out when I need to rebuild the client, or if I can create it in a way that does not expire.
using: v0.19.1
Thanks
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.