S3 mount from labels not working #348
-
Hey, I'm testing this very promising feature (thanks for the hard work). But I'm unable to figure out what is going wrong. Following the installation instructions, I can create successfully a Dataset - the expected pvc, pv, configmap and secret are created. But when I create the nginx pod, the data are not mounted - it works if I mount the pvc explicitly. I'm still learning k8s - so I'm probably missing some ways to find useful logs. What I see is that there are not volumeAttachment created (seem it should !?). For reference I'm using kubernetes 1.28. I tried also with microk8s and the same behavior is happening (same version of kubernetes). Could someone point me what I should look for to debug that issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@fcollonval You might have not labeled the namespace in which you are creating the pods. You can do this like so:
where |
Beta Was this translation helpful? Give feedback.
@fcollonval You might have not labeled the namespace in which you are creating the pods. You can do this like so:
where
<namespace>
is the one in which you are creating the pods. Please try this and let us know!