From b56a4f4e4352288177b6d94e71b6aa3309c52262 Mon Sep 17 00:00:00 2001 From: Richard Sufliarsky <31887324+RichardSufliarsky@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:31:42 +0200 Subject: [PATCH] fix typo: extraMounts -> extraVolumes --- .../tasks/administer-cluster/kubeadm/kubeadm-reconfigure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconfigure.md b/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconfigure.md index d2d6a83d35..99a28ed237 100644 --- a/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconfigure.md +++ b/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconfigure.md @@ -86,8 +86,8 @@ keys must be reflected in the associated files in the manifests directory on a c Such changes may include: - `extraArgs` - requires updating the list of flags passed to a component container -- `extraMounts` - requires updated the volume mounts for a component container -- `*SANs` - requires writing new certificates with updated Subject Alternative Names. +- `extraVolumes` - requires updating the volume mounts for a component container +- `*SANs` - requires writing new certificates with updated Subject Alternative Names Before proceeding with these changes, make sure you have backed up the directory `/etc/kubernetes/`.