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
Tony Li
91ca3b62eb
reorganize doc for easier discovery
2017-02-16 17:33:47 -08:00
Tony Li
5b1da0a8bd
change -up to --up
2017-02-16 17:33:32 -08:00
Tony Li
64c84cc90d
fix -- separators
2017-02-16 17:25:05 -08: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
Brandon Philips
9d0b5f7409
security-release-process: cleanup the overall process
...
Make the language much easier to read from beginning to end. And make
everyone's role easier to understand by giving people explicit role
names.
2017-01-29 11:38:15 -08:00
Brandon Philips
347ed93212
security-release-process: add release managers
...
The release managers should be on the list as they are going to be the
central point of coordination for testing, release, and communication.
2017-01-29 10:13:15 -08:00
Brandon Philips
7af7d262e4
security-release-process: remove mjg59 from PST
...
mjg59 has changed his role and has requested to be removed from the
responsiblity of the PST.
2017-01-29 10:12:23 -08:00
Brandon Philips
723185b3e6
docs: devel: add security release process
...
After the v1.4.3 release I know we are all thinking about the security
disclosure and response plan for Kubernetes. I think we need to document some
internal processes, external communication templates/process, and improve the
disclosure systems.
This document is based on discussion and a Google doc on SIG Auth:
https://groups.google.com/forum/#!topic/kubernetes-sig-auth/Xq2f8bWCNDM
**Known issues**
- We haven't specified a way to cycle the Product Security Team; but we need
this process deployed quickly as our current process isn't working. I will put
a deadline of March 1st 2017 to sort that.
Tracking issue: https://github.com/kubernetes/kubernetes/issues/35462
2017-01-29 10:06:01 -08: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
Phillip Wittrock
7e4c528f94
Add document outlining the supported pull request commands
2017-01-05 11:04:01 -08:00
Ihor Dvoretskyi
05d1168d65
Features lead role defining
2017-01-05 16:32:54 +02:00
tanshanshan
3b5b72faa3
fix invalid url
2017-01-04 14:23:57 +08:00
Klaus Ma
717088c7fe
Merge pull request #208 from k82cn/add_wip_process
...
Add "WIP-" process notes to pull request.
2017-01-02 21:05:10 +08:00
Michal Rostecki
10d14e15ef
Merge pull request #167 from humblec/master
...
Update scheduler doc about support for 'nodiskconflict' feature of iscsi plugin.
2017-01-02 07:57:46 +01:00
hchiramm
06395593eb
Update scheduler doc about support for 'nodiskconflict' feature of iscsi plugin.
...
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2017-01-02 12:25:01 +05:30
andrewsykim
1de9da4cfd
fix link to versioning document in api changes document
2016-12-31 13:07:14 -05:00
Saad Ali
d7dfe2503c
Document release team roles
2016-12-28 15:46:06 -08:00
Guang Ya Liu
7a12120f7b
Fixed some typo in testing.md.
2016-12-28 11:30:15 +08:00
xilabao
22415add49
update doc about enable rbac on local cluster
...
reference to https://github.com/kubernetes/kubernetes/pull/34619
2016-12-26 09:46:21 +08:00
Guangya Liu
0b336f6f39
Updated auth test link.
2016-12-25 15:14:26 +08:00
yanan Lee
1644134799
Incorrect punctuation types
...
Signed-off-by: yanan Lee <energylyn@zju.edu.cn>
Single quotes incorrect
Signed-off-by: yanan Lee <energylyn@zju.edu.cn>
Incorrect
Signed-off-by: yanan Lee <energylyn@zju.edu.cn>
delete
Signed-off-by: yanan Lee <energylyn@zju.edu.cn>
2016-12-22 15:50:25 +08:00
Klaus Ma
b0af736900
Merge pull request #228 from k82cn/qos_link_typo
...
Fix QoS doc link.
2016-12-22 10:02:39 +08:00
Sen Lu
4e8a9275c5
Merge pull request #221 from wxb0521/bo-community-0.5
...
Incorrect serial number
2016-12-21 11:38:20 -08:00
Klaus Ma
e359bb192b
Fix QoS doc link.
2016-12-21 23:49:50 +08:00
Klaus Ma
f67cde71da
Add WIP- process notes.
2016-12-21 18:59:49 +08:00
Xinbo Weng
6014012530
Incorrect serial number
...
Signed-off-by: Xinbo Weng <xihuanbo_0521@zju.edu.cn>
2016-12-21 17:09:02 +08:00
Xinbo Weng
fc3c79207c
redundant backquote
...
Signed-off-by: Xinbo Weng <xihuanbo_0521@zju.edu.cn>
2016-12-21 16:31:20 +08:00
Brandon Philips
e9cc2f36c3
Merge pull request #190 from x1957/patch-1
...
fix link
2016-12-20 11:50:03 -08:00
Jeff Grafton
6e00f5a70d
build-tools/ has been renamed build/
2016-12-19 16:22:07 -08:00
Fabiano Franz
1711e75d34
Merge pull request #184 from deads2k/cli-factory
...
add kubectl factory conventions
2016-12-19 16:41:26 -02:00
deads2k
15d8d13f08
add kubectl factory conventions
2016-12-19 11:56:56 -05:00
Chris Love
f55b843924
Merge pull request #121 from php-coder/improve_controllers_doc
...
devel/controllers.md: fix broken link and other minor improvements
2016-12-18 08:33:08 -07:00
x1957
1908127e4f
fix link
...
fix the link of user-guide and cluster admin guide
2016-12-17 22:15:29 +08:00
Hongchao Deng
2bb1e565da
scheduler.md: update policy section
2016-12-16 16:20:26 -08:00
Brian Grant
7f2a685971
Update issues.md
2016-12-15 21:37:18 -08:00
Brian Grant
aabe08d507
Update collab.md
2016-12-15 21:31:18 -08:00
Tim Hockin
92b9b8edd3
Merge pull request #178 from freehan/cri-network-spec
...
add CRI networking spec
2016-12-15 21:06:29 -08:00
Minhan Xia
f7679f154b
add cri network spec
2016-12-14 14:14:50 -08:00
Chao Xu
ba73f4fb67
update generating-clientset.md
2016-12-14 10:48:34 -08:00
Hongchao Deng
e3871da9ff
Merge pull request #164 from hongchaodeng/s
...
devel/scheduler: update intro and scheduling algo
2016-12-14 08:34:50 -08:00
Zihong Zheng
eef9b8e991
Removes unused KUBE_DNS_REPLICAS var
2016-12-13 15:07:10 -08:00
Hongchao Deng
7d5d4f6e76
devel/scheduler: update intro and scheduling algo
2016-12-12 20:33:41 -08:00
Tim St. Clair
109bfd7598
Add apiserver flag to CRI guide
...
Add required `--feature-gates=StreamingProxyRedirects=true`
2016-12-09 19:13:36 -05:00
Euan Kemp
55cca05d49
devel/local-up: doc cfssl requirement
...
Also a couple minor tweaks
2016-12-08 23:57:29 -08:00
Brian Grant
b9cd7c723d
Update client-libraries.md
2016-12-08 01:02:36 -08:00
Brian Grant
db0886e6bb
Update client-libraries.md
2016-12-08 01:02:11 -08:00
Mengqi Yu
e55e769d31
Merge pull request #140 from ymqytw/patch_merging_list_of_primitives
...
Design doc for patch list of primitives that has merge strategy
2016-12-07 15:43:51 -08:00
ymqytw
8ffe459e18
patch set of primitives and doc the delete behavior of duplicates
2016-12-07 15:39:36 -08:00
Pengfei Ni
176c628a15
Fix links of cri proto
...
Signed-off-by: Pengfei Ni <feiskyer@gmail.com>
2016-12-03 20:31:09 +08:00
mbohlool
585bb5b02a
Merge pull request #129 from kubernetes/mbohlool-patch-1
...
Add client-python to sig-api-machinery's supported clients
2016-12-02 14:18:14 -08:00
mbohlool
57d5e4858f
Add client-python to SIG API Machinery's supported clients
2016-12-02 14:15:46 -08:00
Clayton Coleman
cb665ec0b5
Merge pull request #133 from tanshanshan/scheduler_doc
...
Delete the content about priorities.go
2016-12-02 12:21:06 -05:00
tanshanshan
98411777e2
Delete the content about priorities.go
2016-12-02 14:22:05 +08:00
Jeff Grafton
177a4e974a
No need to go get go-bindata
2016-12-01 14:31:12 -08:00
Yu-Ju Hong
19b974f205
Fix a link in the CRI doc
2016-12-01 10:25:23 -08:00
Slava Semushin
297eab8888
contributors/devel/controllers.md: fix broken link and other minor improvements.
2016-12-01 18:13:44 +01:00
Michelle Noorali
05d50ebda1
imported docs/devel as a subtree
2016-11-30 14:43:43 -05:00