NVIDIA / aistore

AIStore: scalable storage for AI applications
https://aistore.nvidia.com
MIT License
1.21k stars 160 forks source link

AISError: STATUS:400, MESSAGE:the operation requires Kubernetes #132

Closed Hastyrush closed 1 year ago

Hastyrush commented 1 year ago

Hi,

I was following the example released at https://aiatscale.org/blog/2023/05/11/aisio-transforms-with-webdataset-pt-2 to test out the ETL functions of AIStore with Webdataset. Following the instructions, I encounter the error: 'AISError: STATUS:400, MESSAGE:the operation requires Kubernetes' when attempting to run client.etl(etl_name).init_code(...).

Does the example ETL given only works with an AIS Kubernetes cluster? I am currently deploying a local minimum requirements AIStore cluster as a Docker image. I tried using aistore version 1.2.2 and the latest 1.3.0 and encounter the same error with both. Any help would be appreciated. Thank you!

image