Skip to content

Commit 846705f

Browse files
authored
Merge pull request kubernetes#2533 from wojtek-t/migrate_cloud_provider_keps
Migrate remaining cloud-provider KEPs to new template
2 parents 46dc46c + 23ed94d commit 846705f

File tree

8 files changed

+71
-85
lines changed

8 files changed

+71
-85
lines changed

keps/sig-cloud-provider/providers/0004-cloud-provider-template.md renamed to keps/sig-cloud-provider/providers/0000-cloud-provider-template/README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,3 @@
1-
---
2-
kep-number: 4
3-
title: Cloud Provider Template
4-
authors:
5-
- "@janedoe"
6-
owning-sig: sig-cloud-provider
7-
participating-sigs:
8-
- sig-aaa
9-
- sig-bbb
10-
reviewers:
11-
- TBD
12-
- "@alicedoe"
13-
approvers:
14-
- "@andrewsykim"
15-
- "@hogepodge"
16-
- "@jagosan"
17-
editor: TBD
18-
creation-date: yyyy-mm-dd
19-
last-updated: yyyy-mm-dd
20-
status: provisional
21-
see-also:
22-
- KEP-1
23-
- KEP-2
24-
replaces:
25-
- KEP-3
26-
superseded-by:
27-
- KEP-100
28-
---
29-
301
# Cloud Provider FooBar
312

323
This is a KEP template, outlining how to propose a new cloud provider into the Kubernetes ecosystem.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
title: Cloud Provider Template
2+
kep-number: 0000
3+
authors:
4+
- "@janedoe"
5+
owning-sig: sig-cloud-provider
6+
participating-sigs:
7+
- sig-aaa
8+
- sig-bbb
9+
reviewers:
10+
- TBD
11+
- "@alicedoe"
12+
approvers:
13+
- "@andrewsykim"
14+
- "@hogepodge"
15+
- "@jagosan"
16+
editor: TBD
17+
creation-date: yyyy-mm-dd
18+
last-updated: yyyy-mm-dd
19+
status: provisional
20+
see-also:
21+
- KEP-1
22+
- KEP-2
23+
replaces:
24+
- KEP-3
25+
superseded-by:
26+
- KEP-100

keps/sig-cloud-provider/providers/0020-cloud-provider-alibaba-cloud.md renamed to keps/sig-cloud-provider/providers/2530-alibaba-cloud/README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
---
2-
title: Cloud Provider for Alibaba Cloud
3-
authors:
4-
- "@aoxn"
5-
owning-sig: sig-cloud-provider
6-
reviewers:
7-
- "@andrewsykim"
8-
approvers:
9-
- "@andrewsykim"
10-
- "@hogepodge"
11-
- "@jagosan"
12-
editor: TBD
13-
creation-date: 2018-06-20
14-
last-updated: 2018-06-20
15-
status: provisional
16-
---
17-
181
# Cloud Provider for Alibaba Cloud
192

203
This is a KEP for adding ```Cloud Provider for Alibaba Cloud``` into the Kubernetes ecosystem.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
title: Cloud Provider for Alibaba Cloud
2+
kep-number: 2530
3+
authors:
4+
- "@aoxn"
5+
owning-sig: sig-cloud-provider
6+
reviewers:
7+
- "@andrewsykim"
8+
approvers:
9+
- "@andrewsykim"
10+
- "@hogepodge"
11+
- "@jagosan"
12+
editor: TBD
13+
creation-date: 2018-06-20
14+
last-updated: 2018-06-20
15+
status: provisional

keps/sig-cloud-provider/providers/0022-cloud-provider-baiducloud.md renamed to keps/sig-cloud-provider/providers/2531-baidu-cloud/README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
---
2-
title: Cloud Provider for BaiduCloud
3-
authors:
4-
- "@tizhou86"
5-
owning-sig: sig-cloud-provider
6-
reviewers:
7-
- "@andrewsykim"
8-
- "@cheftako"
9-
approvers:
10-
- "@andrewsykim"
11-
- "@cheftako"
12-
- "@hogepodge"
13-
- "@jagosan"
14-
editor: TBD
15-
creation-date: 2020-02-25
16-
last-updated: 2020-02-25
17-
status: implementable
18-
---
19-
201
# Cloud Provider BaiduCloud
212

223
## Table of Contents
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
title: Cloud Provider for BaiduCloud
2+
kep-number: 2531
3+
authors:
4+
- "@tizhou86"
5+
owning-sig: sig-cloud-provider
6+
reviewers:
7+
- "@andrewsykim"
8+
- "@cheftako"
9+
approvers:
10+
- "@andrewsykim"
11+
- "@cheftako"
12+
- "@hogepodge"
13+
- "@jagosan"
14+
creation-date: 2020-02-25
15+
last-updated: 2020-02-25
16+
status: implementable

keps/sig-cloud-provider/providers/20191206-cloud-provider-huaweicloud.md renamed to keps/sig-cloud-provider/providers/2532-huawei-cloud/README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
---
2-
title: Cloud Provider For HUAWEI CLOUD
3-
authors:
4-
- "@RainbowMango"
5-
owning-sig: sig-cloud-provider
6-
reviewers:
7-
- "@andrewsykim"
8-
- "@cheftako"
9-
approvers:
10-
- "@andrewsykim"
11-
- "@cheftako"
12-
editor: TBD
13-
creation-date: 2019-12-06
14-
last-updated: 2020-02-26
15-
status: implementable
16-
see-also:
17-
replaces:
18-
superseded-by:
19-
---
20-
211
# Cloud Provider For HUAWEI CLOUD
222

233
This is a KEP for adding `Cloud Provider For HUAWEI CLOUD` into the Kubernetes ecosystem.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
title: Cloud Provider For HUAWEI CLOUD
2+
kep-number: 2532
3+
authors:
4+
- "@RainbowMango"
5+
owning-sig: sig-cloud-provider
6+
reviewers:
7+
- "@andrewsykim"
8+
- "@cheftako"
9+
approvers:
10+
- "@andrewsykim"
11+
- "@cheftako"
12+
creation-date: 2019-12-06
13+
last-updated: 2020-02-26
14+
status: implementable

0 commit comments

Comments
 (0)