Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Enable deploying Modules in Different Namespaces #201

Open
KaradzaJuraj opened this issue Apr 8, 2024 · 4 comments · May be fixed by #402
Open

Enable deploying Modules in Different Namespaces #201

KaradzaJuraj opened this issue Apr 8, 2024 · 4 comments · May be fixed by #402
Assignees
Labels
enhancement New feature or request go Pull requests that update Go code good first issue Good for newcomers

Comments

@KaradzaJuraj
Copy link
Collaborator

Modules is a CRD created by Cyclops. It represents your applications and services in the Kubernetes cluster. Currently, all modules are deployed in the cyclops namespace. This is displayed under the module name when opening the module details page

We want Cyclops to be able to deploy modules in any namespace.

@KaradzaJuraj KaradzaJuraj added enhancement New feature or request go Pull requests that update Go code labels Apr 8, 2024
@petar-cvit petar-cvit added the good first issue Good for newcomers label May 2, 2024
@siddhantprateek
Copy link
Contributor

I was thinking to implement the same on CLI

@petar-cvit
Copy link
Collaborator

We could update the controller and the cli in the same PR

@hanshal101
Copy link
Contributor

I can work on this

@hanshal101
Copy link
Contributor

Can you please assign this to me 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment