-
Notifications
You must be signed in to change notification settings - Fork 252
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]: AttributeError("'K8sHelper' object has no attribute 'v1api'") for DatastoreProfileAzureBlob/Docker Desktop #5292
Comments
It seems as internal issue with old interface (or issue with build for docker desktop). NOTE: Standart access to the Azure BlobStorage works correctly, see this code sample
|
@george0st just to clarify - I understand you are running k8s inside a docker? If indeed the case, are you using an mlrun supported version of k8s? |
Hi @assaf758, I used docker desktop with compose.yaml file (see the installation https://docs.mlrun.org/en/latest/install/local-docker.html#use-mlrun-with-your-own-client ). I will try to use register_temporary_client_datastore_profile thx. |
Hi @assaf758 , I used register_temporary_client_datastore_profile() and It works, many thx. I will close this issue. |
MLRun Version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of MLRun CE.
Reproducible Example
Issue Description
See exception during the call project.register_datastore_profile(profile)
Expected Behavior
It will be possible to use DatastoreProfileAzureBlob in Docker Desktop (with OS Windows and WSL)
Installation OS
Windows
Installation Method
Docker
Python Version
3.9.10
MLRun Version
1.6.1
Additional Information
The address http://localhost:8080/api/v1/projects/ab2/ return relevant YAML content.
The text was updated successfully, but these errors were encountered: