Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Namespaces in logs when planning deployment #79

Open
alexanderkogan opened this issue Feb 13, 2019 · 0 comments
Open

Namespaces in logs when planning deployment #79

alexanderkogan opened this issue Feb 13, 2019 · 0 comments
Milestone

Comments

@alexanderkogan
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
When planning a deployment with multiple namespaces you don't see which namespaces spacegun is currently in. If I have deployments with the same name in 2 different namespaces, I can't tell which will be applied when I don't filter one or the other out.

Describe the solution you'd like
Add the namespace to the plan logs. For example:
planning in namespace first:
planning image deployment my-importer in importers
planning image deployment other-importer in importers
planning in namespace second:
planning image deployment my-importer in importers-live
Same for the planned deployment log:
namespace1:
my-importer ... => ...
namespace2:
other-importer ... => ...

Describe alternatives you've considered
You could also incorporate the importer in the same line like:
planning image deployment my-importer in namespace first in importers
other-importer namespace1 ... => ...
but that seems a bit cluttered.

@dvallin dvallin added this to the Version 0.2 milestone Feb 26, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants