Skip to content

Commit dd7e566

Browse files
authored
Merge pull request kubernetes#641 from soltysh/rebase-1.21.0-rc.0
Rebase 1.21.0 rc.0
2 parents fb7be34 + d101b9e commit dd7e566

File tree

8,750 files changed

+685996
-427454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,750 files changed

+685996
-427454
lines changed

.bazelrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ If the matter is security related, please disclose it privately via https://kube
1111
-->
1212

1313

14-
**What happened**:
14+
#### What happened:
1515

16-
**What you expected to happen**:
16+
#### What you expected to happen:
1717

18-
**How to reproduce it (as minimally and precisely as possible)**:
18+
#### How to reproduce it (as minimally and precisely as possible):
1919

20-
**Anything else we need to know?**:
20+
#### Anything else we need to know?:
2121

22-
**Environment**:
22+
#### Environment:
2323
- Kubernetes version (use `kubectl version`):
2424
- Cloud provider or hardware configuration:
2525
- OS (e.g: `cat /etc/os-release`):

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: Support Request
3+
url: https://discuss.kubernetes.io
4+
about: Support request or question relating to Kubernetes
Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
---
2-
name: Enhancement Request
3-
about: Suggest an enhancement to the Kubernetes project
2+
name: Enhancement Tracking Issue
3+
about: Provide supporting details for a feature in development
44
labels: kind/feature
55

66
---
7-
<!-- Please only use this template for submitting enhancement requests -->
7+
<!-- Feature requests are unlikely to make progress as an issue.
88
9-
**What would you like to be added**:
9+
Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists.
1010
11-
**Why is this needed**:
11+
A proposal that works through the design along with the implications of the change can be opened as a KEP:
12+
https://git.k8s.io/enhancements/keps#kubernetes-enhancement-proposals-keps
13+
-->
14+
15+
#### What would you like to be added:
16+
17+
#### Why is this needed:

.github/ISSUE_TEMPLATE/failing-test.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ labels: kind/failing-test
77

88
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
99

10-
**Which jobs are failing**:
10+
#### Which jobs are failing:
1111

12-
**Which test(s) are failing**:
12+
#### Which test(s) are failing:
1313

14-
**Since when has it been failing**:
14+
#### Since when has it been failing:
1515

16-
**Testgrid link**:
16+
#### Testgrid link:
1717

18-
**Reason for failure**:
18+
#### Reason for failure:
1919

20-
**Anything else we need to know**:
20+
#### Anything else we need to know:

.github/ISSUE_TEMPLATE/flaking-test.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ labels: kind/flake
77

88
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
99

10-
**Which jobs are flaking**:
10+
#### Which jobs are flaking:
1111

12-
**Which test(s) are flaking**:
12+
#### Which test(s) are flaking:
1313

14-
**Testgrid link**:
14+
#### Testgrid link:
1515

16-
**Reason for failure**:
16+
#### Reason for failure:
1717

18-
**Anything else we need to know**:
18+
#### Anything else we need to know:
1919
- links to go.k8s.io/triage appreciated
2020
- links to specific failures in spyglass appreciated
2121

22-
<!-- Please see the deflaking doc (https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md) for more guidance! -->
22+
<!-- Please see the deflaking doc (https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md) for more guidance! -->

.github/ISSUE_TEMPLATE/support.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/OWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

33
reviewers:
4-
- castrojo
4+
- alisondy
55
- cblecker
66
- guineveresaenger
77
- justaugustus
@@ -12,6 +12,7 @@ approvers:
1212
- sig-contribex-approvers
1313
- parispittman
1414
emeritus_approvers:
15+
- castrojo
1516
- Phillels
1617
labels:
1718
- sig/contributor-experience

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-k
88
5. If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests
99
-->
1010

11-
**What type of PR is this?**
11+
#### What type of PR is this?
1212

1313
<!--
1414
Add one of the following kinds:
@@ -26,19 +26,19 @@ Optionally add one or more of the following kinds if applicable:
2626
/kind regression
2727
-->
2828

29-
**What this PR does / why we need it**:
29+
#### What this PR does / why we need it:
3030

31-
**Which issue(s) this PR fixes**:
31+
#### Which issue(s) this PR fixes:
3232
<!--
3333
*Automatically closes linked issue when PR is merged.
3434
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
3535
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
3636
-->
3737
Fixes #
3838

39-
**Special notes for your reviewer**:
39+
#### Special notes for your reviewer:
4040

41-
**Does this PR introduce a user-facing change?**:
41+
#### Does this PR introduce a user-facing change?
4242
<!--
4343
If no, just write "NONE" in the release-note block below.
4444
If yes, a release note is required:
@@ -50,7 +50,7 @@ For more information on release notes see: https://git.k8s.io/community/contribu
5050
5151
```
5252

53-
**Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.**:
53+
#### Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
5454

5555
<!--
5656
This section can be blank if this pull request does not require a release note.

0 commit comments

Comments
 (0)