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

Capture create doesn't detect CLI version #1372

Open
kamilprz opened this issue Feb 19, 2025 · 2 comments
Open

Capture create doesn't detect CLI version #1372

kamilprz opened this issue Feb 19, 2025 · 2 comments
Assignees

Comments

@kamilprz
Copy link
Contributor

Description of Issue

Capture create does not pick up image version accurately.

See there is no version number after "retina-agent" -

Image

This leads to the pods failing to be created as they try to pull an image without a version -

Image

To Reproduce

Run kubectl retina capture create -n default.

Check kubectl get pods - you will see Status - InvalidImageName

Goal

Fix the way that the version is pulled and define a default if one is not present.

Definition of Done

retina capture create can run successfully, creating the jobs and pods without failure.

@kamilprz
Copy link
Contributor Author

Related Issues

#1110

#1013

Related PR

#1108

Trying to understand whether the issue persists - or whether it is a configuration issue on my end.

@kamilprz
Copy link
Contributor Author

When installed with Krew, it works as expected.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant