From 09504635d9ecf4cec8bea4462e3d45129044fc22 Mon Sep 17 00:00:00 2001 From: duanmengkk Date: Sun, 18 Feb 2024 17:52:01 +0800 Subject: [PATCH] add docs Signed-off-by: duanmengkk --- README.md | 6 ++++++ README_zh.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 7dddf884..d7d82dc9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ For the above two aspects, we designed the `NetDoctor` tool to solve network pro ### Netctl NetDoctor provides a supporting tool `netctl`, which allows you to easily check the network connectivity of the Kubernetes cluster through the command line. +#### From artifact +````bash +wget https://github.com/kosmos-io/netdoctor/releases/download/v0.0.1/netctl-linux-amd64 +mv netctl-linux-amd64 netctl +```` +#### From source code ````bash # Download project source code $ git clone https://github.com/kosmos-io/netdoctor.git diff --git a/README_zh.md b/README_zh.md index 3aaff38a..dad2dba1 100644 --- a/README_zh.md +++ b/README_zh.md @@ -23,6 +23,12 @@ ### netctl工具 * NetDoctor提供配套工具`netctl`,您可以方便的通过命令行去进行Kubernetes集群的网络连通性检查。 +#### 从制品库获取 +````bash +wget https://github.com/kosmos-io/netdoctor/releases/download/v0.0.1/netctl-linux-amd64 +mv netctl-linux-amd64 netctl +```` +#### 从源码编译 ````bash # 下载项目源码 $ git clone https://github.com/kosmos-io/netdoctor.git