Document how to use kubeadm patches

This commit is contained in:
Max Gautier
2024-09-10 17:34:04 +02:00
parent 8e254ec1e8
commit c87097fc35
5 changed files with 32 additions and 21 deletions

View File

@@ -1,6 +1,12 @@
---
kubeadm_patches_dir: "{{ kube_config_dir }}/patches"
kubeadm_patches: []
# See https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/control-plane-flags/#patches
# Correspondance with this link
# patchtype = type
# target = target
# suffix -> managed automatically
# extension -> always "yaml"
# kubeadm_patches:
# - target: kube-apiserver|kube-controller-manager|kube-scheduler|etcd|kubeletconfiguration
# type: strategic(default)|json|merge