We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 does not pick up image version accurately.
See there is no version number after "retina-agent" -
This leads to the pods failing to be created as they try to pull an image without a version -
To Reproduce
Run kubectl retina capture create -n default.
kubectl retina capture create -n default
Check kubectl get pods - you will see Status - InvalidImageName
kubectl get pods
Status - InvalidImageName
Fix the way that the version is pulled and define a default if one is not present.
retina capture create can run successfully, creating the jobs and pods without failure.
retina capture create
The text was updated successfully, but these errors were encountered:
Related Issues
#1110
#1013
Related PR
#1108
Trying to understand whether the issue persists - or whether it is a configuration issue on my end.
Sorry, something went wrong.
When installed with Krew, it works as expected.
kamilprz
No branches or pull requests
Description of Issue
Capture create does not pick up image version accurately.
See there is no version number after "retina-agent" -
This leads to the pods failing to be created as they try to pull an image without a version -
To Reproduce
Run
kubectl retina capture create -n default
.Check
kubectl get pods
- you will seeStatus - 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.The text was updated successfully, but these errors were encountered: