Skip to content

Commit 5f128c7

Browse files
committed
Migrate some apps KEPs to new template
1 parent 8c40116 commit 5f128c7

File tree

8 files changed

+91
-101
lines changed

8 files changed

+91
-101
lines changed

keps/sig-apps/0026-ttl-after-finish.md renamed to keps/sig-apps/592-ttl-after-finish/README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
---
2-
title: TTL After Finished
3-
authors:
4-
- "@janetkuo"
5-
owning-sig: sig-apps
6-
participating-sigs:
7-
- sig-api-machinery
8-
reviewers:
9-
- "@enisoc"
10-
- "@tnozicka"
11-
approvers:
12-
- "@kow3ns"
13-
editor: TBD
14-
creation-date: 2018-08-16
15-
last-updated: 2018-08-16
16-
status: provisional
17-
see-also:
18-
- n/a
19-
replaces:
20-
- n/a
21-
superseded-by:
22-
- n/a
23-
---
24-
251
# TTL After Finished Controller
262

273
## Table of Contents
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
title: TTL After Finished
2+
kep-number: 592
3+
authors:
4+
- "@janetkuo"
5+
owning-sig: sig-apps
6+
participating-sigs:
7+
- sig-api-machinery
8+
reviewers:
9+
- "@enisoc"
10+
- "@tnozicka"
11+
approvers:
12+
- "@kow3ns"
13+
editor: TBD
14+
creation-date: 2018-08-16
15+
last-updated: 2018-08-16
16+
status: provisional
17+
see-also:
18+
- n/a
19+
replaces:
20+
- n/a
21+
superseded-by:
22+
- n/a

keps/sig-apps/0032-portable-service-definitions.md renamed to keps/sig-apps/706-portable-service-definitions/README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
1-
# KEP: Portable Service Definitions
2-
3-
---
4-
title: Portable Service Definitions
5-
authors:
6-
- "@mattfarina"
7-
owning-sig: sig-apps
8-
participating-sigs:
9-
- sig-service-catalog
10-
reviewers:
11-
- "@carolynvs"
12-
- "@kibbles-n-bytes"
13-
- "@duglin"
14-
- "@jboyd01"
15-
- "@prydonius"
16-
- "@kow3ns"
17-
approvers:
18-
- "@mattfarina"
19-
- "@prydonius"
20-
- "@kow3ns"
21-
editor: TBD
22-
creation-date: 2018-11-13
23-
last-updated: 2018-11-19
24-
status: provisional
25-
see-also:
26-
replaces:
27-
superseded-by:
28-
---
29-
301
# Portable Service Definitions
312

323
## Table of Contents
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
title: Portable Service Definitions
2+
kep-number: 706
3+
authors:
4+
- "@mattfarina"
5+
owning-sig: sig-apps
6+
participating-sigs:
7+
- sig-service-catalog
8+
reviewers:
9+
- "@carolynvs"
10+
- "@kibbles-n-bytes"
11+
- "@duglin"
12+
- "@jboyd01"
13+
- "@prydonius"
14+
- "@kow3ns"
15+
approvers:
16+
- "@mattfarina"
17+
- "@prydonius"
18+
- "@kow3ns"
19+
editor: TBD
20+
creation-date: 2018-11-13
21+
last-updated: 2018-11-19
22+
status: provisional
23+
see-also:
24+
replaces:
25+
superseded-by:

keps/sig-apps/20190226-maxunavailable-for-statefulsets.md renamed to keps/sig-apps/961-maxunavailable-for-statefulset/README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
---
2-
title: Implement maxUnavailable for StatefulSets
3-
authors:
4-
- "@krmayankk"
5-
owning-sig: sig-apps
6-
participating-sigs:
7-
- sig-apps
8-
reviewers:
9-
- "@janetkuo"
10-
- "@kow3ns"
11-
approvers:
12-
- "@janetkuo"
13-
- "@kow3ns"
14-
editor: TBD
15-
creation-date: 2018-12-29
16-
last-updated: 2019-08-10
17-
status: implementable
18-
see-also:
19-
- n/a
20-
replaces:
21-
- n/a
22-
superseded-by:
23-
- n/a
24-
---
25-
261
# Implement maxUnavailable in StatefulSet
272

283
## Table of Contents
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
title: Implement maxUnavailable for StatefulSets
2+
kep-number: 961
3+
authors:
4+
- "@krmayankk"
5+
owning-sig: sig-apps
6+
participating-sigs:
7+
- sig-apps
8+
reviewers:
9+
- "@janetkuo"
10+
- "@kow3ns"
11+
approvers:
12+
- "@janetkuo"
13+
- "@kow3ns"
14+
editor: TBD
15+
creation-date: 2018-12-29
16+
last-updated: 2019-08-10
17+
status: implementable
18+
see-also:
19+
- n/a
20+
replaces:
21+
- n/a
22+
superseded-by:
23+
- n/a

keps/sig-apps/20190412-pdb-support-for-custom-resources-with-scale-subresource.md renamed to keps/sig-apps/981-poddisruptionbudget-for-custom-resources/README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,3 @@
1-
---
2-
title: pdb-support-for-custom-resources-with-scale-subresource
3-
authors:
4-
- "@mortent"
5-
owning-sig: sig-apps
6-
participating-sigs:
7-
- sig-scheduling
8-
- sig-autoscaling
9-
reviewers:
10-
- "@kow3ns"
11-
- "@janetkuo"
12-
approvers:
13-
- "@kow3ns"
14-
- "@janetkuo"
15-
editor: TBD
16-
creation-date: 2019-04-12
17-
last-updated: 2019-04-12
18-
status: implementable
19-
see-also:
20-
replaces:
21-
superseded-by:
22-
---
23-
241
# PDB support for custom resources with scale subresource
252

263
## Table of Contents
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title: pdb-support-for-custom-resources-with-scale-subresource
2+
kep-number: 981
3+
authors:
4+
- "@mortent"
5+
owning-sig: sig-apps
6+
participating-sigs:
7+
- sig-scheduling
8+
- sig-autoscaling
9+
reviewers:
10+
- "@kow3ns"
11+
- "@janetkuo"
12+
approvers:
13+
- "@kow3ns"
14+
- "@janetkuo"
15+
editor: TBD
16+
creation-date: 2019-04-12
17+
last-updated: 2019-04-12
18+
status: implementable
19+
see-also:
20+
replaces:
21+
superseded-by:

0 commit comments

Comments
 (0)