Which version of blobfuse was used?
version: 2.1.2
Which OS distribution and version are you using?
Ubuntu 22.04.3 LTS 5.15.0-1054-azure
If relevant, please share your mount command.
blobfuse2 test --log-level=LOG_DEBUG --container-name=mycont --allow-other --tmp-path=/tmp/blobfuse --file-cache-timeout-in-seconds=120 --virtual-directory=true
AZURE_STORAGE_ACCOUNT_TYPE=adls
AZURE_STORAGE_AUTH_TYPE=
What was the issue encountered?
Testing from the node agent in AKS. I don't know what else to do. Tried everything.
The storage account is only accessible via private endpoint. I can reach it:
nc -zv myaccount.blob.core.windows.net 443
Warning: inverse host lookup failed for 10.8.0.5: Unknown host
myaccount.blob.core.windows.net [10.8.0.5] 443 (https) open
Can't get anything other than:
Error: failed to initialize new pipeline [failed to authenticate credentials for azstorage]
I am using managed blob driver, tried the open source, tried helm. cleaned everything. No dice.
Have you found a mitigation/solution?
No
Please share logs if available.
There are no logs, at least where it is documented they would be.
Which version of blobfuse was used?
version: 2.1.2
Which OS distribution and version are you using?
Ubuntu 22.04.3 LTS 5.15.0-1054-azure
If relevant, please share your mount command.
blobfuse2 test --log-level=LOG_DEBUG --container-name=mycont --allow-other --tmp-path=/tmp/blobfuse --file-cache-timeout-in-seconds=120 --virtual-directory=true
AZURE_STORAGE_ACCOUNT_TYPE=adls
AZURE_STORAGE_AUTH_TYPE=
What was the issue encountered?
Testing from the node agent in AKS. I don't know what else to do. Tried everything.
The storage account is only accessible via private endpoint. I can reach it:
nc -zv myaccount.blob.core.windows.net 443
Warning: inverse host lookup failed for 10.8.0.5: Unknown host
myaccount.blob.core.windows.net [10.8.0.5] 443 (https) open
Can't get anything other than:
Error: failed to initialize new pipeline [failed to authenticate credentials for azstorage]
I am using managed blob driver, tried the open source, tried helm. cleaned everything. No dice.
Have you found a mitigation/solution?
No
Please share logs if available.
There are no logs, at least where it is documented they would be.