-
Notifications
You must be signed in to change notification settings - Fork 17
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
[BUG]: Unable to pull podmon image from local repository for offline install #898
Comments
@OA72280: Thank you for submitting this issue! The issue is currently awaiting triage. Please make sure you have given us as much context as possible. If the maintainers determine this is a relevant issue, they will remove the needs-triage label and assign an appropriate priority label. We want your feedback! If you have any questions or suggestions regarding our contributing process/workflow, please reach out to us at container.storage.modules@dell.com. |
/sync |
link: 16025 |
FYI - the CR for 270 lacks the image address for podmon - https://github.com/dell/csm-operator/blob/main/samples/storage_csm_powerflex_v270.yaml
If we could please update this CR such that customers can populate their repo so as to pull the podmon image from their local docker repo. I have tested attempting to use the below image: private repo however the deployment shows - C
podmon
dellemc/podmon:v1.6.0
Running
Ideally, the below would be the outcome of the enhancement
name: resiliency
image: services.powerflex.cto:5000/services/dellemc/podmon:v1.6.0
enabled: Enable/Disable Resiliency feature
Allowed values:
true: enable Resiliency feature(deploy podmon sidecar)
false: disable Resiliency feature(do not deploy podmon sidecar)
Default value: false
enabled: true
configVersion: v1.6.0
Also, would it be possible to enhance the CR yaml such that the following elements are added:
The text was updated successfully, but these errors were encountered: