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
Create a manager cache only when a ns is specified:
A cache with a "" namespace causes reconcile errors:
"unable to get: namespace/machine because of unknown namespace for the cache"
With this change is the ns is "" we use the default behavior
of the manager which is to watch and list all namespaces.
Signed-off-by: Jacob Weinstock <[email protected]>
0 commit comments