This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
The following commit(s) were added to refs/heads/main by this push:
new 9f2c37e Polish some scripts to fix deployment failure
9f2c37e is described below
commit 9f2c37ee7020937a133c0ee87ea0aedb071b932a
Author: kezhenxu94 <[email protected]>
AuthorDate: Thu Dec 15 12:22:03 2022 +0000
Polish some scripts to fix deployment failure
---
deploy/platform/kubernetes/features.mk | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/deploy/platform/kubernetes/features.mk
b/deploy/platform/kubernetes/features.mk
index 65494b1..828f552 100644
--- a/deploy/platform/kubernetes/features.mk
+++ b/deploy/platform/kubernetes/features.mk
@@ -141,8 +141,7 @@ open-function: helm
--set global.Dapr.enabled=false \
--set contour.envoy.useHostPort=false \
--set contour.envoy.service.type=ClusterIP \
- --set contour.envoy.service.externalTrafficPolicy="" \
- --wait
+ --set contour.envoy.service.externalTrafficPolicy=""
# @feature: function; install open function resources
.PHONY: deploy.feature-function
@@ -154,4 +153,4 @@ feature-function:
.PHONY: undeploy.feature-function
undeploy.feature-function: helm
- @helm uninstall openfunction -n openfunction
+ @helm uninstall openfunction -n openfunction --timeout 20m || kubectl
delete namespace openfunction --ignore-not-found --timeout 20m || true