Skip to content

Commit 31df2e4

Browse files
author
Ricardo Katz
committed
Withdrawn network policy status implementation
1 parent 475b18a commit 31df2e4

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

keps/sig-network/2943-networkpolicy-status/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ For each of them, fill in the following information by copying the below templat
450450
## Implementation History
451451

452452
- 2022-02-01 Initial KEP
453+
- 2032-01-12 Feature has been withdrawn and will be removed from the code
453454

454455
## Drawbacks
455456

keps/sig-network/2943-networkpolicy-status/kep.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kep-number: 2943
33
authors:
44
- "@rikatz"
55
owning-sig: sig-network
6-
status: implementable
6+
status: withdrawn
77
creation-date: 2021-09-06
88
reviewers:
99
- "@thockin"
@@ -15,28 +15,23 @@ approvers:
1515
- "@thockin"
1616

1717
# The target maturity stage in the current dev cycle for this KEP.
18-
stage: alpha
18+
stage:
1919

2020
see-also:
2121
- "/keps/sig-network/2079-network-policy-port-range"
2222

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

2828
# The milestone at which this feature was, or is targeted to be, at each stage.
2929
milestone:
30-
alpha: "v1.24"
30+
alpha:
3131

3232
# The following PRR answers are required at alpha release
3333
# List the feature gate name and the components for which it must be enabled
34-
feature-gates:
35-
- name: NetworkPolicyStatus
36-
components:
37-
- kube-apiserver
38-
disable-supported: true
34+
feature-gates: []
3935

4036
# The following PRR answers are required at beta release
41-
metrics:
42-
- network_policy_status
37+
metrics: []

0 commit comments

Comments
 (0)