-
Notifications
You must be signed in to change notification settings - Fork 772
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
feat(cli): add get modules command in the cli #219
Conversation
Hey @hanshal101! I did some refactoring and you can import the Modules client from the ctrl. You can run the following command to go get the cyclops ctrl:
Then you can use |
Hey @petar-cvit I'm getting this error while installing the package:
|
Can you run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @hanshal101
Fixes #196
Closes #196
Description
In this PR I have added
get
command formodules
this fetches the modules from the Kubernetes Cluster where Cyclops is deployed on. It fetches themodules
from the tag:"app.kubernetes.io/managed-by": "cyclops"
Give the correct resource name
Screenshots/Images