mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00:00
Fix e2e read timeout error (#24895)
Signed-off-by: Bennu-Li <yunmei.li@zilliz.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user