k3s-io / k3s-ansible

Apache License 2.0
1.89k stars 780 forks source link

feat: Add support using Docker runtime & allow setting of node name per node #322

Closed shanedell closed 2 months ago

shanedell commented 3 months ago

Changes

Add support using Docker runtime. Allow setting of node name per node.

Linked Issues

dereknola commented 3 months ago

The intent for this ansible playbook is as stated:

https://github.com/k3s-io/k3s-ansible?tab=readme-ov-file#need-more-features This project is intended to provide a "vanilla" K3s install

That means using the default CRI containerd. This repo is not intended to exercise every possible option that K3s provides. If you want to make major modifications to it, feel free to fork the repo.

Also if you want to run k3s under docker I would highly recommend looking at:

https://k3d.io/