File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
components/centraldashboard/integration Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 22
33This directory contains integration tests for the Kubeflow Central Dashboard component.
44
5- ## Prerequisites
6-
7- Before running these tests locally, you need:
8-
9- ### 1. Required Tools
5+ ## 1. Required Tools
106
117- Docker
128- kubectl
@@ -15,9 +11,9 @@ Before running these tests locally, you need:
1511- Istio CLI (istioctl)
1612- curl
1713
18- ### 2. Install Prerequisites
14+ ## 2. Install Prerequisites
1915
20- #### Install KinD
16+ ### Install KinD
2117
2218``` bash
2319#! /bin/bash
@@ -30,7 +26,7 @@ chmod +x ./kind
3026sudo mv kind /usr/local/bin
3127```
3228
33- #### Install kustomize
29+ ### Install kustomize
3430
3531``` bash
3632#! /bin/bash
@@ -44,7 +40,7 @@ chmod +x kustomize
4440sudo mv kustomize /usr/local/bin
4541```
4642
47- #### Install Istio
43+ ### Install Istio
4844
4945``` bash
5046#! /bin/bash
@@ -61,7 +57,7 @@ pushd istio_tmp >/dev/null
6157popd
6258```
6359
64- ### 3. Set up KinD Cluster
60+ ## 3. Set up KinD Cluster
6561
6662``` bash
6763# Setup kind environment
You can’t perform that action at this time.
0 commit comments