-
Notifications
You must be signed in to change notification settings - Fork 68
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
no error message: PVC is not created yet #370
Comments
Hi @awesomescot , What happens if you try to provision your dataset in the same namespace where the secret is located? This piece of code makes me think what you're trying to do isn't supported anymore As a disclaimer, though, I only looked at this from my phone, I will probably need to have a more in-depth look |
hi @awesomescot, the key problem is that you are creating the dataset in We used to allow the namespaces to be different but blocked this due to #146. Hope this helps We should provide a better error description. Will create a new issue for this change |
Thank you for the responses. That makes sense now.
…On Mon, Jul 22, 2024 at 3:57 AM Srikumar Venugopal ***@***.***> wrote:
hi @awesomescot <https://github.com/awesomescot>, the key problem is that
you are creating the dataset in dlf namespace while the secret is defined
in airflow namespace. Datashim requires that the dataset and secret must
be in the same namespace.
We used to allow the namespaces to be different but blocked this due to
#146 <#146>. Hope this helps
—
Reply to this email directly, view it on GitHub
<#370 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASLFLGRUGOYS676ZBSCQHGLZNTQSZAVCNFSM6AAAAABLEZDXZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBSGY3TKNZTGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'll close this issue @awesomescot. Feel free to re-open it or open a new one if you need anything else. |
Hi. I'm trying to mount an s3 bucket into airflow. But currently the PVC isn't being created and I'm not sure why. The logs aren't giving me much to go on, so here's all the infomation. Any help would be greatly appreciated.
Thanks!
Dataset
Secret (as terraform code)
Logs from dataset-operator
Logs from csi-provisioner-s3
Logs from csi-attacher-nfsplugin
Anything else that would be useful?
The text was updated successfully, but these errors were encountered: