Skip to content

Commit c60ad0e

Browse files
committed
convert to new dir structure
1 parent ac2ede1 commit c60ad0e

File tree

2 files changed

+41
-27
lines changed

2 files changed

+41
-27
lines changed

keps/sig-api-machinery/20190927-insecure-backend-proxy.md renamed to keps/sig-api-machinery/1295-insecure-backend-proxy/README.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,4 @@
1-
---
2-
title: Insecure Backend Proxy
3-
authors:
4-
- "@deads2k"
5-
owning-sig: sig-api-machinery
6-
participating-sigs:
7-
- sig-api-machinery
8-
- sig-auth
9-
- sig-cli
10-
reviewers:
11-
- "@sttts"
12-
- "@cheftako"
13-
- "@liggitt"
14-
- "@soltysh"
15-
approvers:
16-
- "@lavalamp"
17-
- "@mikedanese"
18-
editor: TBD
19-
creation-date: 2019-09-27
20-
last-updated: 2019-09-27
21-
status: implementable
22-
see-also:
23-
replaces:
24-
superseded-by:
25-
---
26-
27-
# Insecure Backend Proxy
1+
# KEP-1295: Insecure Backend Proxy
282

293
When trying to get logs for a pod, it is possible for a kubelet to have an expired serving certificate.
304
If a client chooses, it should be possible to bypass the default behavior of the kube-apiserver and allow the kube-apiserver
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
title: Insecure Backend Proxy
2+
kep-number: 1295
3+
authors:
4+
- "@deads2k"
5+
owning-sig: sig-api-machinery
6+
participating-sigs:
7+
- sig-api-machinery
8+
- sig-auth
9+
- sig-cli
10+
status: implemented
11+
creation-date: 2019-09-27
12+
reviewers:
13+
- "@sttts"
14+
- "@cheftako"
15+
- "@liggitt"
16+
- "@soltysh"
17+
approvers:
18+
- "@lavalamp"
19+
- "@mikedanese"
20+
see-also:
21+
22+
# The target maturity stage in the current dev cycle for this KEP.
23+
stage: beta
24+
25+
# The most recent milestone for which work toward delivery of this KEP has been
26+
# done. This can be the current (upcoming) milestone, if it is being actively
27+
# worked on.
28+
latest-milestone: "v1.17"
29+
30+
# The milestone at which this feature was, or is targeted to be, at each stage.
31+
milestone:
32+
beta: "v1.17"
33+
34+
# The following PRR answers are required at alpha release
35+
# List the feature gate name and the components for which it must be enabled
36+
feature-gates:
37+
- name: AllowInsecureBackendProxy
38+
components:
39+
- kube-apiserver
40+
disable-supported: true

0 commit comments

Comments
 (0)