From 6411f127702ee193571a9719fa4e5770c7758d68 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 13 Feb 2024 22:19:59 -0600 Subject: [PATCH] Add comment. --- tests/k8s-deploy/run-deploy-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/k8s-deploy/run-deploy-test.sh b/tests/k8s-deploy/run-deploy-test.sh index 6e2bf448..ef257008 100755 --- a/tests/k8s-deploy/run-deploy-test.sh +++ b/tests/k8s-deploy/run-deploy-test.sh @@ -184,6 +184,8 @@ else delete_cluster_exit fi +# These volumes will be completely destroyed by the kind delete/create, because they lived inside +# the kind container. So, unlike the bind-mount case, they will appear fresh after the restart. log_output_11=$( $TEST_TARGET_SO deployment --dir $test_deployment_dir logs ) if [[ "$log_output_11" == *"/data2 filesystem is fresh"* ]]; then echo "Fresh provisioner volumes test: passed"