This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git

commit 0826cf57c5dc52492f269fbae7abc7f4b339efb8
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Wed Nov 17 09:55:08 2021 +0800

    Activate all components in default and polish doc
---
 docs/readme.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/docs/readme.md b/docs/readme.md
index 994c373..eace110 100644
--- a/docs/readme.md
+++ b/docs/readme.md
@@ -32,15 +32,19 @@ Make sure you have a running Kubernetes cluster and 
`kubectl` can access to that
 ```shell
 git clone https://github.com/apache/skywalking-showcase.git
 cd skywalking-showcase
-make deploy.kubernetes FEATURE_FLAGS=cluster,agent,vm,so11y
+make deploy.kubernetes
 ```
 
 This will install SkyWalking components, including OAP in cluster mode with 2 
nodes, SkyWalking RocketBot UI,
-microservices with SkyWalking agent, 2 Pods to mimic virtual machines and 
export metrics to SkyWalking, and enable
-SkyWalking self observability metrics.
+microservices with SkyWalking agent, microservices without SkyWalking agent 
but managed by Istio, 
+2 Pods to mimic virtual machines and export metrics to SkyWalking, and enable 
kubernetes cluster monitoring as well as 
+SkyWalking self observability.
 
 For more advanced deployments, check [Customization](#customization) 
documentation below.
 
+Notice, when run this showcase locally such as KinD, the images are downloaded 
inside the KinD, which could take over 10 mins(depend on local network).
+Rerun `make deploy.kubernetes` if some timeout errors break the process.
+
 ### Customization
 
 The variables defined in [`Makefile.in`](../Makefile.in) can be overridden to 
customize the showcase, by specifying an

Reply via email to