https://github.com/fluencelabs/spectrum
https://github.com/fluencelabs/spectrum
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fluencelabs/spectrum
- Owner: fluencelabs
- Created: 2024-11-04T09:48:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-27T02:24:45.000Z (5 months ago)
- Last Synced: 2026-01-27T11:11:51.537Z (5 months ago)
- Language: HCL
- Size: 466 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
```