Add setting to allow_scheduling_on_control_plane

This commit is contained in:
Marco Nenciarini
2022-02-07 16:09:46 +01:00
parent ee7a0af8aa
commit 7e6eb731dd
6 changed files with 22 additions and 8 deletions

View File

@@ -29,3 +29,6 @@ agents_num = 2
# If you want to use letsencrypt with tls Challenge, the email address is used to send you certificates expiration notices
# traefik_acme_tls = true
# traefik_acme_email = "mail@example.com"
# If you want to allow non-control-plane workloads to run on the control-plane nodes set "true" below. The default is "false".
# allow_scheduling_on_control_plane = true