An open API service indexing awesome lists of open source software.

https://github.com/magicmark/bootstrap-k8s


https://github.com/magicmark/bootstrap-k8s

Last synced: 8 months ago
JSON representation

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.
```