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
{{ message }}
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
controller: use default namespace for event recorder
Prior to this change, we were creating a event recorder on a given
namespace. When registering events for node, the following would happen:
Unable to write event: 'can't create an event with namespace 'default'
in namespace 'kube-system'' (may retry after sleeping)
This change modifies the event recorder to be created using the default
namespace, which will allow events to be recorder on that namespace.
0 commit comments