Ansible playbooks to setup kata containers for K8S
- Ansible
- Make
- cowsay
If you are on a debian-based system,simply run:
curl -sSL https://raw.githubusercontent.com/robbmue/katanetes/master/install.sh | bash -
- Install the requirents
- Clone the repository:
git clone git@github.com:robbmue/katanetes.git && cd katanetes
- Configure the inventory:
vim hosts
- Lets go:
make
- Clone the repository:
git clone git@github.com:robbmue/katanetes.git && cd katanetes
- Edit the inventory:
vim hosts
[k8smaster] localhost [k8sworker] k8sworker1 k8sworker2 k8sworker3
- Run the container:
docker run -it --rm -v ~/<somewhere>/hosts:/katanetes/hosts robbmue/katanetes
This repo is yet to be final. We do our best. Your PullRequests are welcome!