Commit Graph

90 Commits

Author SHA1 Message Date
goltermann add7066dad Add PR merge policy for RC.
Link to ok-to-merge label
2015-06-23 16:02:25 -07:00
Mike Danese 7cf9d2ca90 fix master precommit hook 2015-06-19 09:59:27 -07:00
Marek Biskup dab63f2280 add links to unlinked documents; move making-release-notes.md to docs/devel 2015-06-19 17:46:30 +02:00
Satnam Singh 376edcfb1d 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 36e82c8f09 Merge pull request #9503 from JeffPaine/git-docs-update
Consolidate git setup documentation
2015-06-18 13:15:45 -07:00
Alex Robinson 98ebb76f76 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 2c9669befd 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 9e09c1101a Consolidate git setup documentation.
Closes #9091
2015-06-09 21:11:52 -04:00
Brendan Burns 2f18beac68 Purge cluster/kubectl.sh from nearly all docs.
Mark cluster/kubectl.sh as deprecated.
2015-06-09 13:35:52 -07:00
Kris Rousey 28951be8bb Updating docs/ to v1 2015-06-05 14:09:49 -07:00
Alex Robinson 1351801078 Fix broken links in the vagrant developer guide. 2015-06-04 21:35:38 +00:00
Wojciech Tyczynski a5e20a975c Update instructions on conversions. 2015-05-28 17:42:41 +02:00
Anastasis Andronidis 4636961f5a rename resize to scale 2015-05-27 19:08:06 +02:00
Anastasis Andronidis bd70869deb rename run-container to run in kubectl 2015-05-27 19:07:17 +02:00
Dawn Chen 4f39953ba5 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 c817b2f96f in docs, update replicationController to replicationcontroller 2015-05-20 17:31:15 -07:00
Wojciech Tyczynski 3c173916ea Automatically generate conversions 2015-05-20 17:11:18 +02:00
Tim Hockin bb07a8b81e Don't rename api imports in conversions 2015-05-19 11:21:21 -07:00
Eric Tune 31b44ff68f Add API change suggestions. 2015-05-18 11:15:22 -07:00
Nikhil Jindal b65b7d345e 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 cf0bda9102 update docs/devel flaky-tests to v1beta3 2015-05-17 15:48:33 -07:00
Jeff Lowdermilk e1d595ebbd 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 b67f72a316 Switch git hooks to use pre-commit 2015-05-13 12:50:25 -07:00
Wojciech Tyczynski c92c7a5d82 Instructions for generating conversions. 2015-05-13 14:43:48 +02:00
Matt Bogosian 8b6e9102be Fix environment variable error in Vagrant docs: `KUBERNETES_MASTER_MINION` -> `KUBERNETES_MINION_MEMORY`. 2015-05-07 12:04:31 -07:00
Paul Morie f3f8354b3a Add step to API changes doc for swagger regen 2015-05-04 16:32:08 -04:00
Wojciech Tyczynski c7f8e8e7f8 Improvements to conversions generator. 2015-04-29 16:32:31 +02:00
Rohit Jnagal 5ccad95c49 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 ef8d5722be Add hint re: fuzzer to api changes doc 2015-04-27 09:25:17 -04:00
George Kuan eb7b52f95a Corrected some typos 2015-04-26 19:37:14 -07:00
Matt Bogosian 77e469b287 Fix #2741. Add support for alternate Vagrant providers: VMWare Fusion, VMWare Workstation, and Parallels. 2015-04-17 11:26:29 -07:00
Tim Hockin 457acee81e 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 2375fb9e51 Add documentation to help new contributors with write access
from accidentally pushing upstream.
2015-04-15 20:51:49 -07:00
António Meireles 655bbc697f 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 52f4cee414 Add some more clarity around "controversial" or "complex" PRs and merging. 2015-04-02 12:05:49 -07:00
Jerzy Szczepkowski cf7a217be0 Merge pull request #6050 from piosz/docs
Changed merge policy
2015-04-02 10:09:05 +02:00
goltermann 5d31ce87c8 Update issues.md 2015-04-01 16:37:42 -07:00
goltermann fcd666c840 Update issues.md
Updating priority definitions - open for discussion if there are other opinions.
2015-04-01 13:00:37 -07:00
Piotr Szczesniak 73ec8632c4 Changed merge policy 2015-03-31 16:54:03 +02:00
Jeff Grafton 5ed385b9e7 Merge pull request #5141 from erictune/gsgrules
Guidelines for Getting Started Guide contributions
2015-03-30 15:35:37 -07:00
Eric Tune d60aa36171 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 636062818f 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 670cba557a Merge pull request #5836 from adymitruk/patch-1
Better wording for clean up.
2015-03-27 10:06:21 +01:00
Rohit Jnagal 4d946b3353 Add a pointer to kubernetes-dev to API changes doc. 2015-03-25 18:00:52 +00:00
Adam Dymitruk 8a901730fe 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 cd5cc3bdf6 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 3fe373e83a Update vagrant documentation to use get.k8s.io for setup. 2015-03-18 22:17:45 +00:00
Yu-Ju Hong 9786c3c763 Add -v to `go run hack/e2e.go -ctl` commands 2015-03-17 12:32:34 -07:00
Brian Grant 31e8d2b80e 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 d2499d4bdc 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