Skip to content

Commit 1c2a1e6

Browse files
author
Han Kang
committed
minor corrections to text
1 parent 7a734a8 commit 1c2a1e6

File tree

1 file changed

+10
-9
lines changed
  • keps/sig-api-machinery/4330-compatibility-versions

1 file changed

+10
-9
lines changed

keps/sig-api-machinery/4330-compatibility-versions/README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ Kubernetes control-plane, by means of:
187187
- (starting point) binary-version 1.28 (compat-version 1.28)
188188
- upgrade binary-version to 1.31 (compat-version stays at 1.28 - this is our skip-level binary upgrade)
189189
- keep binary-version 1.31 while upgrading compat-version to 1.29 (stepwise upgrade of compatibility)
190-
- keep binary-version 1.31 while upgrading compat-version to 1.29 (stepwise upgrade of compatibility)
191190
- keep binary-version 1.31 while upgrading compat-version to 1.30 (stepwise upgrade of compatibility)
191+
- keep binary-version 1.31 while upgrading compat-version to 1.31 (stepwise upgrade of compatibility)
192192

193193

194194
### Goals
@@ -198,7 +198,7 @@ Kubernetes control-plane, by means of:
198198
- A Kubernetes binary with compatibility version set to N, will pass the
199199
conformance and e2e tests from Kubernetes release version N.
200200
- A Kubernetes binary with compatibility version set to N does not enable any
201-
changes (storage versions, CEL feature, feawtures) that would prevent it
201+
changes (storage versions, CEL feature, features) that would prevent it
202202
from being rolled back to N-1.
203203
- The most recent Kubernetes version supports compatiblity version being set to
204204
the full range of supported versions (N..N-3).
@@ -226,11 +226,12 @@ type FeatureSpec struct {
226226
}
227227
```
228228

229-
When a component starts, feature gates will be compared against the compatibility version to
230-
determine which features to enable for that compatibility version.
229+
When a component starts, feature gates will be compared against the
230+
compatibility version to determine which features to enable for that
231+
compatibility version.
231232

232-
Similarily, StorageVersions, APIs and CEL features will be versioned such that configured
233-
to match a compatibbility version.
233+
Similarily, StorageVersions, APIs and CEL features will be versioned such that
234+
configured to match a compatibbility version.
234235

235236
### User Stories (Optional)
236237

@@ -243,9 +244,9 @@ bogged down.
243244

244245
#### Story 1
245246

246-
A cluster administrator is running Kubernetes 1.30.12 and wishes to perform a cautious
247-
upgrade to 1.31.5 using the smallest upgrade steps possible, validaing the health
248-
of the cluster between each step.
247+
A cluster administrator is running Kubernetes 1.30.12 and wishes to perform a
248+
cautious upgrade to 1.31.5 using the smallest upgrade steps possible, validating
249+
the health of the cluster between each step.
249250

250251
- For each control plane component, in the [recommended
251252
order](https://kubernetes.io/releases/version-skew-policy/):

0 commit comments

Comments
 (0)