Skip to content

Commit 047e6ad

Browse files
author
Ray Wainman
committed
more anchor fixes
1 parent 6214833 commit 047e6ad

File tree

1 file changed

+4
-4
lines changed
  • vertical-pod-autoscaler/enhancements/4016-in-place-updates-support

1 file changed

+4
-4
lines changed

vertical-pod-autoscaler/enhancements/4016-in-place-updates-support/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- [Proposal](#proposal)
99
- [Context](#context)
1010
- [Design Details](#design-details)
11-
- [1. Applying Updates During Pod Admission](#applying-updates-during-pod-admission)
12-
- [2. In-Place Updates](#in-place-updates)
11+
- [Applying Updates During Pod Admission](#applying-updates-during-pod-admission)
12+
- [In-Place Updates](#in-place-updates)
1313
- [Comparison of `UpdateMode`s](#comparison-of-updatemodes)
1414
- [Test Plan](#test-plan)
1515
- [Implementation History](#implementation-history)
@@ -130,12 +130,12 @@ We classify two types of updates in the context of this new mode:
130130
1. Updates on pod admission
131131
2. In-place updates
132132

133-
### 1. Applying Updates During Pod Admission
133+
### Applying Updates During Pod Admission
134134

135135
For VPAs using the new `InPlaceOrRecreate` mode, the VPA Admission Controller will apply updates to
136136
starting pods just as it does for VPAs in `Initial`, `Auto`, and `Recreate` modes.
137137

138-
### 2. In-Place Updates
138+
### In-Place Updates
139139

140140
In the `InPlaceOrRecreate` modes, and for updates that require a container restart, the VPA updater
141141
will attempt to apply updates in place. It will update them under the same conditions that would

0 commit comments

Comments
 (0)