Skip to content

Commit

Permalink
Merge pull request #1 from kubernetes/master
Browse files Browse the repository at this point in the history
update from kubernetes master
  • Loading branch information
MIBc authored Nov 8, 2018
2 parents 3905fb6 + e4c5d45 commit 4c13c35
Show file tree
Hide file tree
Showing 1,999 changed files with 71,687 additions and 53,354 deletions.
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Bug Report
about: Report a bug encountered while operating Kubernetes

---

<!-- 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!-->


**What happened**:

**What you expected to happen**:

**How to reproduce it (as minimally and precisely as possible)**:

**Anything else we need to know?**:

**Environment**:
- Kubernetes version (use `kubectl version`):
- Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g. `uname -a`):
- Install tools:
- Others:

<!-- DO NOT EDIT BELOW THIS LINE -->
/kind bug
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Enhancement Request
about: Suggest an enhancement to the Kubernetes project

---
<!-- Please only use this template for submitting enhancement requests -->

**What would you like to be added**:

**Why is this needed**:

<!-- DO NOT EDIT BELOW THIS LINE -->
/kind feature
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/failing-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Failing Test
about: Report test failures in Kubernetes CI jobs

---

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

**Which jobs are failing**:

**Which test(s) are failing**:

**Since when has it been failing**:

**Testgrid link**:

**Reason for failure**:

**Anything else we need to know**:

<!-- DO NOT EDIT BELOW THIS LINE -->
/kind failing-test
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Support Request
about: Support request or question relating to Kubernetes

---

<!--
STOP -- PLEASE READ!
GitHub is not the right place for support requests.
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/).
You can also post your question on the [Kubernetes Slack](http://slack.k8s.io/) or the [Discuss Kubernetes](https://discuss.kubernetes.io/) forum.
If the matter is security related, please disclose it privately via https://kubernetes.io/security/.
-->

<!-- DO NOT EDIT BELOW THIS LINE -->

/triage support

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@ zz_generated_*_test.go

/bazel-*
*.pyc

# generated by verify-godeps.sh
vendordiff.patch
194 changes: 153 additions & 41 deletions CHANGELOG-1.11.md

Large diffs are not rendered by default.

136 changes: 109 additions & 27 deletions CHANGELOG-1.12.md

Large diffs are not rendered by default.

204 changes: 201 additions & 3 deletions CHANGELOG-1.13.md

Large diffs are not rendered by default.

Loading

0 comments on commit 4c13c35

Please sign in to comment.