Commit Graph

655 Commits

Author SHA1 Message Date
Christopher Hein 744d649e9a
Change devel guide glog references to klog
Signed-off-by: Christopher Hein <me@christopherhein.com>
2018-12-06 03:00:17 +00:00
jahentao 160108f63f fix a changed url 2018-12-05 20:59:06 +08:00
Cole Wagner 67d8225a3c Change post-freeze merge requirements to reference dev phase requirements. 2018-11-28 15:37:20 -08:00
Hemanth Malla bb19c93207
Adding deprecation note for vagrant support 2018-11-19 00:28:03 -08:00
David Eads c18b45800e add acceptable justifications for updating a godep 2018-11-09 12:08:09 -05:00
Jeff Grafton e28a2ddf4e Update bazel documentation with current known issues and limitations 2018-11-07 16:52:06 -08:00
Bily Zhang 644c082343 Fix typos: creats -> creates (#2899)
* Fix typos: creats -> creates

Signed-off-by: mooncake <xcoder@tenxcloud.com>

* Fix some typos

Signed-off-by: mooncake <xcoder@tenxcloud.com>

* Update 0024-kubectl-plugins.md
2018-11-05 09:46:47 -08:00
Bily Zhang d0d8d09f67 Remove duplication (#2898)
* Remove depplication

Signed-off-by: mooncake <xcoder@tenxcloud.com>

* Remove duplciate words

Signed-off-by: mooncake <xcoder@tenxcloud.com>

* Fix issue

Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-05 09:42:13 -08:00
k8s-ci-robot 0429249f0a
Merge pull request #2885 from vyta/note-about-adding-tests-to-suite
Adding note about new directories with e2e tests
2018-11-02 16:52:25 -07:00
k8s-ci-robot bcfec29b26
Merge pull request #2894 from cblecker/devel-owners
Add thockin and lavalamp to devel OWNERS
2018-11-02 14:17:59 -07:00
k8s-ci-robot dd065c790d
Merge pull request #2838 from thockin/how-to-pluralize-a-field
Document pluralization of API fields
2018-11-02 12:43:52 -07:00
Christoph Blecker af448afea5
Add thockin and lavalamp to devel OWNERS 2018-11-02 12:42:02 -07:00
seunghunee a8cdc22956 Add Trace level logging
Add Trace level logging to Logging Conventions
2018-11-02 04:59:08 +00:00
vyta 2b17d356a5
Adding note about new directories with tests 2018-11-01 13:44:32 -07:00
Jon Kalfayan 275f0034f3 fix test grid config link 2018-10-28 17:29:34 -07:00
Niko Pen 9980ad3162
link fix 2018-10-24 17:30:51 +02:00
Niko Pen 47f57ea5bc
Features -> Enhancements 2018-10-24 16:58:16 +02:00
Tim Hockin e26bb6138f Document pluralization of API fields
Based on
https://docs.google.com/document/d/1Z8Vbo7RmV_Wvs4k8mluHQC2_Zs8cEwMJmHwWBf9BcaA/edit
and email discussions.

Resist the urge to clean up the whole doc - that will have to come
later.
2018-10-23 12:14:14 -07:00
Claes Mogren 7c88effff5 Fix blog links after migration from blog.kubernetes.io to kubernetes.io/blog 2018-10-22 15:01:25 -07:00
Tim Hockin e59e666e34
Document conditions vs fields (#2350) 2018-10-18 09:54:52 -07:00
guineveresaenger 9e34894638 Updates and clarifies cherrypick process 2018-10-17 12:34:54 -07:00
Guinevere Saenger 8432b59f7d Completes possible list of kind/ labels on PRs/Issues (#2811)
* Completes possible list of labels and links to test-infra's label reference

* address review comments
2018-10-16 14:03:47 -07:00
ifosch 0a600f7f80 Add rsync as development dependency
While trying to fix https://github.com/kubernetes/kubernetes/issues/62577
I noticed my system was lacking `rsync` installed, which was required to
have `make` and `make test` working.
2018-10-13 08:41:06 +02:00
k8s-ci-robot f0936cfcdd
Merge pull request #2459 from spiffxp/conformance-guidelines-edits
Refine conformance requirements
2018-10-08 17:23:10 -07:00
Aaron Crickenberger c59aea6fb3 Address review comments 2018-10-08 15:15:53 -07:00
Aaron Crickenberger 2c134dbb59 Replace hack/e2e.go with kubetest, add tags for conformance 2018-10-08 15:15:52 -07:00
Aaron Crickenberger d1825f5cf7 Refinements based on google doc iteration 2018-10-08 15:15:52 -07:00
Aaron Crickenberger d1d4635519 Tightening up conformance requirements 2018-10-08 15:15:52 -07:00
Tim Pepper 4a5f25ea3e release docs: clarify tldr table html
I incorrectly had indicated a milestone was required in each of the four
major phases of the release cycle, where it is not in the "normal dev"
phase.  Not sure how we got that through review.  Part of it may have
been the html table format.  To help with that, in addition to removing
the errant indication of milestone as required in that early period,
I've also added html comments in the table so the reader of the raw code
can more clearly see which section is which.

Signed-off-by: Tim Pepper <tpepper@vmware.com>
2018-10-08 11:35:15 -07:00
Nikhita Raghunath c2bd5cb839 Replace submit queue with Tide in docs 2018-10-06 23:08:24 +05:30
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
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
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
Pengfei Ni 7647f3051c Update links of cri-tools 2018-09-07 10:47:41 +08: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
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 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
paul eb5a108108 syntax fix for testing doc 2018-08-21 18:11:01 -04:00
Ken'ichi Ohmichi 96f06e7202 Remove unnecessary discription of provider "local"
As detect-master method[1] of the provider "local", the variables
of KUBE_MASTER and KUBE_MASTER_IP are hardcoded. Then it is not
necessary to specify them on user side. In addition, the original
description shows KUBE_MASTER=local, but that is completely wrong
that should be localhost as the code[1].
This patch removes this unnecessary discription.

[1]: 2bdae8f3d0/cluster/local/util.sh (L21)
2018-08-16 17:26:09 +00:00
hui luo 0ee10b5bca improve conformance test document
before run conformance test, user need
to aware to build e2e test binaries and kubectl, ginkgo
2018-08-16 10:06:47 -07:00
Cheng Xing f60e9ca9f8 Flexvolume example updates, and miscellaneous documentation fixes. 2018-08-08 15:00:29 -07:00
k8s-ci-robot 16ae128eac
Merge pull request #2460 from yujuhong/update-cri-testing
Update CRI testing policy
2018-08-06 15:18:21 -07:00
Yu-Ju Hong 419c07d692 Update CRI testing policy
Change the layout in the test grid.
2018-08-06 11:14:49 -07:00
Davanum Srinivas f9dd601a71
Advocate for running conformance tests in multiple architectures
Change-Id: Ia3229ff2e91336c66607c3ac9f294c0a44cca943
2018-08-03 18:52:39 -04:00
Janet Kuo ca492c0655 Document rules and best practices of default values 2018-07-24 18:40:15 -07:00
k8s-ci-robot 2d2feabc33
Merge pull request #1867 from brahmaroutu/conformance
Adding Conformance Guidelines document.
2018-07-23 14:46:39 -07:00