-
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]: CSM Operator offline install powerflex csi driver sidecar trying to pull from registry.k8s.io #1094
Labels
area/csm-operator
type/bug
Something isn't working. This is the default label associated with a bug issue.
Milestone
Comments
anurajpd
added
needs-triage
Issue requires triage.
type/bug
Something isn't working. This is the default label associated with a bug issue.
labels
Jan 8, 2024
@adarsh-dell : Please look into this issue |
Looking into it. |
It looks like the images of sideCars are currently missing in the sample yamls. As a consequence, the csm-operator is pulling them from registry.k8s.io.
|
link: 20196 |
This was referenced Feb 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/csm-operator
type/bug
Something isn't working. This is the default label associated with a bug issue.
Bug Description
CSM Operator offline install powerflex csi driver sidecar trying to pull from registry.k8s.io
Logs
Below is the list of images from the powerflex csi driver controller pod
[anuraj@adm01 data]$ oc get pod powerflex-controller-7dd74965d5-s6ncm -n dell-csm-powerflex -oyaml | grep -i image:
image: registry.k8s.io/sig-storage/csi-attacher:v4.4.2
image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2
image: registry.k8s.io/sig-storage/csi-resizer:v1.9.2
image: harbor01.vdi.xtremio/dell-csm-operator/csi-vxflexos:v2.9.0
image: registry.k8s.io/sig-storage/csi-attacher:v4.4.2
image: harbor01.vdi.xtremio/dell-csm-operator/csi-vxflexos:v2.9.0
image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2
image: registry.k8s.io/sig-storage/csi-resizer:v1.9.2
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2
Screenshots
No response
Additional Environment Information
No response
Steps to Reproduce
deploy the csm operator offline and try to create csm for powerflex
Expected Behavior
csi driver side car images should be pulled from local registry.cd csm
CSM Driver(s)
csm powerflex v290
Installation Type
Operator v1.4.0
Container Storage Modules Enabled
No response
Container Orchestrator
Openshift 4.14.6
Operating System
CoreOS
The text was updated successfully, but these errors were encountered: