Skip to content

Commit

Permalink
update KEP 2227: implementation history
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu committed Aug 15, 2022
1 parent 8a74c32 commit dcb5e3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion keps/sig-cli/2227-kubectl-default-container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,12 +310,19 @@ resource usage (CPU, RAM, disk, IO, ...) in any components?**

## Implementation History

2021-03-10: Alpha implementation completion in 1.21
2021-03-10(v1.21) Alpha: implementation completion
- https://github.com/kubernetes/kubernetes/pull/97099
- https://github.com/kubernetes/kubernetes/pull/99615
- https://github.com/kubernetes/kubernetes/pull/99581
- https://github.com/kubernetes/kubernetes/pull/99833

2021-10-28(v1.24): make 'kubectl logs' default to the first container when default container cannot be
determined or found by annotations
- https://github.com/kubernetes/kubernetes/pull/105964

2022-04-05(v1.25) Beta: remove deprecated message of `kubectl.kubernetes.io/default-logs-container`
- https://github.com/kubernetes/kubernetes/pull/109254

## Drawbacks

It is not generic for other clients like go-client for kubernetes.
Expand Down
12 changes: 6 additions & 6 deletions keps/sig-cli/2227-kubectl-default-container/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ authors:
- "@pacoxu"
owning-sig: sig-cli
participating-sigs:
status: implementable
status: implemented
creation-date: 2020-12-16
last-updated: 2021-03-10
last-updated: 2022-08-15
reviewers:
- "@dougsland"
- "@eddiezane"
Expand All @@ -22,18 +22,18 @@ prr-approvers:
see-also:

# The target maturity stage in the current dev cycle for this KEP.
stage: alpha
stage: beta

# The most recent milestone for which work toward delivery of this KEP has been
# done. This can be the current (upcoming) milestone, if it is being actively
# worked on.
latest-milestone: "v1.21"
latest-milestone: "v1.25"

# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.21"
beta: "v1.23"
stable: "v1.25"
beta: "v1.25"
stable: "v1.27"

# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
Expand Down

0 comments on commit dcb5e3d

Please sign in to comment.