Commit Graph

1788 Commits

Author SHA1 Message Date
k8s-ci-robot 22653fb097
Merge pull request #2697 from xichengliudui/fix180921
Fix wrong link
2018-09-23 14:52:29 -07:00
xichengliudui 5476795218 Fix wrong link 2018-09-22 02:53:56 -04:00
AdamDang fc309697a3
Update volume-topology-scheduling.md 2018-09-21 18:48:15 +08:00
k8s-ci-robot ec12a2f30c
Merge pull request #2693 from tpepper/master
devel guide: note where to track flaky tests
2018-09-20 10:16:44 -07:00
k8s-ci-robot c49177aacd
Merge pull request #2506 from davidxia/patch-1
Fix typo in resource-qos.md
2018-09-20 07:59:02 -07:00
Tim Pepper 3a13fb1487 devel guide: note where to track flaky tests
We have a good document on investigating flaky tests, but it can
be hard to correlate personal experience (my PR wont pass presubmits!?!)
with broader CI health (did AWS go down?).  For that portion of
triage it's useful to look at some aggregated statistics and we have
two nice pages for that.

I'm always forgetting these two links though and while some kind
folks have reminded me repeatedly, I take that as a sign it's time
to put them somewhere more visible.

Signed-off-by: Tim Pepper <tpepper@vmware.com>
2018-09-19 17:12:32 -07:00
Jorge O. Castro f570f458fe
Replace kubernetes-users mentions with new location 2018-09-17 08:32:02 -04:00
jonjohnsonjr 9e65b5aa34 Fix typo in CRD Conversion Webhook proposal
Add missing bullet point in Advice to Users.
2018-09-12 18:12:59 +00:00
k8s-ci-robot bb33ac12de
Merge pull request #1731 from verult/flex-deploy-examples
Flex deploy examples, and miscellaneous documentation updates.
2018-09-11 14:51:09 -07:00
TaoBeier baabac7525 Fix broken url for rkt. (#2643)
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2018-09-07 15:04:01 -07:00
Pengfei Ni 7647f3051c Update links of cri-tools 2018-09-07 10:47:41 +08:00
k8s-ci-robot fd71278e44
Merge pull request #2635 from Rajat-0/link_fix
Fxing broken link
2018-09-06 10:05:03 -07:00
Rajat Sharma db720e87dc
Fxing broken link
Link pointing to label selector was broken
2018-09-06 12:43:08 +05:30
Josh Berkus 8c662f7306 Add suggestions for Event-related contributions to the noncode guide 2018-09-05 13:42:23 -07:00
k8s-ci-robot a3ec48382b
Merge pull request #2615 from benmoss/patch-1
Fix conformance test instructions for building Ginkgo
2018-08-31 15:45:50 -07:00
k8s-ci-robot 689654f4aa
Merge pull request #2607 from idvoretskyi/idvoretskyi-slackarchive-rm
README.md updated - slackarchive removed
2018-08-31 09:29:29 -07:00
Ben Moss 70866899fb Fix instructions for building Ginkgo 2018-08-31 10:09:17 -04:00
Tim Pepper e8f9f2a0ef devel guide: pull in issue doc from sig-release/ephemera
The sig-release repo has a set of old documentation looking for a
better home.  The issues.md document there describes how a developer
targets an issue (or PR) to a milestone release.  This logically
fits better in the community/contributors/devel/ guide, so this commit
brings it in and a parallel commit will remove it from the other repo.

With it comes two pictures of what a release cycle and the overall
release lifecycle look like.

The issues.md content is modified a bit to add more information
about the release process overall and remove outdated information
around the bot-driven workflow for targeting work to a milestone, and is
named release.md here.

Signed-off-by: Tim Pepper <tpepper@vmware.com>
2018-08-30 17:35:05 -07:00
Tim Pepper 97dfa62eee devel guide: remove old PR workflow diagrams
These two files in the developer guide are very old and no longer
accurate.

Signed-off-by: Tim Pepper <tpepper@vmware.com>
2018-08-30 17:28:32 -07:00
Tim Pepper 0ebcc778e3 contrib guide: update link
The SIG-Release ephemera on issue workflow is moved to the devel guide.
Updating reference to it.

Signed-off-by: Tim Pepper <tpepper@vmware.com>
2018-08-30 17:28:32 -07:00
Ihor Dvoretskyi 8b68c72a17 Squashed commit of the following:
commit 7bebc93039
Author: Ihor Dvoretskyi <ihor@linux.com>
Date:   Thu Aug 30 14:44:23 2018 +0000

    sig-governance.md updated

    Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>

commit ee0f24313f
Author: Ihor Dvoretskyi <ihor@linux.com>
Date:   Thu Aug 30 14:43:47 2018 +0000

    contributors/guide/issue-triage.md updated

    Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>

commit 09bc3f6d9b
Author: Ihor Dvoretskyi <ihor@linux.com>
Date:   Thu Aug 30 14:42:38 2018 +0000

    README.md updated

    Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>

commit 5b4146f10d
Author: Ihor Dvoretskyi <ihor@linux.com>
Date:   Thu Aug 30 14:26:51 2018 +0000

    README.md updated - slackarchive removed

    Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
2018-08-30 14:56:24 +00:00
bruceauyeung f837e3505b delete a duplicate word --associated
Signed-off-by: bruceauyeung <ouyang.qinhua@zte.com.cn>
2018-08-30 14:10:42 +08:00
k8s-ci-robot 265a466722
Merge pull request #2596 from wking/owners-filters
contributors/guide/owners: Document OWNERS' 'filters' key
2018-08-29 20:22:57 -07:00
Jonas Rosland 3450708f13 Adding more details into the non-code contributor guide roles
Corrected italics
2018-08-29 15:08:12 -07:00
W. Trevor King 99f251cbca contributors/guide/owners: Document OWNERS' 'filters' key
Catching up with kubernetes/test-infra@e8c6b7f1 (Add OWNERS file
support for regexp filters, 2018-01-08, kubernetes/test-infra#6411).

The relative-path assertion is based on Cole's comment [1].  The
sibling limitation is based on Cole's comment [2].

[1]: https://github.com/kubernetes/community/pull/2596#discussion_r213768438
[2]: https://github.com/kubernetes/community/pull/2596#discussion_r213788099
2018-08-29 12:47:42 -07:00
k8s-ci-robot 69686f927f
Merge pull request #2523 from jsafrane/csi-skip-attach
CSI: Skip attach/detach for non-attachable volumes
2018-08-27 10:14:43 -07:00
k8s-ci-robot 9adb191917
Merge pull request #2335 from xing-yang/csi_snapshot
CSI snapshot design
2018-08-27 09:39:42 -07:00
Tobias Nehrlich 15c88b5b96 Adds the 'trivial edit contribution policy'
Added the text from #1628 under 'Best Practices for Faster Reviews' and linked it at the top of the document.

Issue: #1628
2018-08-26 23:02:12 +02:00
k8s-ci-robot 0741bdfbb5
Merge pull request #2495 from jingxu97/datasource
Add data source for volume provisioning
2018-08-24 17:14:25 -07:00
Jing Xu 772498694f
Update csi-snapshot.md 2018-08-24 11:44:22 -07:00
Jing Xu 71b354dfbe
Update csi-snapshot.md 2018-08-24 11:30:01 -07:00
Jing Xu 8c6cea4e2e
Update data-source.md 2018-08-24 11:12:16 -07:00
Jing Xu 4effd1a630
Update data-source.md 2018-08-24 11:08:26 -07:00
k8s-ci-robot e138e76e6c
Merge pull request #2551 from oomichi/cleanup
Remove unnecessary discription of provider "local"
2018-08-24 09:51:06 -07:00
k8s-ci-robot f1d6261f21
Merge pull request #1269 from verb/pod-troubleshooting-use-container
Use v1.Container in Debug Containers API
2018-08-23 17:15:37 -07:00
Jing Xu 7eb005ce30
Update csi-snapshot.md 2018-08-23 12:16:10 -07:00
Jing Xu 127a5b7526
Update csi-snapshot.md
change VolumeSnapshotClassName as pointer
2018-08-23 12:02:48 -07:00
Jing Xu 7e303357bf
Update data-source.md 2018-08-23 11:39:16 -07:00
k8s-ci-robot 1f2d9acf1c
Merge pull request #2578 from willhayslett/contributor-guide-typo-fix
Corrected contributor guide readme
2018-08-23 11:14:12 -07:00
k8s-ci-robot 8663fff7dd
Merge pull request #2411 from janetkuo/api-default-rules
Document rules and best practices of default values
2018-08-23 10:55:31 -07:00
Janet Kuo dd4ae8273f Further clarify defaulting rules & remove example 2018-08-23 10:48:25 -07:00
Will Hayslett 85c3d5fc2d
Corrected contributor guide readme
Removed superfluous "for" in the "Find something to work on" section
2018-08-22 22:16:27 -05:00
Xing Yang 4b0fb4cbd0 Fixed some typos. 2018-08-22 18:11:10 -07:00
Jing Xu 766ec7022f Update csi-snapshot.md 2018-08-22 18:06:29 -07:00
Jing Xu 6268b50498 Update csi-snapshot.md 2018-08-22 18:06:29 -07:00
xing-yang 5fcba270f6 Add Design Spec for CSI Snapshot
This PR proposes to add snapshot support for CSI Volume Drivers
and provide a way to restore volumes from snapshots.
2018-08-22 18:06:29 -07:00
k8s-ci-robot e6d783d390
Merge pull request #2576 from castrojo/add-role-board
Add link to the role board
2018-08-22 12:55:49 -07:00
Jorge O. Castro bc980554ce
Add link to the role board 2018-08-22 15:26:15 -04:00
k8s-ci-robot 121b63d88a
Merge pull request #2369 from vikaschoudhary16/plugin-watcher
Add plugin watcher design
2018-08-22 07:48:10 -07:00
Jing Xu 12fc30dadb
Update data-source.md 2018-08-21 15:52:01 -07:00