https://github.com/magicmark/bootstrap-k8s
https://github.com/magicmark/bootstrap-k8s
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/magicmark/bootstrap-k8s
- Owner: magicmark
- Created: 2021-01-10T07:33:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T02:17:31.000Z (over 5 years ago)
- Last Synced: 2025-08-16T17:02:46.540Z (8 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bootstrap-k8s
A script to set up a single master+node
## Usage
Works with ubuntu 20.x
```bash
curl -L https://raw.githubusercontent.com/magicmark/bootstrap-k8s/main/bootstrap.sh > bootstrap.sh
chmod +x bootstrap.sh
sudo ./bootstrap.sh # warning - uses sudo. use at your own risk.
```