You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "kezhenxu94 (via GitHub)" <gi...@apache.org> on 2023/04/24 08:35:22 UTC

[GitHub] [skywalking-showcase] kezhenxu94 commented on a diff in pull request #126: Add prerequisite check

kezhenxu94 commented on code in PR #126:
URL: https://github.com/apache/skywalking-showcase/pull/126#discussion_r1174959383


##########
deploy/platform/kubernetes/Makefile:
##########
@@ -155,9 +156,10 @@ feature-mesh-with-agent:
 deploy: $(features)
 	helm dep up .
 	helm -n $(NAMESPACE) upgrade --install $(RELEASE) . --create-namespace --timeout=20m $(HELM_OPTIONS)
-
+ifneq ($(DEBUG),true)

Review Comment:
   What do you mean? This is nothing related to Istio 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org