Commit Graph

685 Commits

Author SHA1 Message Date
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
hurf
ce35bb4208 Remove trace of "kubectl stop"
Remove doc and use of "kubectl stop" since it's deprecated.
2015-10-30 14:12:20 +08:00
Daniel Smith
37ee9584cb Merge pull request #16209 from erictune/fix-devel-doc
In devel docs, refer to .kube/config
2015-10-26 17:17:17 -07:00
Robert Wehner
8560b3394c Fix dead links to submit-queue
* https://github.com/kubernetes/contrib/pull/122 merged submit-queue into mungegithub. This fixes links to the old submit-queue location.
* Standardized to use "submit-queue" instead of "submit queue". Just picked one since both were used.
* Fixes dead link to on-call wiki.
2015-10-24 20:02:54 -06:00
Eric Tune
6bff8df31c In devel docs, refer to .kube/config
not .kubernetes_auth
2015-10-23 15:44:42 -07:00
Tim Hockin
c28ddf9ff8 Merge pull request #16197 from thockin/docs-nits
syntax is 'go' not 'golang'
2015-10-23 15:08:58 -07:00
Tim Hockin
76769d87f0 syntax is 'go' not 'golang' 2015-10-23 15:08:27 -07:00
dingh
b3f19128cd fix typo in api-converntions.md 2015-10-23 13:46:32 +08:00
k8s-merge-robot
6dc3dcf36a Merge pull request #15414 from thockin/exp-beta-annotations
Auto commit by PR queue bot
2015-10-20 17:45:32 -07:00
k8s-merge-robot
b5c0984d4c Merge pull request #15566 from erictune/api-conv
Auto commit by PR queue bot
2015-10-19 16:06:55 -07:00
Eric Tune
a1549496ee Documented required/optional fields. 2015-10-19 11:16:24 -07:00
Wojciech Tyczynski
4a4831906c api_changes.md changes for json-related code autogeneration. 2015-10-19 19:37:53 +02:00
k8s-merge-robot
5d66bf9741 Merge pull request #15519 from ihmccreery/upgrade-versioning
Auto commit by PR queue bot
2015-10-15 06:30:12 -07:00
Marek Grabowski
8a5f748846 Merge pull request #15336 from ixdy/install-etcd
Move hack/travis/install-etcd.sh to hack/, and update etcd version to 2.0.12
2015-10-15 09:29:25 +02:00
Tim Hockin
0bf5bfff5d update docs on experimental annotations 2015-10-14 15:31:37 -07:00
Isaac Hollander McCreery
60c316b54a Upgrades and upgrade tests take versions of the form release/stable instead of stable_release:
- Refactor common and gce/upgrade.sh to use arbitrary published releases
- Update hack/get-build to use cluster/common code
- Use hack/get-build.sh in cluster upgrade test logic
2015-10-14 10:16:21 -07:00
Eric Tune
ca6c950b89 Doc: apigroups, alpha, beta, experimental/v1alpha1 2015-10-14 09:06:05 -07:00
Jeff Grafton
1c5f252653 Update documentation to describe how to install etcd for testing 2015-10-13 16:06:01 -07:00
Jeff Grafton
fbd58294b2 Update test helpers and dev doc to use etcd v2.0.12. 2015-10-13 16:05:56 -07:00
Mike Danese
8043c70304 fix incorrect merge MIME type in api-conventions doc 2015-10-12 11:35:30 -07:00
k8s-merge-robot
02ec1fb33c Merge pull request #13885 from smarterclayton/websocket_exec
Auto commit by PR queue bot
2015-10-10 09:52:01 -07:00
k8s-merge-robot
be0c1c904c Merge pull request #14219 from Huawei-PaaS/change_params_to_extraParams
Auto commit by PR queue bot
2015-10-09 15:47:21 -07:00
Clayton Coleman
363b616908 Expose exec and logs via WebSockets
Not all clients and systems can support SPDY protocols. This commit adds
support for two new websocket protocols, one to handle streaming of pod
logs from a pod, and the other to allow exec to be tunneled over
websocket.

Browser support for chunked encoding is still poor, and web consoles
that wish to show pod logs may need to make compromises to display the
output. The /pods/<name>/log endpoint now supports websocket upgrade to
the 'binary.k8s.io' subprotocol, which sends chunks of logs as binary to
the client. Messages are written as logs are streamed from the container
daemon, so flushing should be unaffected.

Browser support for raw communication over SDPY is not possible, and
some languages lack libraries for it and HTTP/2. The Kubelet supports
upgrade to WebSocket instead of SPDY, and will multiplex STDOUT/IN/ERR
over websockets by prepending each binary message with a single byte
representing the channel (0 for IN, 1 for OUT, and 2 for ERR). Because
framing on WebSockets suffers from head-of-line blocking, clients and
other server code should ensure that no particular stream blocks. An
alternative subprotocol 'base64.channel.k8s.io' base64 encodes the body
and uses '0'-'9' to represent the channel for ease of use in browsers.
2015-10-09 14:33:40 -04:00
Brian Grant
50acaa2259 Strengthen wording about status behavior. 2015-10-09 02:13:28 +00:00
Mike Danese
1769c1c34b Merge pull request #15006 from madhusudancs/move-hooks-to-commit
Move the hooks section to the commit section.
2015-10-07 14:04:55 -07:00
David Oppenheimer
b9cfab87e3 Merge pull request #14724 from HaiyangDING/PodFitsHostPorts
Replace PodFitsPorts with PodFitsHostPorts
2015-10-03 12:45:35 -07:00
Madhusudan.C.S
7dcba921cf Move the hooks section to the commit section.
It doesn't make much sense to have a separate section for hooks right now
because we only have a pre-commit hook at the moment and we should have it
setup before making the first commit. We can probably create a separate
section for hooks again when we have other types of hooks.
2015-10-02 12:30:53 -07:00
HaiyangDING
6e11cd6028 Replace PodFitsPorts with PodFitsHostPorts 2015-09-30 15:14:59 +08:00
feihujiang
d62cb6ff6f Fix wrong URL in cli-roadmap doc 2015-09-30 09:49:29 +08:00
Eric Tune
83fde15083 Merge pull request #14155 from mattjmcnaughton/fix-devel-coding-conventions-markdown
Fix indendation on devel/coding-conventions.md
2015-09-23 16:46:50 -07:00
Paul Morie
d5a6f53a83 Add link to dev e2e docs from api_changes doc 2015-09-23 14:45:00 -04:00
k8s-merge-robot
11c31aeca7 Merge pull request #14252 from thockin/exp_annot_convention
Auto commit by PR queue bot
2015-09-21 10:50:40 -07:00
k8s-merge-robot
9f93dceab1 Merge pull request #14112 from timothysc/e2e-docs
Auto commit by PR queue bot
2015-09-21 07:21:16 -07:00
Tim Hockin
cf1141220f Clarify experimental annotation format 2015-09-20 21:00:41 -07:00
qiaolei
7f7c36dc1a Change 'params' to 'extraParams' to keep align with naming conventions
Go field names must be CamelCase. JSON field names must be camelCase. Other than capitalization of the initial letter, the two should almost always match. No underscores nor dashes in either

Please refer 'https://github.com/kubernetes/kubernetes/blob/master/docs/devel/api-conventions.md#naming-conventions'
2015-09-19 09:32:17 +08:00
Matt McNaughton
44be087f7a Fix indendation on devel/coding-conventions.md
Fixing the indendation means the markdown will now render correcly on
Github.

Signed-off-by: Matt McNaughton <mattjmcnaughton@gmail.com>
2015-09-18 00:34:25 -04:00
Daniel Martí
586cb9126a Move pkg/util.Time to pkg/api/unversioned.Time
Along with our time.Duration wrapper, as suggested by @lavalamp.
2015-09-17 17:51:27 -07:00
Timothy St. Clair
f958daf67d Add developer documentation on e2e testing. 2015-09-17 14:40:14 -05:00
Alex Mohr
f3308dc918 Merge pull request #13683 from brendandburns/docs4
Add some documentation describing out developer/repository automation.
2015-09-16 21:53:57 -07:00
Brian Grant
a21c8bcb37 A couple more naming conventions. 2015-09-15 18:24:02 +00:00
Zach Loafman
fbebc276bb Fix the checkout instructions 2015-09-14 17:05:05 -07:00
Brendan Burns
cacf5ae519 Add some documentation describing out developer/repository automation. 2015-09-14 13:44:55 -07:00
derekwaynecarr
543db9330c Fix broken link to submit queue 2015-09-14 13:03:11 -04:00
Daniel Smith
7a0fc719fb Fix tooling for apis/experimental's new home
* fix package name
* add a script to auto-gofmt everything, useful after grep/sed incantations
* update conversion/deep copy generation
* doc update
2015-09-11 16:06:10 -07:00
k8s-merge-robot
92f21b3fe3 Merge pull request #13790 from kevin-wangzefeng/fix_typo_in_development_md
Auto commit by PR queue bot
2015-09-10 09:48:08 -07:00
Clayton Coleman
23133a7344 Define lock coding convention 2015-09-09 18:03:54 -04:00
Kevin
0b08fc8595 fix a typo in development.md and update git_workflow.png 2015-09-10 00:22:43 +08:00
goltermann
bec4c10dc4 Replace IRC with Slack in docs. 2015-09-08 15:17:39 -07:00
Paul Morie
6d96b63e62 Update api change docs 2015-09-08 13:38:15 -04:00
Quinton Hoole
dd68f0b23f Merge pull request #13551 from eparis/cloudplatfrom-to-kubernetes
s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kub…
2015-09-04 12:36:01 -07:00
Piotr Szczesniak
58e9ee2c25 Merge pull request #13278 from bgrant0607/docfix2
Start on expanding code expectations (aka "The bar")
2015-09-04 13:40:24 +02:00
Eric Paris
04fc8ae3dd s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kubernetes| 2015-09-03 10:10:11 -04:00
Eric Paris
f9c06397fe Fix the link to the submit-queue whitelist 2015-09-02 18:00:52 -04:00
Brian Grant
97e505849f Start on expanding code expectations (aka "The bar") 2015-09-01 20:33:59 +00:00
Harry Zhang
d70b565e55 Fix inconsistency path in GOPATH doc
we set up $KPATH/src/k8s.io/kubernetes directory, but ask user to `cd` into $KPATH/src/github.com/kubernetes

Close this if I made mistaken this
2015-08-31 15:19:53 +08:00
Prashanth B
52f7833cd3 Revert "Revert "LimitRange updates for Resource Requirements Requests"" 2015-08-28 09:26:36 -07:00
Wojciech Tyczynski
2986d3eb73 Merge pull request #13235 from pwittrock/update_development_md
Update development godep instructions
2015-08-28 09:46:45 +02:00
Piotr Szczesniak
6e05b9e3a3 Revert "LimitRange updates for Resource Requirements Requests" 2015-08-27 10:50:50 +02:00
Phillip Wittrock
1ac0579d56 Update development godep instructions to work for cadvisor and changing transitive deps 2015-08-26 17:35:36 -07:00
Yu-Ju Hong
8797a72027 Merge pull request #13194 from jimmidyson/fabric8-java-client
Update fabric8 client library location
2015-08-26 15:12:19 -07:00
Yu-Ju Hong
1bae2b677d Merge pull request #12492 from derekwaynecarr/limit_range_api
LimitRange updates for Resource Requirements Requests
2015-08-26 13:02:57 -07:00
Jimmi Dyson
b5318b45f1 Update fabric8 client library location 2015-08-26 10:59:03 +01:00
Nikhil Jindal
b52eb159ec Merge pull request #13122 from bgrant0607/docfix3
Added more API conventions.
2015-08-24 17:54:24 -07:00
Brian Grant
165ca0df35 Added more API conventions. 2015-08-24 23:25:01 +00:00
derekwaynecarr
559905ab0e Document need to run generated deep copy 2015-08-24 14:28:53 -04:00
dinghaiyang
2979ae7f2a Repalce limits with requests in scheduler documentation.
Due to #11713
2015-08-25 00:14:24 +08:00
Brian Grant
0b85045245 Add duration naming conventions. 2015-08-18 23:44:03 +00:00
Robert Bailey
d78525a83b Merge pull request #12750 from mikedanese/submit-queue
remove contrib/submit-queue as it is moving to the contrib repo
2015-08-18 09:15:22 -07:00
Patrick Flor
302cdceb6a Update dev docs to note new coveralls URL
(also noting old URL for interested parties and future historians)
2015-08-17 09:17:03 -07:00
Eric Paris
21d22e04be TYPO: fix documentation to point at update-generated-docs.sh 2015-08-14 18:50:03 -04:00
Mike Danese
83ae12f0c3 remove contrib/submit-queue as it is moving to the contrib repo 2015-08-14 13:54:04 -07:00
Brian Grant
f04d721612 Update API conventions. Add kubectl conventions.
Ref #12322. Fixes #6797.
2015-08-14 01:32:38 +00:00
goltermann
1b874e9f9a Adding teams lists to faster_reviews. 2015-08-13 11:29:59 -07:00
Robert Bailey
3962848a24 Update repository links in development.md. 2015-08-12 13:12:32 -07:00
Bryan Stenson
9541414742 create cloudprovider "providers" package
move all providers into new package
    update all references to old package path
2015-08-11 22:36:51 -07:00
Eric Paris
3b7c39656c Split hack/{verify,update}-* files so we don't always go build
Right now some of the hack/* tools use `go run` and build almost every
time. There are some which expect you to have already run `go install`.
And in all cases the pre-commit hook, which runs a full build wouldn't
want to do either, since it just built!

This creates a new hack/after-build/ directory and has the scripts which
REQUIRE that the binary already be built. It doesn't test and complain.
It just fails miserably. Users should not be in this directory. Users
should just use hack/verify-* which will just do the build and then call
the "after-build" version. The pre-commit hook or anything which KNOWS
the binaries have been built can use the fast version.
2015-08-11 14:20:46 -04:00
Veres Lajos
9f77e49109 typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
Mike Danese
fe6b15ba2f rewrite all links to issues to k8s links 2015-08-05 21:11:11 -07:00
Mike Danese
3f538145ab fixup development doc for new vanity path 2015-08-05 17:52:57 -07:00
goltermann
90e1d5216e Add post v1.0 PR merge details. 2015-08-05 14:52:46 -07:00
Mike Danese
fd7a48f379 Merge pull request #11839 from eparis/munger-rewrite
Major rewrite for docs munger
2015-07-31 10:21:25 -07:00
Eric Paris
024208e39f Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
Tim Hockin
c58e3fbbb6 Add a note on when to use commits 2015-07-30 15:11:38 -07:00
Alex Robinson
acd1bed70e Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
David Oppenheimer
50e95a031b Absolutize links that leave the docs/ tree to go anywhere other than
to examples/ or back to docs/
2015-07-20 00:25:07 -07:00
Brian Grant
8cfd3d669e Merge pull request #11551 from a-robinson/docs
Improve syntax highlighting for design and devel docs
2015-07-19 08:45:54 -07:00
Alex Robinson
68d6e3a8ae Replace `` with when emphasizing something inline in docs/ 2015-07-19 09:05:17 +00:00
Alex Robinson
b80c0e5177 Fix gendocs 2015-07-19 09:05:17 +00:00
Alex Robinson
4182c3b394 Improve devel docs syntax highlighting. 2015-07-19 08:54:49 +00:00
Brian Grant
cbed53cffe Gut stale roadmaps. Move useful content elsewhere. 2015-07-18 00:41:06 +00:00
David Oppenheimer
d28a6656ae Merge pull request #11452 from thockin/docs-munge-headerlines
Munge headerlines
2015-07-17 15:52:08 -07:00
Tim Hockin
33f1862830 Run gendocs 2015-07-17 15:35:43 -07:00
Tim Hockin
6e4ec38f51 Make TOC munge include blank line before TOC 2015-07-17 15:06:54 -07:00
Abhi Shah
816f18a388 Merge pull request #11424 from lavalamp/mungePreformatted
Munge preformatted
2015-07-17 13:32:38 -07:00
Daniel Smith
f7873d2a1f apply changes 2015-07-17 11:04:46 -07:00
David Oppenheimer
2a26b7487e Various minor edits/clarifications to docs/admin/ docs.
Deleted docs/admin/namespaces.md as it was content-free and the topic is
already covered well in docs/user-guide/namespaces.md
2015-07-17 10:53:23 -07:00
Tim Hockin
542e13d2d3 Better scary message 2015-07-17 09:28:49 -07:00
Brian Grant
5f34630aca Merge pull request #11352 from JanetKuo/docs-reachable
Ensure all docs and examples in user guide are reachable
2015-07-16 23:33:45 -07:00
Janet Kuo
2498f93938 MUNGE generated table of contents should strip comma 2015-07-16 23:21:09 -07:00
Janet Kuo
b0c68c4b81 Ensure all docs and examples in user guide are reachable 2015-07-16 23:12:47 -07:00
Brian Grant
786b59427d Merge pull request #11400 from lavalamp/munger
Add absolute path link checking to munger
2015-07-16 22:50:14 -07:00
Daniel Smith
98eeadb66e (mostly) auto fixed links 2015-07-16 16:28:18 -07:00
Tim Hockin
f7512d007b Add munger to verify kubectl -f targets, fix docs 2015-07-16 15:39:45 -07:00
Eric Tune
ffaee4737e Merge pull request #11326 from erictune/conformance_master
Updates to "the Matrix".
2015-07-15 14:59:42 -07:00
Eric Tune
4f3a646dba Remove requirement of specifying kubernetes ver.
Now that things are more stable, and we have a conformance test,
the binary version is no longer needed.  Remove that
requirement.
2015-07-15 13:51:27 -07:00
Eric Tune
ced4709323 Merge pull request #11292 from davidopp/doc1
Move diagrams out of top-level docs/ directory and merge
2015-07-15 12:52:57 -07:00
Zach Loafman
af1a8b825a Add hack/cherry_pick_list.sh to list all automated cherry picks
* Adds hack/cherry_pick_list.sh to list all automated cherry picks
since the last tag.

* Adds a short python script to extract title/author and print it in
markdown style like our current release notes.

* Revises patch release instructions to use said script.
2015-07-15 10:30:00 -07:00
David Oppenheimer
d31e13048c Move diagrams out of top-level docs/ directory and merge
docs/devel/developer-guide.md into docs/devel/README.md
2015-07-14 23:56:51 -07:00
David Oppenheimer
8d5eb03c7b Move some docs from docs/ top-level into docs/{admin/,devel/,user-guide/}. 2015-07-14 22:07:44 -07:00
Tim Hockin
39b86908a1 Run gendocs 2015-07-14 17:28:47 -07:00
Tim Hockin
79f9cd7c83 Run gendocs 2015-07-14 15:28:59 -07:00
Daniel Smith
821e08fded Apply mungedocs changes 2015-07-13 17:48:40 -07:00
Tim Hockin
5cf5445d24 Change 'minion' to 'node' in docs 2015-07-13 15:59:30 -07:00
Tim Hockin
8bb5c5060c Merge pull request #10843 from jiangyaoguo/change-get-minions-in-docs
change "get minions" to "get nodes"  in docs
2015-07-13 13:27:56 -07:00
Tim Hockin
40b25e0f12 Merge pull request #11099 from zmerlynn/fix-patch-version-instructions
Fix patch release instructions
2015-07-13 13:08:53 -07:00
Tim Hockin
fffc64e733 Run gendocs and munges 2015-07-13 11:27:48 -07:00
Tim Hockin
2ad0774562 Merge pull request #11122 from zmerlynn/multi-pick
hack/cherry_pick_pull.sh: Allow multiple pulls
2015-07-13 10:17:14 -07:00
Ed Costello
2b941634d8 Copy edits to remove doubled words 2015-07-13 10:11:55 -04:00
Zach Loafman
180a38c181 hack/cherry_pick_pull.sh: Allow multiple pulls
Reorder the arguments to allow for multiple pulls at the end:
  hack/cherry_pick_pull.sh <remote branch> <pr-number>...

This solves some common A-then-immediate-A' cases that appear
frequently on head. (There's a workaround, but it's a hack.) Updates
the documentation.
2015-07-13 07:11:12 -07:00
Ed Costello
98e9f1eeae Copy edits for typos 2015-07-12 22:03:06 -04:00
Zach Loafman
dd8a72e4fb Fix patch release instructions
Somewhere in the last round of editing, I compressed the patch release
instructions after the release validation steps went in. They no
longer made sense because they assume some variables are set from the
previous step that you don't have set. Set them.

These instructions are now begging to be refactored between the patch
and normal releases, but I won't do that here.
2015-07-10 18:43:12 -07:00
Mike Danese
ed731a9d75 fix verify gendocs 2015-07-10 12:51:35 -07:00
Rohit Jnagal
2a3ed99a19 Merge pull request #10914 from HaiyangDING/patch-1
Create schedule_algorithm file
2015-07-10 12:41:48 -07:00
Rohit Jnagal
a5dac1d98a Merge pull request #10709 from zmerlynn/i1883
Update releasing.md with Kubernetes release process
2015-07-10 12:16:45 -07:00
Daniel Smith
9ef38c124c manual fixes 2015-07-10 10:54:47 -07:00
Daniel Smith
c03a788c67 Auto-fixed docs 2015-07-10 10:54:47 -07:00
dingh
e019c8475f Create schedule_algorithm file
This document explains briefly the schedule algorithm of Kubernetes and can be complementary to scheduler.md.
2015-07-10 14:51:11 +08:00
jiangyaoguo
102c56ddc4 change get minions cmd in docs 2015-07-10 10:40:52 +08:00
Zach Loafman
caa877ed71 Add a short doc on cherry picks 2015-07-09 14:35:26 -07:00
Zach Loafman
343814a70e Update releasing.md with Kubernetes release process
This updates releasing.md with actual instructions on how to cut a
release, leaving the theory section of that document alone. Along the
way, I streamlined tiny bits of the existing process as I was
describing them.

The instructions are possibly pedantic, but should be executable by
anyone at this point, versus taking someone versant in the dark arts.

Relies on #10910. Fixes #1883.
2015-07-09 14:32:05 -07:00
Victor Marmol
e4e83be24d Merge pull request #10887 from alex-mohr/release-notes2
Update release notes tool and documentation
2015-07-08 14:37:59 -07:00
Victor Marmol
fff24af86e Merge pull request #10859 from davidopp/clean
Move scheduler overview from docs/design/ to docs/devel/
2015-07-08 14:03:23 -07:00
Janet Kuo
049c989a19 Update kubectl get command in docs/devel/ 2015-07-07 18:06:43 -07:00
Alex Mohr
7737d18882 Update release notes tool and documentation 2015-07-07 17:40:10 -07:00
David Oppenheimer
a85d0d3bd1 Move scheduler overview from docs/design/ to docs/devel/ 2015-07-07 14:16:26 -07:00
Mike Danese
c053b9a51b add documentation and script on how to get recent and "nightly" builds 2015-06-29 14:50:41 -07:00
Marek Biskup
76e6f39095 add missing document links 2015-06-25 08:38:09 +02:00
goltermann
a3cb27df96 Add PR merge policy for RC.
Link to ok-to-merge label
2015-06-23 16:02:25 -07:00
Mike Danese
0e8a7d3760 fix master precommit hook 2015-06-19 09:59:27 -07:00
Marek Biskup
7644845b9e add links to unlinked documents; move making-release-notes.md to docs/devel 2015-06-19 17:46:30 +02:00
Satnam Singh
cde08a0679 Merge pull request #9992 from a-robinson/metrics
Add devel doc laying out the steps to add new metrics to the code base.
2015-06-18 14:25:03 -07:00
Satnam Singh
54933b83cb Merge pull request #9503 from JeffPaine/git-docs-update
Consolidate git setup documentation
2015-06-18 13:15:45 -07:00
Alex Robinson
fe5c8398d4 Add devel doc laying out the steps to add new metrics to the code base. 2015-06-18 00:37:52 +00:00
Ed Costello
05714d416b Copy edits for spelling errors and typos
Signed-off-by: Ed Costello <epc@epcostello.com>
2015-06-12 18:47:28 -04:00
Jeffrey Paine
7ad41c56ed Consolidate git setup documentation.
Closes #9091
2015-06-09 21:11:52 -04:00
Brendan Burns
9e198a6ed9 Purge cluster/kubectl.sh from nearly all docs.
Mark cluster/kubectl.sh as deprecated.
2015-06-09 13:35:52 -07:00
Kris Rousey
6e83eb2636 Updating docs/ to v1 2015-06-05 14:09:49 -07:00
Alex Robinson
b4927f9cfa Fix broken links in the vagrant developer guide. 2015-06-04 21:35:38 +00:00
Wojciech Tyczynski
49e064b2af Update instructions on conversions. 2015-05-28 17:42:41 +02:00
Anastasis Andronidis
9e3a540940 rename resize to scale 2015-05-27 19:08:06 +02:00
Anastasis Andronidis
d4a47bdb9e rename run-container to run in kubectl 2015-05-27 19:07:17 +02:00
Dawn Chen
fdb44a9ad2 Merge pull request #8602 from caesarxuchao/rC-to-rc
in docs, update replicationController to replicationcontroller
2015-05-21 09:49:35 -07:00
Chao Xu
5b8b5a0844 in docs, update replicationController to replicationcontroller 2015-05-20 17:31:15 -07:00
Wojciech Tyczynski
2df11cea32 Automatically generate conversions 2015-05-20 17:11:18 +02:00
Tim Hockin
70c94fad6d Don't rename api imports in conversions 2015-05-19 11:21:21 -07:00
Eric Tune
6d054b140a Add API change suggestions. 2015-05-18 11:15:22 -07:00
Nikhil Jindal
9298638658 Merge pull request #8349 from caesarxuchao/flaky-tests-docs
update docs/devel flaky-tests to v1beta3
2015-05-18 10:18:25 -07:00
Chao Xu
1526cfd092 update docs/devel flaky-tests to v1beta3 2015-05-17 15:48:33 -07:00
Jeff Lowdermilk
553f9f822b Add ga-beacon analytics to gendocs scripts
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
Tim Hockin
f11ba4a1b5 Switch git hooks to use pre-commit 2015-05-13 12:50:25 -07:00
Wojciech Tyczynski
1fe4b56176 Instructions for generating conversions. 2015-05-13 14:43:48 +02:00
Matt Bogosian
89a5c4d44e Fix environment variable error in Vagrant docs: KUBERNETES_MASTER_MINION -> KUBERNETES_MINION_MEMORY. 2015-05-07 12:04:31 -07:00
Paul Morie
d0c8f52d9c Add step to API changes doc for swagger regen 2015-05-04 16:32:08 -04:00
Wojciech Tyczynski
8eca76298f Improvements to conversions generator. 2015-04-29 16:32:31 +02:00
Rohit Jnagal
f2fcab577c Merge pull request #7314 from pmorie/doc
Add hint re: fuzzer to api changes doc
2015-04-27 12:40:32 -07:00
Paul Morie
ada020e57e Add hint re: fuzzer to api changes doc 2015-04-27 09:25:17 -04:00
George Kuan
9f64d009e0 Corrected some typos 2015-04-26 19:37:14 -07:00
Matt Bogosian
e8672e2242 Fix #2741. Add support for alternate Vagrant providers: VMWare Fusion, VMWare Workstation, and Parallels. 2015-04-17 11:26:29 -07:00
Tim Hockin
c2bacd588d Stop using dockerfile/* images
As per
http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/
docker has stopped answering dockerfile/redis and dockerfile/nginx.  Fix all
users in our tree.  Sadly this means a lot of published examples are now broken.
2015-04-16 12:20:43 -07:00
Robert Bailey
39bc39315b Add documentation to help new contributors with write access
from accidentally pushing upstream.
2015-04-15 20:51:49 -07:00
António Meireles
6a872af29a adding release notes guidelines to the (new) releases policy.
per the ongoing conversation at GoogleCloudPlatform/kubernetes#6213

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-04-07 18:21:45 +01:00
Brendan Burns
bd0ee98538 Add some more clarity around "controversial" or "complex" PRs and merging. 2015-04-02 12:05:49 -07:00
Jerzy Szczepkowski
860257e01f Merge pull request #6050 from piosz/docs
Changed merge policy
2015-04-02 10:09:05 +02:00
goltermann
bdbe3fc980 Update issues.md 2015-04-01 16:37:42 -07:00
goltermann
a0e78df2d3 Update issues.md
Updating priority definitions - open for discussion if there are other opinions.
2015-04-01 13:00:37 -07:00
Piotr Szczesniak
1d4ccab526 Changed merge policy 2015-03-31 16:54:03 +02:00
Jeff Grafton
fd94fdbe2a Merge pull request #5141 from erictune/gsgrules
Guidelines for Getting Started Guide contributions
2015-03-30 15:35:37 -07:00
Eric Tune
ebf3134c79 Proposed guidelines for new Getting-started-guides.
# *** ERROR: *** docs are out of sync between cli and markdown
# run hack/run-gendocs.sh > docs/kubectl.md to regenerate

#
# Your commit will be aborted unless you regenerate docs.
    COMMIT_BLOCKED_ON_GENDOCS
2015-03-30 09:52:52 -07:00
António Meireles
0b793a6c74 remove remaining references to containerized cadvisor.
since GoogleCloudPlatform/kubernetes#5308 got merged cadvisor facilities are
built-in in kubelet, so time to update the 'screenshots'...

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-30 15:27:23 +01:00
Piotr Szczesniak
eec9ad6dfc Merge pull request #5836 from adymitruk/patch-1
Better wording for clean up.
2015-03-27 10:06:21 +01:00
Rohit Jnagal
3dfa26305e Add a pointer to kubernetes-dev to API changes doc. 2015-03-25 18:00:52 +00:00
Adam Dymitruk
e94b561623 Better wording for clean up.
Encouraging squashing by default leads to important history being lost. People new to different git flows may be doing themselves and the project a disservice without knowing.
2015-03-23 23:51:46 -07:00
Derek Carr
475f24310c Merge pull request #5418 from rjnagal/docs
Update vagrant documentation to use get.k8s.io for setup.
2015-03-19 11:08:07 -04:00
Rohit Jnagal
0817bf2c72 Update vagrant documentation to use get.k8s.io for setup. 2015-03-18 22:17:45 +00:00
Yu-Ju Hong
fb10ccbbd8 Add -v to go run hack/e2e.go -ctl commands 2015-03-17 12:32:34 -07:00
Brian Grant
bcae5715a1 Merge pull request #5459 from thockin/apidoc
Add a doc explaining how to make API changes
2015-03-16 16:05:58 -07:00
Tim Hockin
3a1e623980 Add a doc explaining how to make API changes
Covers compatibility, internal API, versioned APIs, tests, fuzzer,
semantic deep equal, etc.  I wrote this as I worked on the next big
multi-port service change.
2015-03-16 14:07:30 -07:00
Phaneendra Chiruvella
cb66e553d2 update link to common golang style mistakes 2015-03-16 08:44:55 +05:30
Tim Hockin
31be877ea7 Add a doc on making PRs easier to review 2015-03-10 06:25:40 -07:00
Alex Mohr
71da06b9a6 Merge pull request #5083 from quinton-hoole/2015-03-04-add-github-flow-docs
Add documentation about the Kubernetes Github Flow.
2015-03-09 10:57:55 -07:00
Quinton Hoole
2d44b1e5d2 Make slides visible to the public, fix a typo.
Moved to account quintonh@gmail.com to make it visible to the public without any login.
Correct "push request" to "pull request".
2015-03-05 11:23:03 -08:00
Quinton Hoole
f064107083 Add documentation about the Kubernetes Github Flow.
Added an animation (and a link to it) detailing the standard Kubernetes Github Flow.
2015-03-04 17:18:05 -08:00
Eric Tune
6765bbc179 Added a doc with coding advice. 2015-03-03 14:29:39 -08:00
Yu-Ju Hong
03288c3621 Merge pull request #4590 from gmarek/client3
Add info about contention profiling to profiling.md
2015-02-20 10:21:20 -08:00
gmarek
c877ae3796 apply comments 2015-02-20 09:39:13 +01:00
Jeff Grafton
d28868c164 Update development doc on how to generate code coverage reports. 2015-02-19 18:43:34 -08:00
gmarek
f6ace4dd83 Add info about contention profiling to profiling.md 2015-02-19 14:50:54 +01:00
Alex Robinson
e752271e83 Combine the two documentation sections on how to use godeps. 2015-02-18 22:16:12 +00:00
Zach Loafman
7d1f23d7d5 Document current ways to run a single e2e 2015-02-18 07:51:36 -08:00
Marek Grabowski
1a161b6522 Added instruction for profiling apiserver 2015-02-14 00:11:38 +01:00
Alex Robinson
d3d71df943 Fix bad config in flaky test documentation and add script to help check
for flakes.
2015-02-11 12:28:34 -08:00
Alex Robinson
5f7fd365b7 Add steps to the development guide for how to use godep to update an
existing dependency.

Also change from the numbered lists from markdown that didn't work due to
the intervening code blocks to just raw text numbered lists.
2015-02-10 09:44:23 +00:00
kargakis
4e567546e4 Add links to logging libraries in question 2015-02-03 15:09:46 +01:00
Salvatore Dario Minonne
9a0e16a009 Fix dockerfile for etcd.2.0.0 2015-01-30 15:32:13 +01:00
Victor Marmol
8d38f74425 Update developer docs to use hack/ for e2e. 2015-01-23 15:52:12 -08:00
Brian Grant
20019ead4c Merge pull request #3616 from hTrap/patch-1
typo fixed
2015-01-21 07:14:56 -08:00
Parth Oberoi
3b3ff037b0 typo fixed ';'
unexpected ';' after environment on line 7
2015-01-21 14:29:56 +05:30
Parth Oberoi
6d6d3a3bee typo fixed 2015-01-20 05:02:13 +05:30
Brendan Burns
718a563b1f Add a gendocs pre-submit hook. 2015-01-15 09:52:51 -08:00
Deyuan Deng
2945f87b1b Doc fixes 2015-01-11 21:20:49 -05:00
Alex Robinson
580ed0f868 Update the doc on how to test for flakiness to actually work and to use kubectl. 2015-01-09 22:46:36 +00:00
Alex Robinson
d8dab5dfb9 Minor doc/comment fixes that came up while reading through some code. 2015-01-06 18:05:33 +00:00
Sergey Evstifeev
a8461efa29 Fix broken flaky-tests.md documentation link
The link ended up pointing at ./docs/devel/docs/devel/flaky-tests.md instead of .docs/devel/flaky-tests.md
2014-12-22 15:53:32 +01:00
Daniel Smith
c7d761f0f7 fix godep instructions 2014-12-16 15:52:53 -08:00
MikeJeffrey
990cb58d82 Create README.md in docs/devel 2014-12-12 11:05:30 -08:00
Daniel Smith
f18846c985 Merge pull request #2798 from brendandburns/master
Expand e2e instructions.
2014-12-09 09:54:05 -08:00
Brendan Burns
878b5e8a4a address comments. 2014-12-08 19:48:02 -08:00
Brendan Burns
1d031b7a03 Expand e2e instructions. 2014-12-08 16:01:35 -08:00
goltermann
00f409a067 Create pull-requests.md 2014-12-02 14:54:57 -08:00
goltermann
7d2dc1de7b Adding docs for prioritization of issues. 2014-12-01 19:07:46 -08:00
Eric Tune
65c7970465 Update development.md
It looks like magic incantation `hack/e2e-test.sh 1 1 1` is not longer supported.
2014-11-17 11:20:31 -08:00
Deyuan Deng
7f6580dbea Fix DESIGN.md link, and etcd installation instruction. 2014-11-11 22:12:27 -05:00
Maria Nita
815a82172c Update path to files in development doc 2014-11-11 17:30:32 +01:00
Eric Tune
c47693c0d5 Separated user, dev, and design docs.
Renamed: logging.md -> devel/logging.m
Renamed: access.md -> design/access.md
Renamed: identifiers.md -> design/identifiers.md
Renamed:    labels.md -> design/labels.md
Renamed:    namespaces.md -> design/namespaces.md
Renamed:    security.md -> design/security.md
Renamed:    networking.md -> design/networking.md

Added abbreviated user user-focused document in place of most moved docs.

Added docs/README.md explains how docs are organized.
Added short, user-oriented documentation on labels
Added a glossary.
Fixed up some links.
2014-10-31 08:35:53 -07:00
Przemo Nowaczyk
a156691e37 small docs fixes 2014-10-28 21:03:13 +01:00
Kouhei Ueno
5336cf3f39 Change git repo checkout https 2014-10-17 19:45:12 +09:00
Eric Tune
2ce16acd67 Move developer documentation to docs/devel/
Fix links.
2014-10-15 08:30:02 -07:00