Skip to content

Commit 80ca232

Browse files
authored
Merge pull request kubernetes#2613 from ehashman/sysctls
Mark sysctls as implemented
2 parents 304a50c + 901b61b commit 80ca232

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

keps/sig-node/34-sysctl-fields/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,9 @@ SLOs do not apply, N/A.
425425
- 2018-06-06: [Promote sysctl annotations to fields](https://github.com/kubernetes/kubernetes/pull/63717)
426426
- 2018-06-14: [Update sysctls to beta on website](https://github.com/kubernetes/website/pull/8804)
427427
- 2019-07-02: [Add allowed sysctl to KubeletConfiguration](https://github.com/kubernetes/kubernetes/pull/72974)
428-
- 2021-02-08: Update KEP with final graduation criteria/complete PRR questionnaire
428+
- 2021-02-08: [Update KEP with final graduation criteria/complete PRR questionnaire](https://github.com/kubernetes/enhancements/pull/2471)
429+
- 2021-02-24: [Sysctls graduated to GA](https://github.com/kubernetes/kubernetes/pull/99158)
430+
- 2021-03-26: [Sysctls added to conformance tests](https://github.com/kubernetes/kubernetes/pull/99734)
429431

430432
## Drawbacks / Alternatives
431433

keps/sig-node/34-sysctl-fields/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ prr-approvers:
1515
- "@johnbelamaric"
1616
editor:
1717
creation-date: 2018-04-30
18-
last-updated: 2021-02-08
19-
status: implementable
18+
last-updated: 2021-04-08
19+
status: implemented
2020

2121
# The target maturity stage in the current dev cycle for this KEP.
2222
stage: stable

0 commit comments

Comments
 (0)