Commit Graph

3634 Commits (5d479cc971d2666796f2189b289375c588245d2b)

Author SHA1 Message Date
George Tankersley 5d479cc971 docs/proposals: specify encoding of certificate requests 2016-04-14 14:03:31 -07:00
George Tankersley ac1e82c38c docs/proposals: update kubelet tls bootstrap proposal 2016-04-12 12:38:38 -07:00
George Tankersley c553c5b575 Update documents properly 2016-02-03 14:28:06 -08:00
George Tankersley c47d49dd3e Fix typo 2016-02-02 16:25:55 -08:00
George Tankersley 5340ec8c5d Add proposal for kubelet TLS bootstrap 2016-02-01 13:56:07 -08:00
k8s-merge-robot ad40653a47 Merge pull request #20328 from deads2k/describe-path-loading
Auto commit by PR queue bot
2016-02-01 11:13:27 -08:00
k8s-merge-robot 2bea9e73dd Merge pull request #20366 from pmorie/local-cluster-docs
Auto commit by PR queue bot
2016-02-01 10:43:52 -08:00
deads2k a6db141216 explain kubeconfig path loading rules 2016-02-01 13:34:05 -05:00
k8s-merge-robot 91f67372bf Merge pull request #20315 from pmorie/e2e-doc
Auto commit by PR queue bot
2016-02-01 10:29:15 -08:00
Chao Xu 90b4662d8d Add services/status path, and let the service controller uses Services.UpdateStatus() 2016-01-31 12:39:45 -08:00
k8s-merge-robot a81fa2f926 Merge pull request #18827 from sdminonne/workflow_resource
Auto commit by PR queue bot
2016-01-31 02:29:20 -08:00
k8s-merge-robot 4ee1bd5b50 Merge pull request #20342 from lavalamp/doc-flaky-test
Auto commit by PR queue bot
2016-01-31 02:15:38 -08:00
Alex Robinson 52cc7d9b23 Merge pull request #19929 from luxas/fix_hyperkube_version
Update docker and docker-multinode docs on master to require 1.2.x
2016-01-30 17:40:28 -08:00
k8s-merge-robot 2ab16bda17 Merge pull request #19882 from janetkuo/kubectl-rollout-command
Auto commit by PR queue bot
2016-01-30 16:52:55 -08:00
Paul Morie c2063833f2 Add docs about dotfiles in secret volumes 2016-01-30 12:47:05 -05:00
k8s-merge-robot 34f4a03f62 Merge pull request #20103 from mml/drain-followup
Auto commit by PR queue bot
2016-01-30 06:25:06 -08:00
k8s-merge-robot 311d8f8ab9 Merge pull request #20009 from janetkuo/kubectl-get-deployments
Auto commit by PR queue bot
2016-01-30 04:16:27 -08:00
Paul Morie e33b9a9460 Add basic doc on local cluster to dev guide 2016-01-30 00:33:27 -05:00
Paul Morie 41587e2810 Add link to e2e docs from coding conventions 2016-01-30 00:06:34 -05:00
k8s-merge-robot 17490c027d Merge pull request #19582 from smarterclayton/benchmark_watch
Auto commit by PR queue bot
2016-01-29 20:47:43 -08:00
k8s-merge-robot c3a9b77d41 Merge pull request #19669 from mikedanese/scheduler-config
Auto commit by PR queue bot
2016-01-29 15:44:00 -08:00
Lucas Käldström 75e8c3f180 Update docker and docker-multinode docs on master to require 1.2.x and use the hyperkube-arch image 2016-01-29 23:01:49 +02:00
Daniel Smith 546637dc6f add instructions to ease follow-up 2016-01-29 11:47:33 -08:00
Fabio Yeon eb2c2d1af4 Merge pull request #20111 from fabioy/fix-tmp-tests
Add temp directory creation method for tests.
2016-01-29 09:51:12 -08:00
Salvatore Dario Minonne e8cf1dc8d1 Workflow: adding controller and address 2nd round review 2016-01-29 17:09:43 +01:00
Mike Danese bb108fb03c autogenerated 2016-01-29 00:00:59 -08:00
k8s-merge-robot 6e6974a38f Merge pull request #18600 from mikedanese/kube-proxy-file
Auto commit by PR queue bot
2016-01-28 23:01:42 -08:00
k8s-merge-robot 554382b503 Merge pull request #20317 from pmorie/third-party-doc
Auto commit by PR queue bot
2016-01-28 21:25:14 -08:00
Paul Morie c56a51d252 Expand coding convention information on third party code 2016-01-29 00:04:52 -05:00
k8s-merge-robot 298028dc8b Merge pull request #18533 from jlowdermilk/kubectl-help
Auto commit by PR queue bot
2016-01-28 20:55:27 -08:00
k8s-merge-robot 259193dfbb Merge pull request #19772 from joshix/patch-1
Auto commit by PR queue bot
2016-01-28 20:16:58 -08: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
Jeff Lowdermilk 734a8c0602 Change kubectl help/examples to use jsonpath instead of template 2016-01-28 16:10:48 -08:00
Mike Danese 3ebbeb3c8c autogenerated 2016-01-28 15:46:40 -08:00
Fabio Yeon 2eac20562f Update API docs. 2016-01-28 15:29:53 -08:00
Paul Morie f2d1a20178 Regen for ConfigMap API move 2016-01-28 17:17:24 -05:00
Paul Morie 9030f16071 Move ConfigMap to main API 2016-01-28 17:07:05 -05:00
Fabio Yeon c6253c8d5e Merge pull request #19971 from feihujiang/fixErrorCommentInNodeCondition
Fix a small error comment in nodecondition type
2016-01-28 14:01:54 -08:00
Matt Liggett d4b02466b7 Add support for Job-managed pods to drain. 2016-01-28 13:23:12 -08:00
k8s-merge-robot 4e27ed67e4 Merge pull request #17191 from nikhiljindal/3rdpartyServers
Auto commit by PR queue bot
2016-01-28 06:20:39 -08:00
Fabio Yeon 7205a160ac Remove all instances of "/tmp" from unit tests and replace with a common
tmp directory creator. Exception is documented.
2016-01-27 16:11:22 -08:00
Brendan Burns 4f845ad6e1 Merge pull request #19642 from MikeSpreitzer/issue/19618
Introduce FLANNEL_OTHER_NET_CONFIG
2016-01-27 12:20:11 -08:00
k8s-merge-robot 86dd321c73 Merge pull request #19489 from cloudnativeapps/vsphere-support-1
Auto commit by PR queue bot
2016-01-26 22:27:55 -08:00
k8s-merge-robot 91527c29cf Merge pull request #17382 from caesarxuchao/rewrite-linkchecker
Auto commit by PR queue bot
2016-01-26 17:51:44 -08:00
Chao Xu 3ec4cd423e linkchecker tool now visits the URL to determine if it's valid 2016-01-26 17:01:37 -08:00
Alex Robinson 6acf297231 Update the fluentd versions to include fixes for #19405. 2016-01-27 00:30:53 +00:00
k8s-merge-robot 6f1ec1b946 Merge pull request #19923 from pmorie/config-volume-proposal
Auto commit by PR queue bot
2016-01-26 13:03:12 -08:00
David Oppenheimer af26de50e8 Merge pull request #20124 from davidopp/affinity
Minor cleanups to anti-affinity proposal
2016-01-26 12:36:05 -08:00
nikhiljindal 094e537e08 Adding a proposal for third party API servers 2016-01-26 12:17:11 -08:00