You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2022/10/09 16:31:34 UTC

[skywalking-rover] branch main updated: Fix markdown link and typos in doc (#54)

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

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git


The following commit(s) were added to refs/heads/main by this push:
     new 18a428e  Fix markdown link and typos in doc (#54)
18a428e is described below

commit 18a428ea54b6afd89f6a4929f9807bda767f90fa
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Mon Oct 10 00:31:28 2022 +0800

    Fix markdown link and typos in doc (#54)
---
 docs/en/setup/examples/cases/kubernetes-process/readme.md             | 4 ++--
 .../kubernetes-process/{rover-darmonset.yml => rover-daemonset.yml}   | 2 +-
 docs/en/setup/overview.md                                             | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/en/setup/examples/cases/kubernetes-process/readme.md b/docs/en/setup/examples/cases/kubernetes-process/readme.md
index 17fd0d3..1ef177e 100644
--- a/docs/en/setup/examples/cases/kubernetes-process/readme.md
+++ b/docs/en/setup/examples/cases/kubernetes-process/readme.md
@@ -11,10 +11,10 @@ or [minikube](https://minikube.sigs.k8s.io) to create a cluster.
 
 ## Deploy Rover
 
-Please follow the [rover-darmonset.yml](./rover-darmonset.yml) to deploy the rover in your Kubernetes cluster.
+Please follow the [rover-daemonset.yml](./rover-daemonset.yml) to deploy the rover in your Kubernetes cluster.
 Update the comment in the file, which includes two configs:
 1. **Rover docker image**: You could use `make docker` to build an image and upload it to your private registry.
 2. **OAP address**: Update the OAP address.
 
-Then, you could use `kuberctl apply -f rover-darmonset.yml` to deploy the skywalking-rover into your cluster.
+Then, you could use `kuberctl apply -f rover-daemonset.yml` to deploy the skywalking-rover into your cluster.
 It would deploy in each node as a DaemonSet. 
diff --git a/docs/en/setup/examples/cases/kubernetes-process/rover-darmonset.yml b/docs/en/setup/examples/cases/kubernetes-process/rover-daemonset.yml
similarity index 98%
rename from docs/en/setup/examples/cases/kubernetes-process/rover-darmonset.yml
rename to docs/en/setup/examples/cases/kubernetes-process/rover-daemonset.yml
index 89bcdc4..b31e35c 100644
--- a/docs/en/setup/examples/cases/kubernetes-process/rover-darmonset.yml
+++ b/docs/en/setup/examples/cases/kubernetes-process/rover-daemonset.yml
@@ -89,4 +89,4 @@ spec:
         - name: host
           hostPath:
             path: /
-            type: Directory
\ No newline at end of file
+            type: Directory
diff --git a/docs/en/setup/overview.md b/docs/en/setup/overview.md
index 26b78c2..3ba3c84 100644
--- a/docs/en/setup/overview.md
+++ b/docs/en/setup/overview.md
@@ -7,7 +7,7 @@ The first and most important thing is, that SkyWalking Rover startup behaviors a
 Before you start, you should know that the main purpose of quickstart is to help you obtain a basic configuration for previews/demos.
 Usually, the process to be monitored is first declared.
 
-Then, you can use `bin/startup.sh` to start up the rover with their config[../../../configs/rover_configs.yaml].
+Then, you can use `bin/startup.sh` to start up the rover with their [config](../../../configs/rover_configs.yaml).
 
 ### SkyWalking OAP
 
@@ -47,4 +47,4 @@ So, in rover_configs.yaml, there contains these parts.
 2. [Process Discovery Module](./configuration/process_discovery/overview.md).
 3. [Profiling Module](./configuration/profiling.md).
 
-Also, You could using [Overriding Setting](./configuration/override-settings.md) feature to setup the configuration.
\ No newline at end of file
+Also, You could using [Overriding Setting](./configuration/override-settings.md) feature to setup the configuration.