Commit Graph

98 Commits

Author SHA1 Message Date
Guangya Liu 55da5ee50b Merge pull request #421 from tanshanshan/fix-api-convention
fix invalid url in api-conventions.md
2017-03-03 13:13:09 +08:00
Saad Ali 14db67ce38 Reword "release docs lead" to just "docs lead" 2017-03-01 21:35:49 -08:00
tanshanshan fddbb9288c fix invalid url in api-conventions.md 2017-03-02 10:54:35 +08:00
Shekhar a5a49371c2 corrected # of pull requests 2017-03-01 19:49:32 +05:30
Pengfei Ni 42ec015a21 Merge pull request #398 from supereagle/fix-user-guide-url
Fix user guide url
2017-02-27 14:46:17 +08:00
Brian Grant c089c0802f Merge pull request #391 from smarterclayton/spec_response
Describe API groups and spec/status for simple kinds
2017-02-26 17:00:28 -08:00
Phillip Wittrock 36a7cb1369 Merge pull request #392 from monopole/devFixes
Fix development instructions.
2017-02-24 11:14:24 -08:00
Jeffrey Regan 9e133b6162 Fix development instructions.
* Added etcd installation instructions ptr
  (cannot run integ tests w/o it).

* Removed unnecessary mercurial instructions
  (install works w/o mercurial).

* Moved pre-commit hook installation instructions from development
  loop to git clone section (it's a one time setup).

* Ditto for "setting upstream remote to no_push".

* Gathered Go install/upgrade discussion to one section.

* Put build/test instructions between checkout and commit.

  Formerly, build was up before fork (odd), and test was
	tacked at end of doc.

* Brought text into sync with the Workflow fig:

  * Assured 1:1 correspondence between numbered figure steps
    and numbered section headers - had no numbers before.

  * Used "$working_dir", "$user" and "myfeature" in text to
    match figure.
2017-02-24 10:49:55 -08:00
Erick Fejta e5e43742aa Add --extract=E documentation 2017-02-24 06:41:49 -08:00
supereagle 264bd0f4a6 fix url error 2017-02-24 14:33:58 +08:00
supereagle 2d53ed8ddb correct user guide url 2017-02-24 14:26:42 +08:00
Clayton Coleman 135ff327f1
Describe API groups and spec/status for simple kinds 2017-02-23 12:36:08 -05:00
supereagle 5707c418bc fix error links in test docs 2017-02-22 11:11:18 +08:00
Tim Hockin 96dd28871b remove UNVERSIONED_WARNING (#382) 2017-02-17 14:50:10 -06:00
Aaron Crickenberger 4b155b9cc0 Merge pull request #374 from feiskyer/fix
Correct kubenet config on node e2e tests
2017-02-17 09:45:50 -08:00
Maru Newby a4a73f930b Add package scoping to integration testing example (#375) 2017-02-17 00:59:04 -06:00
Aaron Crickenberger 89bebcf12e Merge pull request #373 from shaynewang/patch-1
Fixed broken link to generic_scheduler.go
2017-02-16 16:25:14 -08:00
Aaron Crickenberger 0d143b7fbb Merge pull request #310 from MHBauer/two-files
only list two files
2017-02-16 16:21:37 -08:00
Aaron Crickenberger 277adce85f Merge pull request #378 from spzala/i28n362
Fix the relative path to kubernetes in doc
2017-02-16 16:19:33 -08:00
Pengfei Ni 2c2a913971 Correct kubenet config on node e2e tests 2017-02-16 17:15:53 +08:00
Shayne Wang d30558c81b Update scheduler.md 2017-02-15 22:08:42 -08:00
Shayne Wang 19341be4ee Fixed broken link to generic_scheduler.go
404 Error because file was moved from plugin/pkg/scheduler/generic_scheduler.go to plugin/pkg/scheduler/core/generic_scheduler.go

change was made correspond to that change
2017-02-15 22:01:13 -08:00
Hemant Kumar d897c14fab make test with WHAT arguments changed (#296) 2017-02-15 15:37:43 -06:00
Harry Zhang f8f2fc3a08 Merge pull request #361 from icambridge/fix-links-to-code-of-conduct
Fix links to code of conduct
2017-02-15 11:17:54 +08:00
Sahdev P. Zala 12b817ae71 Fix the relative path to kubernetes in doc
Couple of links in docs still referencing relative path to kubernetes github.

fixes #362
2017-02-13 10:27:03 -05:00
Iain Cambridge 66608c5051 Fix links to code of conduct 2017-02-12 22:30:52 +01:00
Paul Morie 1cebcf3e2f Fix numerous broken links in API conventions doc 2017-02-11 15:26:15 -05:00
Erick Fejta ea155e2286 Add -- flag in hack/e2e.go documentation 2017-02-09 22:10:56 -08:00
Guangya Liu 15d98e7676 Fixed some typo in community documents. 2017-02-06 11:24:04 +08:00
Matt Liggett 3c12ad1f83 Update on-call-build-cop.md
Remove mention of handling PRs directly.  Also remove quinton.
2017-01-31 15:43:06 -08:00
Morgan Bauer 162cab9136
only list two files 2017-01-30 16:04:22 -08:00
Aaron Crickenberger a78e7d11ef Merge pull request #136 from lukaszo/patch-1
go 1.7 is now required - updating the docs
2017-01-30 17:07:42 -05:00
Morgan Bauer 19daa8a8b7
Update api-group docs 2017-01-30 12:41:20 -08:00
Łukasz Oleś cade5040b2 go 1.7 is now required - updating the docs
Folloow up on #28960
Also for example in #36020 http.ErrUseLastResponse is used which was introduced in go 1.7.
2017-01-30 15:40:15 +01:00
Michelle Au 3964b560d5 Add backtick to label 2017-01-26 16:37:13 -08:00
Michelle Au 91f49abbf8 Update e2e doc to add [Volume] label. 2017-01-26 16:23:39 -08:00
Jeff Grafton 36af529096 Update Bazel documentation to current state-of-the-world 2017-01-26 12:04:07 -08:00
Wojciech Tyczynski 17ac7d3b81 Merge pull request #237 from shyamjvs/kubemark-doc-modification
Improved kubemark-guide to reflect recent changes
2017-01-20 12:01:59 +01:00
Brian Grant 02555b58bd Delete cli-roadmap.md 2017-01-19 09:11:42 -08:00
Phillip Wittrock a1f687c8a5 Merge pull request #258 from heckj/fix_broken_readme_links
Fix broken developer doc links in README
2017-01-18 16:54:59 -08:00
Shyam JVS a1967db5bd Improved kubemark-guide to reflect recent changes 2017-01-18 23:09:17 +01:00
Brian Grant a5a36b6f1b Merge pull request #232 from xilabao/patch-1
update doc about enable rbac on local cluster
2017-01-18 13:47:24 -08:00
Brian Grant f6c3a98ed7 Merge pull request #245 from andrewsykim/fix-doc-link-for-api-changes
fix link to versioning.md in api_changes.md
2017-01-18 13:32:53 -08:00
Jędrzej Nowak 5de75389f8 Merge pull request #242 from gyliu513/scheduler-typo
Fixed some typo in testing.md.
2017-01-18 13:36:53 +01:00
Michal Rostecki 6757d9ff17 Merge pull request #260 from xialonglee/fix-broken-links
fix broken links
2017-01-18 10:22:50 +01:00
Fabian Reinartz 50d38598e8 Update metric instrumentation guide 2017-01-10 10:59:05 +01:00
xialonglee 28d7b0540c fix broken links 2017-01-09 15:00:22 +08:00
Joe Heck fa8f40adf1 resolves #235
Update README doc links to new doc location that's migrated from
community github repo
2017-01-08 10:38:47 -08:00
Saad Ali 0512891c73 Minor change in wording of release roles doc 2017-01-05 13:40:29 -08:00
Saad Ali 38d4fd06cd Merge pull request #251 from kubernetes/idvoretskyi-patch-1
Features lead role defining
2017-01-05 12:20:34 -08:00