Skip to content

Commit 0130f51

Browse files
authored
Merge pull request #9 from duanmengkk/add_doc
add docs
2 parents 1ef6642 + 0950463 commit 0130f51

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ For the above two aspects, we designed the `NetDoctor` tool to solve network pro
2323

2424
### Netctl
2525
NetDoctor provides a supporting tool `netctl`, which allows you to easily check the network connectivity of the Kubernetes cluster through the command line.
26+
#### From artifact
27+
````bash
28+
wget https://github.com/kosmos-io/netdoctor/releases/download/v0.0.1/netctl-linux-amd64
29+
mv netctl-linux-amd64 netctl
30+
````
31+
#### From source code
2632
````bash
2733
# Download project source code
2834
$ git clone https://github.com/kosmos-io/netdoctor.git

README_zh.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323

2424
### netctl工具
2525
* NetDoctor提供配套工具`netctl`,您可以方便的通过命令行去进行Kubernetes集群的网络连通性检查。
26+
#### 从制品库获取
27+
````bash
28+
wget https://github.com/kosmos-io/netdoctor/releases/download/v0.0.1/netctl-linux-amd64
29+
mv netctl-linux-amd64 netctl
30+
````
31+
#### 从源码编译
2632
````bash
2733
# 下载项目源码
2834
$ git clone https://github.com/kosmos-io/netdoctor.git

0 commit comments

Comments
 (0)