https://github.com/fourstepper/k0s
https://github.com/fourstepper/k0s
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fourstepper/k0s
- Owner: fourstepper
- License: mit
- Created: 2023-11-19T18:28:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T18:28:42.000Z (over 2 years ago)
- Last Synced: 2025-10-19T18:03:11.285Z (9 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k0s
A git repository containing definitions of my running clusters.
## Bootstrap steps
Generate config for a new cluster:
```bash
k0sctl init > newcluster.yaml
```
Apply and generate kubeconfig:
```bash
k0sctl apply --config newcluster.yaml --kubeconfig-out ~/.kube/new-cluster-config
```