Skip to content

Commit ed85878

Browse files
authored
Merge pull request #47077 from RichardSufliarsky/patch-1
fix typo: extraMounts -> extraVolumes
2 parents 5864cd0 + b56a4f4 commit ed85878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-reconfigure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ keys must be reflected in the associated files in the manifests directory on a c
8686

8787
Such changes may include:
8888
- `extraArgs` - requires updating the list of flags passed to a component container
89-
- `extraMounts` - requires updated the volume mounts for a component container
90-
- `*SANs` - requires writing new certificates with updated Subject Alternative Names.
89+
- `extraVolumes` - requires updating the volume mounts for a component container
90+
- `*SANs` - requires writing new certificates with updated Subject Alternative Names
9191

9292
Before proceeding with these changes, make sure you have backed up the directory `/etc/kubernetes/`.
9393

0 commit comments

Comments
 (0)