Fix e2e read timeout error (#24895)

Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
pull/24374/head
Bennu 2023-06-14 21:34:42 +08:00 committed by GitHub
parent 230f602f56
commit 56380ea75b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,10 @@ spec:
value: "true"
- name: DOCKER_VOLUME_DIRECTORY
value: "/mnt/disk/.docker-gpu"
- name: DOCKER_CLIENT_TIMEOUT
value: 120
- name: COMPOSE_HTTP_TIMEOUT
value: 120
tty: true
securityContext:
privileged: true

View File

@ -14,6 +14,10 @@ spec:
value: "true"
- name: DOCKER_VOLUME_DIRECTORY
value: "/mnt/disk/.docker"
- name: DOCKER_CLIENT_TIMEOUT
value: 120
- name: COMPOSE_HTTP_TIMEOUT
value: 120
tty: true
securityContext:
privileged: true