Skip to content

Commit

Permalink
Merge pull request #67 from SamYuan1990/updateReadMemar
Browse files Browse the repository at this point in the history
update readme as fix for #64
  • Loading branch information
rootfs authored Mar 18, 2024
2 parents 67d9c52 + 0830821 commit b1506af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
This repo provides the scripts to create a local [kubernetes](kind/kind.sh)/[openshift](microshift/microshift.sh) cluster to be used for development or integration tests. It is also used in [Github action](https://github.com/sustainable-computing-io/kepler-action) for kepler.

## Prerequisites
- Locate your BCC lib and linux header.
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/)
- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installing-from-release-binaries)

Expand Down Expand Up @@ -44,13 +43,17 @@ CLUSTER_PROVIDER=microshift
CLUSTER_NAME=microshift
PROMETHEUS_ENABLE=false
GRAFANA_ENABLE=false
TEKTON_ENABLE=false
```

Start the cluster by running
```sh
./main.sh up
```

5. kubeconfig
Following the hint on your terminal to find out the kubeconfig.

## Container registry
There's a container registry available which is exposed at `localhost:5001`.

Expand Down

0 comments on commit b1506af

Please sign in to comment.