Skip to content

Commit 1f606b0

Browse files
committed
update centraldashboard readme
Signed-off-by: Harshvir Potpose <[email protected]>
1 parent 0036b15 commit 1f606b0

File tree

1 file changed

+6
-10
lines changed
  • components/centraldashboard/integration

1 file changed

+6
-10
lines changed

components/centraldashboard/integration/README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
This 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
3026
sudo 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
4440
sudo 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
6157
popd
6258
```
6359

64-
### 3. Set up KinD Cluster
60+
## 3. Set up KinD Cluster
6561

6662
```bash
6763
# Setup kind environment

0 commit comments

Comments
 (0)