Skip to content

Commit 07e79e6

Browse files
author
Ricardo Katz
committed
Fix kep config for netpol status
1 parent 31df2e4 commit 07e79e6

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +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
453+
- 2023-01-12 Feature has been withdrawn and will be removed from the code
454454

455455
## Drawbacks
456456

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,28 @@ approvers:
1515
- "@thockin"
1616

1717
# The target maturity stage in the current dev cycle for this KEP.
18-
stage:
18+
stage: alpha
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:
26+
latest-milestone: "v1.27"
2727

2828
# The milestone at which this feature was, or is targeted to be, at each stage.
2929
milestone:
30-
alpha:
30+
alpha: "v1.24"
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: []
34+
feature-gates:
35+
- name: NetworkPolicyStatus
36+
components:
37+
- kube-apiserver
38+
disable-supported: true
3539

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

0 commit comments

Comments
 (0)