mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 23:12:10 -03:30
* chore(helm-apps): fix README example README shows a non-working example according to the specs for this role. * Add support for kubelet-csr-approver Co-Authored-By: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * Add tests for kubelet-csr-approver Co-Authored-By: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * Add Documentation for Kubelet CSR Approver Co-Authored-By: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Co-authored-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
12 lines
291 B
YAML
12 lines
291 B
YAML
---
|
|
# Instance settings
|
|
cloud_image: debian-11
|
|
mode: default
|
|
|
|
# Kubespray settings
|
|
kubelet_rotate_server_certificates: true
|
|
kubelet_csr_approver_enabled: true
|
|
kubelet_csr_approver_values:
|
|
# Do not check DNS resolution in testing (not recommended in production)
|
|
bypassDnsResolution: true
|