This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 67be640 HDDS-5496. Missing directory name in `start_k8s_env` log
(#2545)
67be640 is described below
commit 67be6403d999a6d7e8bd52584cb5bb32e090e076
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Sep 13 09:58:13 2021 +0200
HDDS-5496. Missing directory name in `start_k8s_env` log (#2545)
---
hadoop-ozone/dist/src/main/k8s/examples/testlib.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-ozone/dist/src/main/k8s/examples/testlib.sh
b/hadoop-ozone/dist/src/main/k8s/examples/testlib.sh
index 112162e..ca53dc4 100644
--- a/hadoop-ozone/dist/src/main/k8s/examples/testlib.sh
+++ b/hadoop-ozone/dist/src/main/k8s/examples/testlib.sh
@@ -75,7 +75,7 @@ start_k8s_env() {
kubectl delete pvc --all
kubectl delete pv --all
- print_phase "Applying k8s resources from $1"
+ print_phase "Applying k8s resources from $(basename $(pwd))"
kubectl apply -f .
wait_for_startup
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]