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 has been archived by the owner on Jul 16, 2021. It is now read-only.
Should Monocular show existing namespaces, or just provide a textbox to enter the name of the namespace? Although a dropdown of existing namespaces would be nice, it means Monocular will require special RBAC permissions to query the Kubernetes API for namespaces. A textbox doesn't require this as it will just be passed to Tiller.
In the future, we want to add the ability to view/modify resources created by Monocular, so eventually we will require RBAC permissions, I think it's just a question of whether we do this sooner or later.
Right now, when creating deployments with Monocular, it is not possible to specify the namespace, so all deployments happen in the default namespace.
It would be good to be able to specify a different namespace
The text was updated successfully, but these errors were encountered: