NVIDIA / aistore

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

docs: update k8s deployment instructions #163

Closed soumyendra98 closed 7 months ago

soumyendra98 commented 7 months ago

If applied this commit will change the following in the demo -

Change in step 3 ais create test-bucket → ais create ais://test-bucket The original step gives ERROR [Error: backend provider cannot be empty (did you mean "ais://test-bucket"?)]

Change in step 4 ais put sample test-bucket/test-obj → ais put sample ais://test-bucket/test-obj The original step gives ERROR [Expecting BUCKET[/OBJECT_NAME] ..., e.g.: ais://mmm, s3://nnn/obj2, gs://ppp/a/b/c, etc.]

Change in step 5 Old spec.yaml

apiVersion: v1 kind: Pod metadata: name: transformer-echo annotations:

Values it can take ["hpull://","hrev://","hpush://"]

communication_type: "hrev://"
wait_timeout: 15s

spec: containers:

New spec.yaml

apiVersion: v1 kind: Pod metadata: name: transformer-echo annotations: communication_type: "hpull://" wait_timeout: 5m spec: containers:

Change in step 6 ais etl init spec spec.yaml → ais etl init spec --name test-etl --from-file spec.yaml --comm-type hpull

Change in step 7 ais etl object veSC9rvQQ test-bucket/test-obj out.txt → ais etl object test-etl ais://test-bucket/test-obj out.txt

gaikwadabhishek commented 7 months ago

Pulled this PR internally. Closing this PR