Prashanth Balasubramanian
63b7ba0414
[wip] CI testing guidelines
2016-01-29 15:36:50 -08:00
Aaron Crickenberger
d52855cab4
Link how-to-doc.md in devel/README.md
2016-01-29 12:44:55 -08:00
Aaron Crickenberger
43e45bbe5a
Copy-paste on-call docs out of wiki
...
Changed links to docs/wiki where appropriate. No content changes aside
from explicitly calling out FAQ's as living in the wiki.
Ran `hack/update-generated-docs.sh`
2016-01-29 12:44:52 -08:00
Daniel Smith
546637dc6f
add instructions to ease follow-up
2016-01-29 11:47:33 -08:00
Paul Morie
c56a51d252
Expand coding convention information on third party code
2016-01-29 00:04:52 -05:00
Janet Kuo
fa25e29cbf
Update kubectl convention about title column
2016-01-28 20:11:59 -08:00
Clayton Coleman
443cafab90
Add benchmarks for watch over websocket and http
...
... and a quick doc on how to run them
```
$ godep go test ./pkg/apiserver -benchmem -run=XXX -bench=BenchmarkWatch
PASS
BenchmarkWatchHTTP-8 20000 95669 ns/op 15053 B/op 196 allocs/op
BenchmarkWatchWebsocket-8 10000 102871 ns/op 18430 B/op 204 allocs/op
```
2016-01-28 21:34:51 -05:00
Chao Xu
3ec4cd423e
linkchecker tool now visits the URL to determine if it's valid
2016-01-26 17:01:37 -08:00
Daniel Smith
ac5b954dce
add expectations for flaky test issues
2016-01-25 14:18:17 -08:00
k8s-merge-robot
20273cf961
Merge pull request #20039 from ihmccreery/no-experimental
...
Auto commit by PR queue bot
2016-01-25 06:06:51 -08:00
David Oppenheimer
87f2590f37
How to build Mesos/Omega-style frameworks on Kubernetes.
2016-01-23 22:00:19 -08:00
Isaac Hollander McCreery
21e3776de6
Change wording about experimental API
2016-01-22 16:03:08 -08:00
Alex Mohr
592ec2bb53
Merge pull request #19843 from ihmccreery/ga-features
...
Add docs about [Feature:...] tests for experimental, beta, and GA features
2016-01-21 10:50:47 -08:00
k8s-merge-robot
2a79ac4a31
Merge pull request #18322 from mesosphere/licenses
...
Auto commit by PR queue bot
2016-01-19 17:17:17 -08:00
Isaac Hollander McCreery
2794ee092f
Add docs about [Feature:...] tests for experimental, beta, and GA features
2016-01-19 16:51:18 -08:00
Isaac Hollander McCreery
2d09e07ae6
Add documentation for test labels
2016-01-14 09:54:23 -08:00
Karl Isenberg
6125f539b6
Add hack/update-godep-licenses.sh to generate Godeps/LICENSES.md
...
- Add Godeps/LICENSES.md
- Add verify-godep-licenses to verify that Godeps/LICENSES.md is up to date
- Trigger verify-godep-licenses in the pre-commit hook only if the Godeps dir has changed
- Exclude verify-godep-licenses in verify-all
- Add verify-godep-licenses to make verify (used by travis)
- Add verify-godep-licenses to shippable
- Update dev docs to mention update-godep-licenses
2016-01-14 09:05:25 -08:00
Greg Taylor
bed707a5e2
Alphabetize user contributed libraries list.
2016-01-12 14:20:33 -08:00
k8s-merge-robot
a8d372e78d
Merge pull request #19205 from mikedanese/move-locally
...
Auto commit by PR queue bot
2016-01-07 12:11:44 -08:00
k8s-merge-robot
35e203b124
Merge pull request #19321 from wanghaoran1988/fixwronglinkx
...
Auto commit by PR queue bot
2016-01-07 11:56:55 -08:00
Tim St. Clair
846c642aef
Add node performance measuring guide
...
Add a development guide for measuring performance of node components.
The purpose of this guide is threefold:
1. Document the nuances of measuring kubelet performance so we don't
forget or need to reinvent the wheel.
2. Make it easier for new contributors to analyze performance.
3. Share tips and tricks that current team members might not be aware
of.
2016-01-06 15:19:05 -08:00
Haoran Wang
fde5af232b
fix wrong submit-queue.go link
2016-01-06 13:09:53 +08:00
Mike Danese
af392926e5
docs: move local getting started guide to docs/devel/
...
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-05 10:28:35 -08:00
k8s-merge-robot
6bb728f1b8
Merge pull request #19236 from doriordan/doriordan-scala-client
...
Auto commit by PR queue bot
2016-01-04 14:43:28 -08:00
Nikhil Jindal
ad68688a52
Merge pull request #18864 from nikhiljindal/updateCPDoc
...
Adding instructions to run versionize-docs in cherrypick doc
2016-01-04 14:30:45 -08:00
David O'Riordan
eef05d8bd2
Add Scala to client library list
2016-01-03 14:37:15 +00:00
Justin Santa Barbara
f9a6ac077e
Ubernetes Lite: Volumes can dictate zone scheduling
...
For AWS EBS, a volume can only be attached to a node in the same AZ.
The scheduler must therefore detect if a volume is being attached to a
pod, and ensure that the pod is scheduled on a node in the same AZ as
the volume.
So that the scheduler need not query the cloud provider every time, and
to support decoupled operation (e.g. bare metal) we tag the volume with
our placement labels. This is done automatically by means of an
admission controller on AWS when a PersistentVolume is created backed by
an EBS volume.
Support for tagging GCE PVs will follow.
Pods that specify a volume directly (i.e. without using a
PersistentVolumeClaim) will not currently be scheduled correctly (i.e.
they will be scheduled without zone-awareness).
2015-12-31 12:27:01 -05:00
hurf
763edd3011
Clean up standalone conversion tool
...
Remove kube-version-change for all its functionalities are covered
by kubectl convert command. Also changed the related docs.
2015-12-23 10:31:08 +08:00
Brendan Burns
4ca66d2aef
Merge pull request #18047 from caesarxuchao/munger-tag-new
...
Stop munger produce the link to a release version doc if it doesn't exit in the release branch
2015-12-22 10:35:20 -08:00
Ed Costello
f968c593e3
Copy edits for typos
2015-12-22 09:30:48 -05:00
k8s-merge-robot
c59fad149b
Merge pull request #18941 from smarterclayton/document_typed_ints
...
Auto commit by PR queue bot
2015-12-21 12:16:47 -08:00
Chao Xu
2b2f285777
run hack/update-generated-docs.sh
2015-12-21 10:41:30 -08:00
Clayton Coleman
13ee817310
Document lowercase filenames
2015-12-20 14:38:34 -05:00
Clayton Coleman
a79dc07e07
Document that int32 and int64 must be used in external types
2015-12-20 14:36:34 -05:00
k8s-merge-robot
1bd7f72070
Merge pull request #18764 from quinton-hoole/2015-12-16-issue-priority-definitions
...
Auto commit by PR queue bot
2015-12-19 10:51:03 -08:00
k8s-merge-robot
3c3a24e1d4
Merge pull request #18694 from thockin/airplane_validation_pt7
...
Auto commit by PR queue bot
2015-12-19 03:57:53 -08:00
k8s-merge-robot
977854b8de
Merge pull request #17983 from nikhiljindal/updateDocsDoc
...
Auto commit by PR queue bot
2015-12-18 15:40:43 -08:00
nikhiljindal
1560696108
Add instructions to run versionize-docs in cherrypick doc
2015-12-18 15:14:57 -08:00
nikhiljindal
37d09ca717
Adding a doc to explain the process of updating release docs
2015-12-18 14:29:51 -08:00
k8s-merge-robot
3700036f95
Merge pull request #18847 from caesarxuchao/release-doc
...
Auto commit by PR queue bot
2015-12-18 10:38:25 -08:00
k8s-merge-robot
60c26c850f
Merge pull request #18184 from amygdala/docs
...
Auto commit by PR queue bot
2015-12-18 10:34:44 -08:00
Tim Hockin
43ed74748e
Clean up and document validation strings
...
Also add a detail string for Required and Forbidden. Fix tests.
2015-12-18 09:40:50 -08:00
Chao Xu
fcca71f7d8
add the required changes in master to devel/releasing.md
2015-12-17 11:36:50 -08:00
k8s-merge-robot
ae9c61b943
Merge pull request #17915 from justinsb/multizone_spread_rcs
...
Auto commit by PR queue bot
2015-12-16 19:04:07 -08:00
Quinton Hoole
92aac4a640
Moved to existing documentation about issue priorities.
2015-12-16 10:39:02 -08:00
Quinton Hoole
7da6a54088
Addressed thockin's comments.
2015-12-16 09:47:12 -08:00
Amy Unruh
b1f99ecdbf
config best practices doc edits
2015-12-16 07:35:31 -08:00
Isaac Hollander McCreery
4ea8a92777
Mark a release as stable when we announce it, and stop using cherry_pick_list.sh
2015-12-15 16:37:00 -08:00
Tim Hockin
743d6fc133
api-conventions: Namespace is label, not subdomain
2015-12-14 20:38:34 -08:00
k8s-merge-robot
e72e819395
Merge pull request #18090 from thockin/go-versions
...
Auto commit by PR queue bot
2015-12-14 14:47:59 -08:00
Paul Morie
90df71e5a5
Add note about type comments to API changes doc
2015-12-14 15:03:21 -05:00
Justin Santa Barbara
541ff002c0
Zone scheduler: Update scheduler docs
...
There's not a huge amount of detail in the docs as to how the scheduler
actually works, which is probably a good thing both for readability and
because it makes it easier to tweak the zone-spreading approach in the
future, but we should include some information that we do spread across
zones if zone information is present on the nodes.
2015-12-13 20:34:01 -05:00
k8s-merge-robot
4a22f2f5f5
Merge pull request #18177 from eosrei/1111-doc-machine-names
...
Auto commit by PR queue bot
2015-12-10 21:42:08 -08:00
Tim Hockin
0df07424e7
Make go version requirements clearer
2015-12-10 12:09:25 -08:00
Filip Grzadkowski
ee9a779d0c
Update documents for release process
2015-12-10 19:28:40 +01:00
Tamer Tas
e5100279db
Rename githash to build_version and version to release_version
2015-12-08 01:21:20 +02:00
Jon Eisen
b5ad36e078
Add new clojure api bindings library
...
https://github.com/yanatan16/clj-kubernetes-api
2015-12-04 13:47:30 -07:00
Brad Erickson
ac5726a12f
Minion->Node rename: docs/ machine names only, except gce/aws
2015-12-03 23:34:50 -08:00
Brad Erickson
88e6cac544
Minion->Name rename: cluster/vagrant, docs and Vagrantfile
2015-12-02 12:45:12 -08:00
k8s-merge-robot
55f5e48047
Merge pull request #16628 from caesarxuchao/change-error-type
...
Auto commit by PR queue bot
2015-11-30 17:21:52 -08:00
k8s-merge-robot
59a89a5fd9
Merge pull request #17703 from timstclair/api-conventions
...
Auto commit by PR queue bot
2015-11-30 15:49:53 -08:00
Chao Xu
a4700707b3
change the "too old resource version" error from InternalError to 410 Gone.
2015-11-25 10:27:03 -08:00
Brad Erickson
53172a5356
Minion->Node rename: NUM_NODES
2015-11-25 00:45:10 -08:00
Brad Erickson
a36d3390bf
Minion->Node rename: KUBERNETES_NODE_MEMORY, VAGRANT_NODE_NAMES, etc
...
ENABLE_NODE_PUBLIC_IP
NODE_ADDRESS
NODE_BLOCK_DEVICE_MAPPINGS
NODE_CONTAINER_ADDRS
NODE_CONTAINER_NETMASKS
NODE_CONTAINER_SUBNET_BASE
NODE_CONTAINER_SUBNETS
NODE_CPU
2015-11-25 00:43:52 -08:00
k8s-merge-robot
8500a0fe96
Merge pull request #17446 from ihmccreery/no-more-latest
...
Auto commit by PR queue bot
2015-11-24 03:41:32 -08:00
Tim St. Clair
f645d77f86
Clarify when pointers are used for optional types
2015-11-23 18:06:23 -08:00
Hongchao Deng
36104df7cf
Kubemark guide: add paragraph to describe '--delete-namespace=false'
2015-11-20 12:01:37 -08:00
k8s-merge-robot
8ce3f15165
Merge pull request #17377 from bgrant0607/docfix2
...
Auto commit by PR queue bot
2015-11-19 08:18:18 -08:00
k8s-merge-robot
57f4ee335e
Merge pull request #15466 from gmarek/user-guide
...
Auto commit by PR queue bot
2015-11-19 08:09:50 -08:00
Isaac Hollander McCreery
977da735db
Add sanity checks for release
2015-11-18 16:19:01 -08:00
Abhi Shah
317cb3f198
Merge pull request #17267 from brendandburns/docs2
...
Add a description of the proposed owners file system for the repo
2015-11-18 14:48:13 -08:00
Brendan Burns
63149d05fe
Add a description of the proposed owners file system for the repo
2015-11-18 11:46:33 -08:00
Isaac Hollander McCreery
2bc124d510
Defer release notes to announcement of release, and move instructions for release notes back into docs and away from scripts
2015-11-18 09:50:56 -08:00
Brian Grant
d625217285
Address feedback
2015-11-18 17:30:19 +00:00
gmarek
b4e7495d47
Add Kubemark User Guide
2015-11-18 15:21:14 +01:00
Brian Grant
0141c53113
Add conventions about primitive types.
2015-11-17 15:18:17 +00:00
Tim Hockin
30e381e62a
clarify experimental annotations doc
2015-11-16 10:52:26 -08:00
Tim Hockin
dab591b629
Run update-gendocs
2015-11-13 13:57:57 -08:00
k8s-merge-robot
97419d5035
Merge pull request #16246 from rwehner/fix-submit-queue-links
...
Auto commit by PR queue bot
2015-11-12 23:42:26 -08:00
k8s-merge-robot
2478f2d4b6
Merge pull request #16813 from caesarxuchao/guide-adding-group
...
Auto commit by PR queue bot
2015-11-11 23:52:38 -08:00
k8s-merge-robot
d65c61f15a
Merge pull request #16754 from janetkuo/doc-for-doc
...
Auto commit by PR queue bot
2015-11-09 07:49:25 -08:00
k8s-merge-robot
6983f75ef7
Merge pull request #16930 from ihmccreery/release-wording-fixes
...
Auto commit by PR queue bot
2015-11-07 10:29:31 -08:00
Janet Kuo
024df3c04c
address comments
2015-11-06 17:35:10 -08:00
Janet Kuo
5e0f47fe01
Document how to document
2015-11-06 17:19:33 -08:00
Isaac Hollander McCreery
e5449f7d42
Cleanup for versioning
2015-11-06 11:35:16 -08:00
Isaac Hollander McCreery
a67042bd5f
Use ./ notation
2015-11-06 10:32:05 -08:00
k8s-merge-robot
0b183f43fd
Merge pull request #16574 from hurf/stop_doc
...
Auto commit by PR queue bot
2015-11-05 19:43:21 -08:00
Chao Xu
f16e8cbc0f
address timstclair's comments
2015-11-05 15:44:20 -08:00
Chao Xu
1b6810322d
address lavalamp's comment
2015-11-04 15:53:29 -08:00
Chao Xu
3e1a0148ed
add a guide on how to create an API group
2015-11-04 14:30:34 -08:00
Isaac Hollander McCreery
a9fc43d120
Fix releasing clause about cutting beta releases
2015-11-03 09:26:01 -08:00
Isaac Hollander McCreery
346676280f
Update docs and prompts for better dry-runs and no more versionizing docs
2015-11-02 15:40:06 -08:00
Isaac Hollander McCreery
bc9feec409
Versioned beta releases
2015-11-02 15:40:06 -08:00
Isaac Hollander McCreery
235aaf73c4
Remove old releasing illustrations
2015-11-02 09:27:52 -08:00
Isaac Hollander McCreery
72a586db7f
Move to release/
2015-11-02 09:27:52 -08:00
Isaac Hollander McCreery
f2b8edddae
Fixups of docs and scripts
2015-11-02 09:27:52 -08:00
Isaac Hollander McCreery
1b0082569b
Doc fixup to reflect script reality
2015-11-02 09:27:52 -08:00
Isaac Hollander McCreery
48eb83a499
Proposed design for release infra
2015-11-02 09:27:52 -08:00
Isaac Hollander McCreery
64f456343c
TODOs
2015-11-02 09:27:52 -08:00
Isaac Hollander McCreery
d9b583e631
Remove out-of-date information about releasing
2015-11-02 09:27:52 -08:00