-
Notifications
You must be signed in to change notification settings - Fork 15
chore: remove microshift installation #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
|  | ||
| [](https://github.com/sustainable-computing-io/local-dev-cluster/actions/workflows/test.yml) | ||
|
|
||
| This repo provides the scripts to create a local [kubernetes](kind/kind.sh)/[openshift](microshift/microshift.sh) | ||
| This repo provides the scripts to create a local [kubernetes](kind/kind.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. | ||
|
|
||
|
|
@@ -39,23 +39,13 @@ Will setup container runtime on your host instance. | |
|
|
||
| 1. Modify kind [config](./kind/manifests/kind.yml) to make sure `extraMounts:` cover | ||
| the linux header and BCC. | ||
| 1. Export `CLUSTER_PROVIDER` env variable: | ||
|
|
||
| ```bash | ||
| export CLUSTER_PROVIDER=kind | ||
|
|
||
| or | ||
|
|
||
| export CLUSTER_PROVIDER=microshift | ||
| ``` | ||
|
|
||
| 1. To setup local env run: | ||
| 2. To setup local env run: | ||
|
|
||
| ```bash | ||
| ./main.sh up | ||
| ``` | ||
|
|
||
| 1. To tear down local env run: | ||
| 3. To tear down local env run: | ||
|
|
||
| ```bash | ||
| ./main.sh down | ||
|
|
@@ -67,8 +57,6 @@ Will setup container runtime on your host instance. | |
| ```sh | ||
| #.env | ||
|
|
||
| CLUSTER_PROVIDER=microshift | ||
| CLUSTER_NAME=microshift | ||
| PROMETHEUS_ENABLE=false | ||
| GRAFANA_ENABLE=false | ||
| TEKTON_ENABLE=false | ||
|
|
@@ -81,10 +69,6 @@ Will setup container runtime on your host instance. | |
| ./main.sh up | ||
| ``` | ||
|
|
||
| 1. kubeconfig | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we should keep this.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you explain why we need to keep this?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. we still have kind provider in this repo, so when people use kind to set up their cluster with this repo. he/she should get kubeconfig for kind. |
||
|
|
||
| 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`. | ||
|
|
||
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo: update this part later on.