Skip to content

Commit c6c0d67

Browse files
committed
remove markup from section titles
1 parent be46376 commit c6c0d67

File tree

1 file changed

+5
-5
lines changed
  • keps/sig-architecture/4330-compatibility-versions

1 file changed

+5
-5
lines changed

keps/sig-architecture/4330-compatibility-versions/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ tags, and then generate with `hack/update-toc.sh`.
8484
- [Non-Goals](#non-goals)
8585
- [Proposal](#proposal)
8686
- [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)
8989
- [Changes to Feature Gates](#changes-to-feature-gates)
9090
- [Feature Gate Lifecycles](#feature-gate-lifecycles)
9191
- [Feature gating changes](#feature-gating-changes)
@@ -173,7 +173,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
173173

174174
## Summary
175175

176-
We intend to introduce a version compatibility and emulation options to
176+
We intend to introduce version compatibility and emulation options to
177177
Kubernetes control plane components to make upgrades safer by increasing the
178178
granularity of steps available to cluster administrators. We will introduce
179179
`--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.
288288

289289
### Component Flags
290290

291-
#### `--emulation-version`
291+
#### --emulation-version
292292

293293
- Defaults to `binaryVersion` (matching current behavior)
294294
- Must be <= `binaryVersion`
@@ -307,7 +307,7 @@ using emulation versions when they are in use. So not only must a kubelet
307307
version be <= the kube-apiserver binary version, it must also be <= the
308308
`--emulation-version` of the kube-apiserver.
309309

310-
#### `--min-compatibility-version`
310+
#### --min-compatibility-version
311311

312312
- Defaults to `binaryVersion-1` (matching current behavior)
313313
- Must be <= `--emulation-version`

0 commit comments

Comments
 (0)