An open API service indexing awesome lists of open source software.

https://github.com/fluencelabs/spectrum


https://github.com/fluencelabs/spectrum

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# spectrum

## How to create a cluster from PR

### Prerequisites

#### Minimal

- [github cli](https://cli.github.com/) - to download kubeconfig from PR workflow run
- [kubectl](https://kubernetes.io/docs/tasks/tools/) - to access the cluster
- [just](https://github.com/casey/just?tab=readme-ov-file#packages) - simple make alternative

#### Create a cluster

Create a PR with changes and add a a label `create` to PR.

#### Download and export kubeconfig

After cluster is setup run

```
just download
export KUBECONFIG=./kubeconfig
```

#### Start using the cluster

https://kubernetes.io/docs/reference/kubectl/quick-reference/

## Misc

### Accessing kubernetes dashboard

```
kubectl -n kubernetes-dashboard create token kubernetes-dashboard-admin
```