docs: added recently configurable items

!7
This commit is contained in:
2023-11-13 17:53:06 +09:30
parent 1a0407a901
commit 3198b5d2f9

View File

@ -22,9 +22,15 @@ This role deploys a K3s cluster. In addition it has the following features:
- etcd snapshot cron schedule
- etcd snapshot retention
- Cluster Domain
- Configure System reserved CPU, Storage and Memory.
- Node Labels
- Service Load Balancer Namespace
- _[ToDo-#3](https://gitlab.com/nofusscomputing/projects/ansible/kubernetes/-/issues/3)_ Encryption between nodes (Wireguard)
- [Firewall configured for kubernetes host](firewall.md)
@ -64,6 +70,6 @@ If the playbook is setup as per [our recommendation](ansible.md) step 2 onwards
``` yaml title="defaults/main.yaml" linenums="1"
--8<-- "defaults/main.yaml"
--8<-- "defaults/main.yml"
```