https://lakefs.io/ logo
Title
n

Natasha Taylor

03/08/2023, 11:52 AM
Hi, im trying to run the lakefs server but i keep getting this error when i try to login (i removed my email for privacy) Any thoughts?
r

Robin Moffatt

03/08/2023, 11:56 AM
hi Natasha. How are you running lakeFS (e.g. local binary, Docker, etc)? And which version?
n

Natasha Taylor

03/08/2023, 11:56 AM
im running with docker via codespaces using the latest version
In the terminal window this error is included in the script "level=warning msg="Failed to get Azure subscription ID from instance metadataGet ...." I'm trying to connect lake fs with an azure storage account so maybe this is the issue?
y

Yoni Augarten

03/08/2023, 12:09 PM
Hey @Natasha Taylor, I apologize for the inconvenience. Since some bugs around the setup page have recently been fixed, can you make sure that the latest lakeFS image is pulled?
n

Natasha Taylor

03/08/2023, 1:40 PM
hi @Yoni Augarten when i run the code im running this which im assuming is pulling the latest lakeFS image
g

Guy Hardonag

03/08/2023, 1:55 PM
Hi @Natasha Taylor, try replacing the docker image tag to a specific version (i.e replace `treeverse/lakefs:latest`` with
treeverse/lakefs:0.95.0
)
r

Robin Moffatt

03/08/2023, 2:41 PM
(not to take this thread off topic, but I wonder if we should update https://docs.lakefs.io/deploy/azure.html#storage-account-access to also include
--pull always
in the
docker run
like we have for the quickstart)
y

Yoni Augarten

03/08/2023, 2:42 PM
Since this one is a production deployment guide, I'm not sure. On the other hand, using "latest" in a production guide is also not the best idea probably.
n

Natasha Taylor

03/08/2023, 2:48 PM
Hi so it's still giving me the same error after changing to treeverse/lakefs:0.95.0 In the terminal window i get this - would it be anything to do with this or is this a different issue?
level=warning msg="Failed to get Azure subscription ID from instance metadataGet \
👀 1
b

Barak Amar

03/08/2023, 3:13 PM
@Natasha Taylor this warn message probably is not the root cause of the failure. Can you list the complete log (if possible) or errors you see? Also what is the UI behaviour - refresh the browser are you still in the setup page?
n

Natasha Taylor

03/08/2023, 3:27 PM
level=warning msg="Failed to get Azure subscription ID from instance metadataGet \"XXX": context deadline exceeded (Client.Timeout exceeded while awaiting headers)" func="pkg/cloud/azure.(*MetadataProvider).GetMetadata" file="build/pkg/cloud/azure/metadata.go:45" error="Get \"XXX": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
Yes if i refresh i'm still in the setup page
b

Barak Amar

03/08/2023, 3:33 PM
1. no other messages in the output? 2. from the warning it looks like it fails to communicate with your azure account did the previous setup use azure blob storage?
n

Natasha Taylor

03/08/2023, 3:36 PM
auth.ui_config.login_failed_message="The credentials don't match."
There is this in the output which could be related! Although i've triple checked my credentials and they are correct
b

Barak Amar

03/08/2023, 3:43 PM
will it be possible to upload the full output of the server - without any sensitive information?