@jcantrill This is a follow-up to the PR I submitted last week to add handling for 410 Gone responses on the pod watch.
This PR makes two changes:
It adds the same handling for the namespace watch.
I changed the log level of the message from debug to info. Based on my experience running this in the wild, this is a message that we should print with the default log level. It's important for folks to know this is happening and that we're handling it.
@jcantrill This is a follow-up to the PR I submitted last week to add handling for 410 Gone responses on the pod watch.
This PR makes two changes:
This fixes issue #246