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 Jul 11, 2023. It is now read-only.
The Eirini REST API needed to be told in the request which namespace to deploy workloads to. workloads.default_namespace was used if the namespace was not specified in the request.
None of this is needed in eirini-controller, as it always uses the LRP/Task namespace as its destination namespace. workloads.default_namespace is unused in this codebase and can be safely removed.