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

ilucky 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 e71d08a  Fix a spelling mistake about 'kubectl' (#124)
e71d08a is described below

commit e71d08a4980e1226bc3dd64f6ad92af057b4e274
Author: IluckySi <[email protected]>
AuthorDate: Thu Apr 25 11:42:32 2024 +0800

    Fix a spelling mistake about 'kubectl' (#124)
---
 docs/en/setup/deployment/kubernetes/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/setup/deployment/kubernetes/readme.md 
b/docs/en/setup/deployment/kubernetes/readme.md
index 50fd907..3b6fdb5 100644
--- a/docs/en/setup/deployment/kubernetes/readme.md
+++ b/docs/en/setup/deployment/kubernetes/readme.md
@@ -16,5 +16,5 @@ 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, or update from the public image.
 2. **OAP address**: Update the OAP address.
 
-Then, you could use `kuberctl apply -f rover-daemonset.yml` to deploy the 
skywalking-rover into your cluster.
+Then, you could use `kubectl apply -f rover-daemonset.yml` to deploy the 
skywalking-rover into your cluster.
 It would deploy in each node as a DaemonSet. 
\ No newline at end of file

Reply via email to