File tree Expand file tree Collapse file tree
docs/content/en/docs/developer-guide Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3741curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
42+
3843chmod 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 `
You can’t perform that action at this time.
0 commit comments