Skip to content

Commit 4c13c35

Browse files
authored
Merge pull request #1 from kubernetes/master
update from kubernetes master
2 parents 3905fb6 + e4c5d45 commit 4c13c35

File tree

1,999 files changed

+71687
-53354
lines changed

Some content is hidden

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

1,999 files changed

+71687
-53354
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug encountered while operating Kubernetes
4+
5+
---
6+
7+
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!-->
8+
9+
10+
**What happened**:
11+
12+
**What you expected to happen**:
13+
14+
**How to reproduce it (as minimally and precisely as possible)**:
15+
16+
**Anything else we need to know?**:
17+
18+
**Environment**:
19+
- Kubernetes version (use `kubectl version`):
20+
- Cloud provider or hardware configuration:
21+
- OS (e.g. from /etc/os-release):
22+
- Kernel (e.g. `uname -a`):
23+
- Install tools:
24+
- Others:
25+
26+
<!-- DO NOT EDIT BELOW THIS LINE -->
27+
/kind bug
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Enhancement Request
3+
about: Suggest an enhancement to the Kubernetes project
4+
5+
---
6+
<!-- Please only use this template for submitting enhancement requests -->
7+
8+
**What would you like to be added**:
9+
10+
**Why is this needed**:
11+
12+
<!-- DO NOT EDIT BELOW THIS LINE -->
13+
/kind feature
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Failing Test
3+
about: Report test failures in Kubernetes CI jobs
4+
5+
---
6+
7+
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
8+
9+
**Which jobs are failing**:
10+
11+
**Which test(s) are failing**:
12+
13+
**Since when has it been failing**:
14+
15+
**Testgrid link**:
16+
17+
**Reason for failure**:
18+
19+
**Anything else we need to know**:
20+
21+
<!-- DO NOT EDIT BELOW THIS LINE -->
22+
/kind failing-test

.github/ISSUE_TEMPLATE/support.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Support Request
3+
about: Support request or question relating to Kubernetes
4+
5+
---
6+
7+
<!--
8+
STOP -- PLEASE READ!
9+
10+
GitHub is not the right place for support requests.
11+
12+
If you're looking for help, check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
13+
14+
You can also post your question on the [Kubernetes Slack](http://slack.k8s.io/) or the [Discuss Kubernetes](https://discuss.kubernetes.io/) forum.
15+
16+
If the matter is security related, please disclose it privately via https://kubernetes.io/security/.
17+
-->
18+
19+
<!-- DO NOT EDIT BELOW THIS LINE -->
20+
21+
/triage support
22+

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,6 @@ zz_generated_*_test.go
127127

128128
/bazel-*
129129
*.pyc
130+
131+
# generated by verify-godeps.sh
132+
vendordiff.patch

CHANGELOG-1.11.md

Lines changed: 153 additions & 41 deletions
Large diffs are not rendered by default.

CHANGELOG-1.12.md

Lines changed: 109 additions & 27 deletions
Large diffs are not rendered by default.

CHANGELOG-1.13.md

Lines changed: 201 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)