[skip ci] Echo exported logs information (#6750)

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/6698/head^2
quicksilver 2021-07-22 23:50:13 +08:00 committed by GitHub
parent 26f7f2d346
commit c7e727e068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,7 @@ spec:
args: ["cat"]
resources:
limits:
cpu: "6"
cpu: "8"
memory: 14Gi
ephemeral-storage: "30Gi"
requests:

View File

@ -24,3 +24,5 @@ for node in `kind get nodes --name=kind | tr -s '\n' ' '`
do
docker cp $node:/var/log "${ARTIFACTS}/${KIND_NAME}"
done
echo "Exported logs for cluster \"${KIND_NAME}\" to: \"${ARTIFACTS}/${KIND_NAME}\""