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 d3df5668f8 HDDS-8979. error validating kustomization.yaml (#5024)
d3df5668f8 is described below
commit d3df5668f8ae3eea9fed148a7012a3958b408429
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Jul 6 08:20:36 2023 +0200
HDDS-8979. error validating kustomization.yaml (#5024)
---
hadoop-ozone/dist/src/main/k8s/examples/testlib.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hadoop-ozone/dist/src/main/k8s/examples/testlib.sh
b/hadoop-ozone/dist/src/main/k8s/examples/testlib.sh
index 0efdfff95e..5c777b7e75 100644
--- a/hadoop-ozone/dist/src/main/k8s/examples/testlib.sh
+++ b/hadoop-ozone/dist/src/main/k8s/examples/testlib.sh
@@ -76,7 +76,7 @@ start_k8s_env() {
kubectl delete pv --all
print_phase "Applying k8s resources from $(basename $(pwd))"
- kubectl apply -f .
+ kubectl apply -k .
wait_for_startup
}
@@ -92,7 +92,7 @@ get_logs() {
stop_k8s_env() {
if [ ! "$KEEP_RUNNING" ]; then
- kubectl delete -f .
+ kubectl delete -k .
fi
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]