Skip to content

fluencelabs/spectrum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spectrum

How to create a cluster from PR

Prerequisites

Minimal

  • github cli - to download kubeconfig from PR workflow run
  • kubectl - to access the cluster
  • just - simple make alternative

Create a cluster

Create a PR with changes and add a comment to PR:

/create

This will trigger the workflow that will setup talos cluster from you PR. Comment

/help

to see all available commands.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages