raspbernetes / k8s-cluster-installation

Bootstrap a k8s cluster with Ansible
https://raspbernetes.github.io/
Apache License 2.0
114 stars 32 forks source link

Feature/container runtime role #121

Closed rkage closed 3 years ago

rkage commented 3 years ago

Description

This changes the implementation of the cri role, thus renamed to container-runtime. In short, each runtime is implemented as a role beneath the main role. This allows for additional runtimes to be implemented as roles and organized within this structure.

Checklist