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
Can this be changed so that kube-fledged can be deployed to any namespace?
E0224 13:17:38.339997 1 image_manager.go:442] Error creating job in node ip-10-0-30-82: namespaces "kube-fledged" not found
E0224 13:17:38.340905 1 image_manager.go:424] error pulling image 'golang:1.13' to node 'ip-10-0-30-82': namespaces "kube-fledged" not found
The text was updated successfully, but these errors were encountered:
IMO hardcoding the namespace which the controller lives in is an antipattern:
https://github.com/senthilrch/kube-fledged/search?q=fledgedNameSpace&unscoped_q=fledgedNameSpace
Can this be changed so that
kube-fledged
can be deployed to any namespace?The text was updated successfully, but these errors were encountered: