Merge pull request #47077 from RichardSufliarsky/patch-1

fix typo: extraMounts -> extraVolumes
pull/47083/head
Kubernetes Prow Robot 2024-07-03 17:09:20 -07:00 committed by GitHub
commit ed858781d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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/`.