Add clarity to E2E testing steps

Add clarity to E2E testing steps
This commit is contained in:
Nitish Malhotra 2021-05-06 20:53:41 -07:00 коммит произвёл GitHub
Родитель ebf5200832
Коммит cc78dd0262
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -58,10 +58,10 @@ $ helm upgrade orkestra chart/orkestra -n orkestra --create-namespace --set imag
### E2E Testing
- Create a KinD cluster for E2E testing with port mapping configuration, to access the chartmuseum port from the host.
- Create a KinD cluster for E2E testing using the provided `.kind-cluster.yaml` as the config file which adds an `extraPortMapping` from Port `8080` on the host to Port `30950` on the cluster node. The chartmuseum `Service` is being exposed on the cluster node using `type: NodePort` on port`30950`.
```shell
$ kind create cluster -name orkestra --config .kind-cluster.yaml
$ kind create cluster --name orkestra --config .kind-cluster.yaml
Creating cluster "orkestra" ...
✓ Ensuring node image (kindest/node:v1.20.2) 🖼
✓ Preparing nodes 📦
@ -77,7 +77,7 @@ kubectl cluster-info --context kind-orkestra
Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/quick-start/
```
- Install Orkestra helm chart using E2E CI values.yaml
- Install Orkestra helm chart using E2E the CI specific `chart/orkestra/values-ci.yaml` overlay.
```shell
$ helm install orkestra chart/orkestra --wait --atomic -n orkestra --create-namespace --values chart/orkestra/values-ci.yaml
@ -246,4 +246,4 @@ Reference:
## Workflow
<p align="center"><img src="./assets/reconciler-flow.png" width="750x" /></p>
<p align="center"><img src="./assets/reconciler-flow.png" width="750x" /></p>