Skip to content

Commit 9c9fef0

Browse files
fix by comments
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
1 parent 0ebbc35 commit 9c9fef0

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

  • docs/content/en/docs/developer-guide

docs/content/en/docs/developer-guide/e2e.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,30 @@ sudo mv ./kind /usr/local/bin/kind
2626
- Manual installation
2727

2828
```console
29-
1.Download the required version(https://github.com/helm/helm/releases)
30-
2.Extract a zip file(tar -zxvf helm-vXXX-linux-amd64.tar.gz)
31-
3.Find the helm program in the extracted directory and move it to the desired directory(mv linux-amd64/helm /usr/local/bin/helm)
29+
Can download the required version of helm you need from https://github.com/helm/helm/releases
30+
31+
To extract the zip file of helm, run:
32+
tar -zxvf helm-vXXX-linux-amd64.tar.gz
33+
34+
Find the helm program in the extracted directory and move it to the desired directory, run:
35+
mv linux-amd64/helm /usr/local/bin/helm
3236
```
3337

3438
- Script Installation
3539

3640
```console
3741
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
42+
3843
chmod 700 get_helm.sh
44+
3945
./get_helm.sh
4046
```
4147

4248
## Steps For Running E2E Test
4349

44-
- Script to Install Kubernetes Test Cluster Environment. `bash hack/e2e-test/build-cluster.sh`
45-
- Deploying a Newest Built Kurator Image to the Cluster. `bash hack/e2e-test/install-kurator.sh`
46-
- Running Kurator E2E Tests. `bash hack/e2e-test/run-e2e.sh`
50+
- Install Kubernetes Test Cluster Environment.
51+
`bash hack/e2e-test/build-cluster.sh`
52+
- Deploy kurator.
53+
`bash hack/e2e-test/install-kurator.sh`
54+
- Run Kurator E2E Tests.
55+
`bash hack/e2e-test/run-e2e.sh`

0 commit comments

Comments
 (0)