fourstepper / k0s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k0s

A git repository containing definitions of my running clusters.

Bootstrap steps

Generate config for a new cluster:

k0sctl init > newcluster.yaml

Apply and generate kubeconfig:

k0sctl apply --config newcluster.yaml --kubeconfig-out ~/.kube/new-cluster-config

About

License:MIT License