@@ -84,8 +84,8 @@ tags, and then generate with `hack/update-toc.sh`.
84
84
- [ Non-Goals] ( #non-goals )
85
85
- [ Proposal] ( #proposal )
86
86
- [ Component Flags] ( #component-flags )
87
- - [ < code > --emulation-version</ code > ] ( # )
88
- - [ < code > --min-compatibility-version</ code > ] ( #-1 )
87
+ - [ --emulation-version] ( #--emulation-version )
88
+ - [ --min-compatibility-version] ( #--min-compatibility-version )
89
89
- [ Changes to Feature Gates] ( #changes-to-feature-gates )
90
90
- [ Feature Gate Lifecycles] ( #feature-gate-lifecycles )
91
91
- [ Feature gating changes] ( #feature-gating-changes )
@@ -173,7 +173,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
173
173
174
174
## Summary
175
175
176
- We intend to introduce a version compatibility and emulation options to
176
+ We intend to introduce version compatibility and emulation options to
177
177
Kubernetes control plane components to make upgrades safer by increasing the
178
178
granularity of steps available to cluster administrators. We will introduce
179
179
` --emulation-version ` flag to emulate the behavior (APIs, features, ...) of a
@@ -288,7 +288,7 @@ release for features to settle in as is typically needed for rollback support.
288
288
289
289
### Component Flags
290
290
291
- #### ` --emulation-version `
291
+ #### --emulation-version
292
292
293
293
- Defaults to ` binaryVersion ` (matching current behavior)
294
294
- Must be <= ` binaryVersion `
@@ -307,7 +307,7 @@ using emulation versions when they are in use. So not only must a kubelet
307
307
version be <= the kube-apiserver binary version, it must also be <= the
308
308
` --emulation-version ` of the kube-apiserver.
309
309
310
- #### ` --min-compatibility-version `
310
+ #### --min-compatibility-version
311
311
312
312
- Defaults to ` binaryVersion-1 ` (matching current behavior)
313
313
- Must be <= ` --emulation-version `
0 commit comments