Skip to content
Snippets Groups Projects
Verified Commit 3a421a42 authored by Varac's avatar Varac
Browse files

Document custom rke config in settings.yml.example

parent 9a6c96ad
No related branches found
No related tags found
No related merge requests found
......@@ -19,3 +19,12 @@ helmfiles:
- 10-nginx
- 15-monitoring
- 20-nextcloud
# Optional, custom rke config. I.e., allow disabling ipv6 in pods by
# passing adding an additional argument to the kubelet:
# `--allowed-unsafe-sysctls net.ipv6.conf.all.disable_ipv6`
#
# rke_custom_config:
# services:
# kubelet:
# extra_args:
# allowed-unsafe-sysctls: 'net.ipv6.conf.all.disable_ipv6'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment