Commit Graph

5372 Commits

Author SHA1 Message Date
k8s-merge-robot
6c5540baae Merge pull request #20232 from mml/daemonset-warn
Auto commit by PR queue bot
2016-02-05 23:12:51 -08:00
k8s-merge-robot
474795060c Merge pull request #19806 from madhusudancs/replicaset-link-boilerplate
Auto commit by PR queue bot
2016-02-05 22:45:13 -08:00
Janet Kuo
38ae5785dc Update docs for removing UniqueLabelKey from deployment spec 2016-02-05 21:21:41 -08:00
Madhusudan.C.S
4f9b8b2bfc Link all the ReplicaSet controller boilerplate together.
1. Enable replica set in controller manager.
2. Enable replica set etcd storage in master package.
3. Add replica set support to kubectl commands.
2016-02-05 21:05:10 -08:00
k8s-merge-robot
8e56494ec5 Merge pull request #20140 from resouer/scheduler
Auto commit by PR queue bot
2016-02-05 20:08:31 -08:00
Kurt Stam
4e2c82fcb1 service discovery proposal using kubernetes service annotations 2016-02-05 21:38:17 -05:00
k8s-merge-robot
fcf9c4a1e4 Merge pull request #19741 from pwittrock/syncfsmetrics
Auto commit by PR queue bot
2016-02-05 17:54:22 -08:00
Mike Danese
b1743a6887 this is a manual reversion of #20702
I can't revert with github which says "Sorry, this pull request couldn’t be
reverted automatically. It may have already been reverted, or the content may
have changed since it was merged."

Reverts commit: 0c191e787b
2016-02-05 16:34:02 -08:00
Phillip Wittrock
3de94cd23c Supply volume fs metrics to server/stats/handler.go
* Metrics will not be expose until they are hooked up to a handler
* Metrics are not cached and expose a dos vector, this must be fixed before release or the stats should not be exposed through an api endpoint
2016-02-05 16:00:24 -08:00
k8s-merge-robot
6b20879a7f Merge pull request #20142 from bprashanth/ing_tls
Auto commit by PR queue bot
2016-02-05 15:07:09 -08:00
Daniel Smith
9441721fee Merge pull request #19689 from AdoHe/kubectl_label_display
kubectl add show-labels flag to make it more readable
2016-02-05 14:08:37 -08:00
Prashanth Balasubramanian
c56bebf594 Basic TLS support. 2016-02-05 11:00:04 -08:00
k8s-merge-robot
87fbfdc953 Merge pull request #20116 from Clarifai/http-headers
Auto commit by PR queue bot
2016-02-05 10:28:31 -08:00
k8s-merge-robot
14d74a1c01 Merge pull request #19365 from jsafrane/devel/retry-delete
Auto commit by PR queue bot
2016-02-05 09:55:21 -08:00
k8s-merge-robot
175d0c57f2 Merge pull request #19880 from DirectXMan12/feature/limit-ebs-scheduler-predicate
Auto commit by PR queue bot
2016-02-05 09:26:42 -08:00
k8s-merge-robot
266d7aa5b3 Merge pull request #19783 from magicwang-cn/master
Auto commit by PR queue bot
2016-02-05 08:53:30 -08:00
Rudi Chiarito
a2d1bb7acf Add httpHeaders to httpGet liveness probe
Also update existing documentation and try to steer users away from 'host'.
Add validation.
2016-02-05 11:20:04 -05:00
Jan Safranek
76b6449715 Retry recycle or delete operation on failure.
Recycle controller tries to recycle or delete a PV several times.
It stores count of failed attempts and timestamp of the last attempt in
annotations of the PV.

By default, the controller tries to recycle/delete a PV 3 times in
10 minutes interval. These values are configurable by
kube-controller-manager --pv-recycler-maximum-retry=X --pvclaimbinder-sync-period=Y
arguments.
2016-02-05 17:02:13 +01:00
gmarek
90ddf533f5 Fix generated api-reference-docs 2016-02-05 16:56:51 +01:00
k8s-merge-robot
3cfb090939 Merge pull request #7893 from pweil-/security-policy
Auto commit by PR queue bot
2016-02-05 07:14:37 -08:00
Vladimir Rutsky
fa37bff9de fix list enumeration
Right now list items are rendered as "1.", "1." instead of "1.", "2.", see
http://kubernetes.io/v1.1/docs/user-guide/walkthrough/README.html#volumes
2016-02-05 18:05:58 +03:00
k8s-merge-robot
ae15a4437b Merge pull request #19944 from mwielgus/simple-cm
Auto commit by PR queue bot
2016-02-05 06:41:28 -08:00
Chris Kühl
f62cffa11e docs: make CoreOS casing consistent 2016-02-05 14:49:21 +01:00
dobbymoodge
c22f348f86 SCC proposal edits for clarity and correctness
This commit fixes a few typographical and wording nits, adds formatting
for keywords where appropriate, and tweaks punctuation for clarity
2016-02-05 08:45:50 -05:00
Paul Weil
03261146b0 api 2016-02-05 08:45:50 -05:00
Paul Weil
367b307dde design 2016-02-05 08:42:04 -05:00
bryk
46f51d74bb Set kubernetes-dashboard as the default UI addon
Dashboard release info:
https://github.com/kubernetes/dashboard/releases/tag/v0.1.0

This replaces kube-ui addon
2016-02-05 13:36:37 +01:00
gmarek
0c191e787b Split controller flags between controllers 2016-02-05 12:17:51 +01:00
Marcin Wielgus
bf0c881263 Set Docker custom metric label for cAdvisor if custom metric volume is mounted 2016-02-05 12:00:02 +01:00
magicwang-cn
d2cf858560 make watch cache sizes configuratable of kube-apiserver 2016-02-05 15:47:27 +08:00
Alex Robinson
e5c5f76402 Update the default fluentd images to parse system logs. 2016-02-04 23:29:27 +00:00
k8s-merge-robot
ad9fa30e7e Merge pull request #20023 from erictune/secrets-doc
Auto commit by PR queue bot
2016-02-04 11:57:41 -08:00
Yu-Ju Hong
169ca5cdc5 Proposal: add a runtime pod cache in kubelet 2016-02-04 11:23:38 -08:00
Eric Tune
db57460035 Update secrets docs
Use `kubectl create secret` wherever possible
instead of defining a complete object.

Reorganized some content.
2016-02-04 10:09:17 -08:00
AdoHe
714d12cf72 kubectl add show-labels flag to make it more readable 2016-02-04 02:08:44 -05:00
Saad Ali
0952dcd349 Merge pull request #20389 from mqliang/deployment-MinReadySeconds
Move MinReadySeconds out of RollingUpdateDeployment
2016-02-03 22:44:14 -08:00
k8s-merge-robot
16aa40cc33 Merge pull request #20035 from janetkuo/record-command
Auto commit by PR queue bot
2016-02-03 20:19:08 -08:00
k8s-merge-robot
dbd7b83d93 Merge pull request #20545 from pmorie/boilerplate
Auto commit by PR queue bot
2016-02-03 19:46:26 -08:00
k8s-merge-robot
bb7ad7cd09 Merge pull request #18795 from dcbw/cbr0-network-plugin
Auto commit by PR queue bot
2016-02-03 19:46:25 -08:00
David Oppenheimer
bf2dbd61a2 Merge pull request #19758 from Huawei-PaaS/node-affinity-part1
NodeSelector, HardNodeAffinity and SoftNodeAffinity implementation
2016-02-03 19:18:45 -08:00
Kevin
c8c82c1d8f implement Node affinity and NodeSelector 2016-02-04 01:53:14 +00:00
k8s-merge-robot
d4da1ee3ce Merge pull request #19835 from janetkuo/kubectl-rollout
Auto commit by PR queue bot
2016-02-03 17:39:04 -08:00
Paul Morie
b672785d72 Add boilerplate checks for Dockerfiles 2016-02-03 18:35:26 -05:00
Paul Morie
05bd107301 Add boilerplate checks for Makefiles 2016-02-03 18:35:26 -05:00
George Tankersley
c553c5b575 Update documents properly 2016-02-03 14:28:06 -08:00
Eric Tune
36f6049b07 Document Unions, conventions for adding to Unions. 2016-02-03 13:25:18 -08:00
Robert Bailey
344a587f34 Document the communication paths between the master and node. 2016-02-03 10:21:22 -08:00
Janet Kuo
5088d0e147 Record kubectl commands 2016-02-03 10:19:05 -08:00
Dan Williams
fabb65c13f Add a network plugin that duplicates "configureCBR0" functionality 2016-02-03 10:08:08 -06:00
harry
233a601130 Caculate priorities based on image locality
Add test for image score

Update generated docs
2016-02-03 21:01:26 +08:00
k8s-merge-robot
8f4a10ec87 Merge pull request #20524 from erictune/job-doc-fixes
Auto commit by PR queue bot
2016-02-03 00:17:39 -08:00
k8s-merge-robot
a7ef693f84 Merge pull request #20464 from thockin/proxymode-iptables
Auto commit by PR queue bot
2016-02-03 00:17:38 -08:00
Eric Tune
a400be6d55 Added design proposal for selector generation.
Linked from jobs proposal.
2016-02-02 22:41:30 -08:00
k8s-merge-robot
8d8de2efb4 Merge pull request #19314 from cjcullen/tunnels
Auto commit by PR queue bot
2016-02-02 19:46:06 -08:00
mqliang
c4a1ab42e3 Move MinReadySeconds out of RollingUpdateDeployment 2016-02-03 11:38:11 +08:00
Kirill Kolyshkin
c734fca715 centos_manual_config.md: fix etcd client port
As per https://github.com/coreos/etcd/blob/master/Documentation/configuration.md

> The official etcd ports are 2379 for client requests, and 2380 for peer
> communication. Some legacy code and documentation still references
> ports 4001 and 7001, but all new etcd use and discussion should
> adopt the assigned ports.

Indeed, etcd-2.1.1-2.el7.x86_64 as comes in centos 7 "extras" repo is configured
to listen to clients at port 2379, not 4001.
2016-02-02 18:25:56 -08:00
Jeff Lowdermilk
d4af417010 Merge pull request #20453 from ihmccreery/flaky-label-update
Update docs on flaky issues
2016-02-02 18:19:00 -08:00
George Tankersley
c47d49dd3e Fix typo 2016-02-02 16:25:55 -08:00
Janet Kuo
442c75045a Add kubectl rollout undo 2016-02-02 14:20:01 -08:00
Solly Ross
2d436ff080 Scheduler predicate for capping node volume count
For certain volume types (e.g. AWS EBS or GCE PD), a limitted
number of such volumes can be attached to a given node.  This commit
introduces a predicate with allows cluster admins to cap
the maximum number of volumes matching a particular type attached to a
given node.

The volume type is configurable by passing a pair of filter functions,
and the maximum number of such volumes is configurable to allow node
admins to reserve a certain number of volumes for system use.

By default, the predicate is exposed as MaxEBSVolumeCount and
MaxGCEPDVolumeCount (for AWS ElasticBlocKStore and GCE PersistentDisk
volumes, respectively), each of which can be configured using the
`KUBE_MAX_PD_VOLS` environment variable.

Fixes #7835
2016-02-02 16:21:42 -05:00
Tim Hockin
7ed83ad4f9 Make kube-proxy default to iptables (regression)
This was accidentally introduced as part of the component config changes.
2016-02-02 12:45:11 -08:00
k8s-merge-robot
cfa3f037fd Merge pull request #20087 from kargakis/rollout-pause-resume
Auto commit by PR queue bot
2016-02-02 12:03:44 -08:00
CJ Cullen
04eb90a5d4 Make tunneler hold tunnels open and healthcheck vs. reopening every 5 minutes.
Also add a test for the Update() logic.
Reordered tunnels vs. storage initialization (prevent a nil ptr panic)
2016-02-02 12:00:29 -08:00
Matt Liggett
f2d5375bc0 Stop deleting DaemonSet pods during drain.
We do this because they will be recreated immediately by the
DaemonSet Controller.  In addition, we also require a specific flag
(--ignore-daemonsets) when there are DaemonSet pods on the node.
2016-02-02 11:13:29 -08:00
k8s-merge-robot
635cf5877f Merge pull request #12802 from yujuhong/kubelet_proposal
Auto commit by PR queue bot
2016-02-02 10:26:44 -08:00
k8s-merge-robot
c5260c8c71 Merge pull request #20145 from mqliang/quorum-read
Auto commit by PR queue bot
2016-02-02 05:50:41 -08:00
Lucas Käldström
f18d40c28e Update docker-multinode, use restart=on-failure and bump to 1.2.0-alpha.7 2016-02-02 15:34:38 +02:00
Filip Grzadkowski
f7cab1fd3e Fix link in releasing.md
Remove additional space which broke http link.
2016-02-02 13:58:47 +01:00
k8s-merge-robot
71727385e8 Merge pull request #20069 from BugRoger/cephfs_subtree_mount_master
Auto commit by PR queue bot
2016-02-02 02:15:35 -08:00
Michail Kargakis
21c2b836ed kubectl: add rollout pause/resume subcommands 2016-02-02 10:33:55 +01:00
k8s-merge-robot
17a5058e83 Merge pull request #19893 from janetkuo/kubectl-rollout-history
Auto commit by PR queue bot
2016-02-02 01:13:15 -08:00
k8s-merge-robot
6f94afb68d Merge pull request #20390 from pra85/patch-1
Auto commit by PR queue bot
2016-02-01 17:41:28 -08:00
Isaac Hollander McCreery
bb4a41d84c Updates based on comments 2016-02-01 16:24:41 -08:00
Isaac Hollander McCreery
3889cd5a6c Update docs on flaky issues 2016-02-01 16:01:32 -08:00
Janet Kuo
8fb86a3d3b Add kubectl rollout history 2016-02-01 15:32:43 -08:00
k8s-merge-robot
4eaffd2477 Merge pull request #19900 from vishh/kubelet-cpu-cfs
Auto commit by PR queue bot
2016-02-01 15:18:30 -08:00
George Tankersley
5340ec8c5d Add proposal for kubelet TLS bootstrap 2016-02-01 13:56:07 -08:00
Michael Schmidt
92d814725b add generated code 2016-02-01 22:31:44 +01: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
feihujiang
b3e1448538 Update configuring-container.md document 2016-02-01 15:35:27 +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
Prayag Verma
cef8672855 Fix Typos
Minor spelling mistakes -
descibe > describe
menioned > mentioned
compatiblity > compatibility
programatic > programmatic
2016-02-01 01:39:12 +05:30
Michail Kargakis
426ef93358 docs: kubectl command structure and generators conventions 2016-01-31 17:24:17 +01: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
Thibault Serot
341f09a103 Fixing conflict 2016-01-30 19:46:56 +01:00
Thibault Serot
ac1bb72155 Enabling DNS support in local-up-cluster.sh 2016-01-30 19:45:59 +01: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
mqliang
b0e06c14e5 add a knob to enable quorum read 2016-01-30 20:32:12 +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
Isaac Hollander McCreery
89dfad4087 Add docs about the PR builder 2016-01-29 16:23:59 -08:00
Isaac Hollander McCreery
b6cb8be2bd CI testing guidelines redux 2016-01-29 16:20:53 -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
Prashanth Balasubramanian
63b7ba0414 [wip] CI testing guidelines 2016-01-29 15:36:50 -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
Aaron Crickenberger
d52855cab4 Link how-to-doc.md in devel/README.md 2016-01-29 12:44:55 -08:00
Aaron Crickenberger
43e45bbe5a Copy-paste on-call docs out of wiki
Changed links to docs/wiki where appropriate.  No content changes aside
from explicitly calling out FAQ's as living in the wiki.

Ran `hack/update-generated-docs.sh`
2016-01-29 12:44:52 -08: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
k8s-merge-robot
8c821700f3 Merge pull request #19389 from justinsb/internal_cidr
Auto commit by PR queue bot
2016-01-26 03:58:48 -08:00
k8s-merge-robot
88a72c2c9d Merge pull request #19938 from mikedanese/ipvalidate
Auto commit by PR queue bot
2016-01-25 21:09:51 -08:00
k8s-merge-robot
2286bd3a38 Merge pull request #19961 from mamikonyana/newrepo
Auto commit by PR queue bot
2016-01-25 19:51:23 -08:00
k8s-merge-robot
6e41d7a4e4 Merge pull request #19918 from kartouch/master
Auto commit by PR queue bot
2016-01-25 19:50:35 -08:00
k8s-merge-robot
d582fabf90 Merge pull request #19753 from jayunit100/cleanup-ha-example
Auto commit by PR queue bot
2016-01-25 19:48:14 -08:00
k8s-merge-robot
707b0b833c Merge pull request #19678 from bgrant0607/docfix
Auto commit by PR queue bot
2016-01-25 19:47:39 -08:00
k8s-merge-robot
5c52ba3e87 Merge pull request #20074 from a-robinson/brokenlink
Auto commit by PR queue bot
2016-01-25 19:33:39 -08:00
jay vyas
f3f167d2f9 Remove podmaster stuff, in lieu of the new least prototype 2016-01-25 18:47:00 -05:00
David Oppenheimer
8202906055 Cleanup. 2016-01-25 15:41:12 -08:00
Daniel Smith
ac5b954dce add expectations for flaky test issues 2016-01-25 14:18:17 -08:00
Brian Grant
ec83db2f46 Remove CAPS reference. Add node self-healing. 2016-01-25 18:51:30 +00:00
Brian Grant
ccc857c09a Update the description of what's not in Kubernetes. 2016-01-25 18:51:30 +00:00
Paul Morie
918a69479c Update proposal for ConfigMap volume 2016-01-25 13:48:46 -05:00
Eric Tune
99f301d0b7 Merge pull request #11980 from soltysh/scheduledjob_controller_proposal
ScheduledJob controller proposal
2016-01-25 08:39:16 -08:00
k8s-merge-robot
d7d601b2fc Merge pull request #18876 from erictune/dynamic-job
Auto commit by PR queue bot
2016-01-25 08:06:22 -08:00
k8s-merge-robot
d3b869ae14 Merge pull request #17922 from smarterclayton/split_codec
Auto commit by PR queue bot
2016-01-25 06:30:39 -08:00
k8s-merge-robot
1992fca62d Merge pull request #20081 from luxas/fix_apiserver_proxy_docs
Auto commit by PR queue bot
2016-01-25 06:07:44 -08:00
k8s-merge-robot
20273cf961 Merge pull request #20039 from ihmccreery/no-experimental
Auto commit by PR queue bot
2016-01-25 06:06:51 -08:00
k8s-merge-robot
33d1f6c085 Merge pull request #18265 from davidopp/affinity
Auto commit by PR queue bot
2016-01-25 05:57:10 -08:00
Lucas Käldström
528910f5f4 Fix the apiserver proxy doc 2016-01-25 09:33:08 +02:00
Alex Robinson
c9471a1665 Fix broken link to logging sidecar example. 2016-01-24 17:22:35 -08:00
Dhawal Yogesh Bhanushali
f7db2c6e99 vsphere support 2016-01-24 13:52:56 -08:00
David Oppenheimer
5abfb43b64 Merge pull request #18263 from davidopp/taints-tolerations
Dedicated nodes, taints, and tolerations design proposal
2016-01-24 12:15:57 -08:00
David Oppenheimer
1948dc5ab0 Merge pull request #18261 from davidopp/nodeselector
Node affinity and NodeSelector design doc
2016-01-24 12:12:45 -08:00
David Oppenheimer
14c276306c Dedicated nodes, taints, and tolerations design doc. 2016-01-23 23:05:50 -08:00
David Oppenheimer
87f2590f37 How to build Mesos/Omega-style frameworks on Kubernetes. 2016-01-23 22:00:19 -08:00
David Oppenheimer
32fa44041b Design doc for node affinity, including NodeSelector. 2016-01-23 19:57:41 -08:00
David Oppenheimer
cea5cf42b6 Inter-pod topological affinity/anti-affinity design doc. 2016-01-23 18:39:34 -08:00
Isaac Hollander McCreery
21e3776de6 Change wording about experimental API 2016-01-22 16:03:08 -08:00
Eric Tune
53ee76fe1a Support Work Queue jobs with variable parallelism
When job.spec.completions is nil, only
one task needs to succeed for the job to succeed,
and parallelism can be scaled freely during runtime.

Added tests.

Release Note:

This causes two minor changes to the API.

First, unset parallelism previously was defaulted to be
equal to completions.  Now it always defaults to 1 if unset.

Second, having parallelism=N and completions unset would previously
be defaulted to 1 completion and N parallelism.
(this is not something we expect people to do, though)
Now, no defaulting occurs in that case, and the job's
behavior is different (any completion causes success).
2016-01-22 14:57:51 -08:00
Rudi Chiarito
bc0dd97a70 ECR credential provider 2016-01-22 15:03:25 -05:00
Clayton Coleman
3262d8efd8 GENERATED: all 2016-01-22 13:27:28 -05:00
Zach Loafman
4803b8a984 Merge pull request #18260 from erictune/indexed-job
Indexed job
2016-01-22 10:25:30 -08:00
Eric Tune
e532129f85 Merge pull request #19717 from erictune/api-groups-doc
Mention some new api groups.
2016-01-22 10:06:39 -08:00
Arsen Mamikonyan
8b5e9e2885 Change repository references to https://github.com/kubernetes/kubernetes 2016-01-22 10:23:14 -05:00
Zach Loafman
a5f4f3b301 Merge pull request #16889 from vishh/disk-accounting
Proposal for disk accounting
2016-01-22 06:22:16 -08:00
Eric Tune
3ac015887e Design doc for Indexed Jobs. 2016-01-22 00:04:47 -08:00
feihujiang
50b6d3819f Fix a small error comment in nodecondition type 2016-01-22 10:21:16 +08:00
Mike Danese
1fc630caa0 add ip validation to componentconfig command line 2016-01-21 13:33:30 -08:00
Justin Santa Barbara
58191c446c Allow non-masquerade-cidr to be passed to the kubelet
Removing the hard-coding of 10.0.0.0/8

Issue #11204
2016-01-21 15:18:31 -05:00
Alex Mohr
592ec2bb53 Merge pull request #19843 from ihmccreery/ga-features
Add docs about [Feature:...] tests for experimental, beta, and GA features
2016-01-21 10:50:47 -08:00
Vishnu kannan
214b85e708 Enable CPU CFS quota by default.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-01-21 10:33:28 -08:00
Alex Mohr
3a70c14349 Merge pull request #19609 from quinton-hoole/2016-01-13-improve-compute-resources-docs
Remove accidental cruft from compute-resources.md document.
2016-01-21 10:32:08 -08:00
Alex Mohr
eaa61a72b0 Merge pull request #17919 from justinsb/multizone_gce
Ubernetes Lite support for GCE
2016-01-21 10:22:34 -08:00
k8s-merge-robot
dda29bedd8 Merge pull request #18722 from deads2k/add-sar
Auto commit by PR queue bot
2016-01-21 07:06:05 -08:00
Christophe Augello
38e845af02 rename anchor tl;dr to Abstract 2016-01-21 13:19:05 +01:00
Josh Wood
3d83686857 docs/getting-started/rkt: Clarify flannel prerequisites: need flannel + another etcd 2016-01-20 23:12:13 -08:00
k8s-merge-robot
4e04a289d8 Merge pull request #19793 from MikeSpreitzer/issue/19221
Auto commit by PR queue bot
2016-01-20 18:52:56 -08:00
Josh Wood
54a416fcc1 docs/getting-started/rkt: Add default route to k8s_cluster.conf example 2016-01-20 17:25:50 -08:00
k8s-merge-robot
5b5065c525 Merge pull request #19558 from idvoretskyi/patch-6
Auto commit by PR queue bot
2016-01-20 16:26:34 -08:00
Janet Kuo
183b7f4d6d Add kubectl rollout 2016-01-20 16:17:42 -08:00
Justin Santa Barbara
2958ea253a GCE: Allow for reuse of master
This is for internal use at the moment, for testing Ubernetes Lite, but
arguably makes the code a little cleaner.

Also rename KUBE_SHARE_MASTER -> KUBE_USE_EXISTING_MASTER
2016-01-20 15:37:00 -05:00
deads2k
14396fc464 add subject access review types 2016-01-20 08:24:15 -05:00
k8s-merge-robot
1c861d43ac Merge pull request #18298 from pmorie/secret-env
Auto commit by PR queue bot
2016-01-20 03:55:40 -08:00
Josh Wood
d6d2f6f203 docs/getting-started/rkt: Correct spelling error 2016-01-20 02:10:40 -08:00
Josh Wood
75fcbbf2c6 docs/getting-started/rkt: Improve sans flannel example 2016-01-20 02:06:54 -08:00
k8s-merge-robot
864065be97 Merge pull request #19621 from mikedanese/retrofit-controller-manager
Auto commit by PR queue bot
2016-01-19 17:22:42 -08:00
k8s-merge-robot
2a79ac4a31 Merge pull request #18322 from mesosphere/licenses
Auto commit by PR queue bot
2016-01-19 17:17:17 -08:00
k8s-merge-robot
501f770401 Merge pull request #17958 from sils1297/patch-1
Auto commit by PR queue bot
2016-01-19 17:15:37 -08:00
k8s-merge-robot
b80ed11cc2 Merge pull request #15998 from cilium-team/updating-vagrant
Auto commit by PR queue bot
2016-01-19 17:13:03 -08:00
Isaac Hollander McCreery
2794ee092f Add docs about [Feature:...] tests for experimental, beta, and GA features 2016-01-19 16:51:18 -08:00
André Martins
0515b4c7c9 Updated Vagrant VMs to Fedora 23
Signed-off-by: André Martins <aanm90@gmail.com>
2016-01-19 16:52:54 +00:00
Mike Spreitzer
bf671f5723 Fix reference to kubernetes release
Replace old repo name with https://github.com/kubernetes/kubernetes.
Update default release to the latest, which is 1.1.4.
2016-01-18 23:54:36 -05:00
Mike Danese
a885d84cc9 leaderelection: retrofit controller-manager with leaderelection client
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-18 14:05:55 -08:00
Paul Morie
394a7bb4d0 Regen for secrets in env 2016-01-18 12:32:32 -05:00
Paul Morie
c548054560 Add ability to consume secrets in env vars 2016-01-18 12:20:51 -05:00
Tim Hockin
1a5bd79dc3 Merge pull request #15353 from tpounds/cleanup-scratch-doc-formatting
Minor documentation formatting cleanup.
2016-01-17 23:46:08 -08:00
Josh Wood
bb6bb9f18e docs/getting-started/rkt/: Add and tune rkt network setup info
Add info about rkt CNI networking setup to README.

Supersedes https://github.com/kubernetes/kubernetes/pull/19745.
2016-01-17 11:57:16 -08:00
k8s-merge-robot
7d02cf6310 Merge pull request #19691 from piosz/doc-cleanup
Auto commit by PR queue bot
2016-01-16 19:46:40 -08:00
k8s-merge-robot
d5dde09e10 Merge pull request #19465 from thockin/docs-nit
Auto commit by PR queue bot
2016-01-16 13:32:36 -08:00
k8s-merge-robot
f2d273d481 Merge pull request #19128 from resouer/qps-limit
Auto commit by PR queue bot
2016-01-16 10:03:00 -08:00
k8s-merge-robot
3816c1798f Merge pull request #19411 from eparis/boolflag-def-val
Auto commit by PR queue bot
2016-01-16 06:23:48 -08:00
k8s-merge-robot
fab5fbde7c Merge pull request #19507 from mikedanese/kubelet-config
Auto commit by PR queue bot
2016-01-15 18:14:53 -08:00
Yifan Gu
e6c4234bd2 docs: Add more info about the networking setup for rkt. 2016-01-15 17:41:53 -08:00
Mike Danese
fe8ae1a28a autogenerated 2016-01-15 16:05:49 -08:00
Mike Danese
1162cfd3b1 kubelet: move most of kubelet server configuration to a config object.
This is part of migrating kubelet configuration to the componentconfig api
group and is preliminary to retrofitting client configuration and
implementing full fledged API group mechinary.

Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-15 15:31:59 -08:00
k8s-merge-robot
df90bb44d9 Merge pull request #19679 from NanXiao/patch-1
Auto commit by PR queue bot
2016-01-15 13:24:43 -08:00
Eric Tune
021cfe8e09 Mention some new api groups. 2016-01-15 12:40:25 -08:00
k8s-merge-robot
21aa683fb5 Merge pull request #18974 from pmorie/config-env
Auto commit by PR queue bot
2016-01-15 06:42:56 -08:00
Piotr Szczesniak
04040e72dc Remove autoscaling.md outdate proposal 2016-01-15 11:06:19 +01:00
Nan Xiao
59df63d8a7 Update mesos.md
#18954 should also be merged into master branch.
2016-01-15 10:27:02 +08:00
Mike Danese
9745d1cbf0 Merge pull request #19626 from mikedanese/kubelet-labels
kubelet: use ConfigurationMap instead of json
2016-01-14 14:08:53 -08:00
Isaac Hollander McCreery
f6fe6949d5 Merge pull request #19505 from ihmccreery/label-documentation
Add documentation for labels
2016-01-14 13:11:31 -08:00
Mike Danese
b3d035e16f Merge pull request #19278 from philips/minor-edits-to-apiserver-watch-scaling
docs: apiserver-watch: minor cleanups
2016-01-14 11:51:48 -08:00
Isaac Hollander McCreery
2d09e07ae6 Add documentation for test labels 2016-01-14 09:54:23 -08:00
Mike Danese
35a3785cf6 kubelet: use ConfigurationMap instead of json 2016-01-14 09:32:42 -08:00
Karl Isenberg
6125f539b6 Add hack/update-godep-licenses.sh to generate Godeps/LICENSES.md
- Add Godeps/LICENSES.md
- Add verify-godep-licenses to verify that Godeps/LICENSES.md is up to date
- Trigger verify-godep-licenses in the pre-commit hook only if the Godeps dir has changed
- Exclude verify-godep-licenses in verify-all
- Add verify-godep-licenses to make verify (used by travis)
- Add verify-godep-licenses to shippable
- Update dev docs to mention update-godep-licenses
2016-01-14 09:05:25 -08:00
Paul Morie
17c8c8f9fc Regenerate for configMap in env 2016-01-14 10:40:56 -05:00
Eric Paris
aad4b4477d Make "BoolFlag" booleans not require =true 2016-01-14 09:07:00 -05:00
Maciej Szulik
10de4c2d51 ScheduledJob controller proposal 2016-01-14 12:09:24 +01:00
Salvatore Dario Minonne
8b3895def3 To address review feedbacks 2016-01-14 12:08:06 +01:00
Salvatore Dario Minonne
e368636b1d DAG Workflow with Workflow resource 2016-01-14 12:08:06 +01:00
k8s-merge-robot
2655e1f767 Merge pull request #19361 from tombenner/add_current_context
Auto commit by PR queue bot
2016-01-14 01:09:12 -08:00
Mike Spreitzer
d4ab9663c4 Introduce FLANNEL_OTHER_NET_CONFIG
.. so allow configuration of other fields in, usually,
/coreos.com/network/config in etcd.

Fixes #19618
2016-01-14 01:27:13 -05:00
k8s-merge-robot
c059dfdb9b Merge pull request #18712 from pmorie/config-kubectl
Auto commit by PR queue bot
2016-01-13 13:51:29 -08:00
Quinton Hoole
8c5edb6771 Remove accidental cruft from compute-resources.md document. 2016-01-13 11:52:01 -08:00
k8s-merge-robot
905d6b63b5 Merge pull request #19121 from gtaylor/patch-4
Auto commit by PR queue bot
2016-01-13 10:28:10 -08:00
harry
080cb60dab Fix duplicated rate limit in scheduler
Remove BindingRateLimiterSaturation metrics

Update generated doc
2016-01-13 20:51:55 +08:00
k8s-merge-robot
32e4696ea5 Merge pull request #18404 from janetkuo/kubectl-for-deployment
Auto commit by PR queue bot
2016-01-12 22:59:13 -08:00
k8s-merge-robot
c475b4ee35 Merge pull request #18611 from timstclair/allocatable-impl2
Auto commit by PR queue bot
2016-01-12 22:48:12 -08:00
Mike Danese
f71657d9a6 retrofit the scheduler with the leader election client.
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-12 21:37:03 -08:00
Tim St. Clair
e2ffd007f7 Implement node Allocatable
Add `kube-reserved` and `system-reserved` flags for configuration
reserved resources for usage outside of kubernetes pods. Allocatable is
provided by the Kubelet according to the formula:
```
Allocatable = Capacity - KubeReserved - SystemReserved
```

Also provides a method for estimating a reasonable default for
`KubeReserved`, but the current implementation probably is low and needs
more tuning.
2016-01-12 17:00:43 -08:00
Janet Kuo
c492462f90 Address comments; more details about deployment versions 2016-01-12 16:26:04 -08:00
Janet Kuo
f6f0d183e0 Address comments 2016-01-12 16:26:04 -08:00
Janet Kuo
1c606b6532 Proposal for deploy in kubectl 2016-01-12 16:26:04 -08:00
Mike Danese
bf763bba95 Merge pull request #19498 from pwittrock/nodelabels
Node labels: Remove node-labels-file command line option.  Change --n…
2016-01-12 15:12:57 -08:00
Greg Taylor
bed707a5e2 Alphabetize user contributed libraries list. 2016-01-12 14:20:33 -08:00
Phillip Wittrock
f1c8384ff4 Node labels: Remove node-labels-file command line option. Change --node-label format from key=value to key:value to be consitent with how the header key:value is specified on command line. 2016-01-12 12:57:12 -08:00
Ihor Dvoretskyi
96d0945dcc Libvirt starting commands
Libvirt starting commands for systemd and init.d added.
2016-01-12 21:35:25 +02:00
Daniel Smith
a4442c916f Merge pull request #19324 from sdminonne/bug_fix
to fix comment for apis.extensions.JobCondition
2016-01-12 10:42:24 -08:00
Yu-Ju Hong
b8b532b974 Proposal: add pod lifecycle event generator for kubelet 2016-01-12 10:16:39 -08:00
k8s-merge-robot
c255181509 Merge pull request #18248 from resouer/images-dev
Auto commit by PR queue bot
2016-01-11 23:53:43 -08:00
Tom Benner
52739bc82b Add kubectl config current-context 2016-01-11 21:54:24 -08:00
k8s-merge-robot
d246ed00fa Merge pull request #18894 from luxas/update_master_multi
Auto commit by PR queue bot
2016-01-11 20:38:41 -08:00
k8s-merge-robot
c4d46adc5e Merge pull request #19352 from roberthbailey/large-cluster
Auto commit by PR queue bot
2016-01-11 20:22:55 -08:00
Lucas Käldström
7d497441b3 Update docker-multinode instructions and version. Also run kube-proxy in a pod in the docker-multnode manifest 2016-01-11 16:45:56 +02:00
Salvatore Dario Minonne
172d7ee32c to fix comment for apis.extensions.JobCondition 2016-01-11 11:07:50 +01:00
k8s-merge-robot
0b750fb0be Merge pull request #19281 from erictune/image-doc-fix-1
Auto commit by PR queue bot
2016-01-11 01:24:08 -08:00
Tim Hockin
5002b784f9 Clarify --external-ip in kubectl expose docs
Also fix a couple minor punctuation issues.
2016-01-10 23:29:57 -08:00
k8s-merge-robot
ce9b117a19 Merge pull request #16698 from mml/issue3885
Auto commit by PR queue bot
2016-01-09 13:38:41 -08:00
Vishnu kannan
0b430379d8 Proposal for disk accounting.
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2016-01-08 15:07:56 -08:00
k8s-merge-robot
37b5726716 Merge pull request #14431 from Defensative/UDP-LB
Auto commit by PR queue bot
2016-01-08 12:39:02 -08:00
Eric Tune
1317024f9e Update image docs to mention AlwaysPullImages 2016-01-08 07:40:25 -08:00
k8s-merge-robot
cb80be10f7 Merge pull request #19257 from justinsb/doc_ubernetes_lite
Auto commit by PR queue bot
2016-01-08 05:23:47 -08:00
harry
3a9de6ee56 Updated generated code and docs 2016-01-08 17:13:02 +08:00
k8s-merge-robot
a8d372e78d Merge pull request #19205 from mikedanese/move-locally
Auto commit by PR queue bot
2016-01-07 12:11:44 -08:00
k8s-merge-robot
0fb1a93944 Merge pull request #19353 from roberthbailey/admin-readme
Auto commit by PR queue bot
2016-01-07 11:57:42 -08:00
k8s-merge-robot
35e203b124 Merge pull request #19321 from wanghaoran1988/fixwronglinkx
Auto commit by PR queue bot
2016-01-07 11:56:55 -08:00
Matt Liggett
c6e9ad066e Initial node drain implementation for #3885.
It cordons (marks unschedulable) the given node, and then deletes every
pod on it, optionally using a grace period.  It will not delete pods
managed by neither a ReplicationController nor a DaemonSet without the
use of --force.

Also add cordon/uncordon, which just toggle node schedulability.
2016-01-06 17:28:18 -08:00
Tim St. Clair
846c642aef Add node performance measuring guide
Add a development guide for measuring performance of node components.
The purpose of this guide is threefold:

1. Document the nuances of measuring kubelet performance so we don't
forget or need to reinvent the wheel.
2. Make it easier for new contributors to analyze performance.
3. Share tips and tricks that current team members might not be aware
of.
2016-01-06 15:19:05 -08:00
Robert Bailey
603b15388d Clean up the admin table of contents. 2016-01-06 15:12:48 -08:00
Robert Bailey
abf9d227fd Update the large cluster parameters to reflect the 1.1 release. 2016-01-06 14:54:15 -08:00
Paul Morie
adc04924a0 Regenerate for ConfigMap in master/kubectl 2016-01-06 09:28:08 -05:00
Paul Morie
9c18067e60 Add kubectl support for ConfigMap 2016-01-06 09:03:39 -05:00
Haoran Wang
fde5af232b fix wrong submit-queue.go link 2016-01-06 13:09:53 +08:00
k8s-merge-robot
66d3cbf889 Merge pull request #16900 from madhusudancs/avoid-kubelet-oscillation
Auto commit by PR queue bot
2016-01-05 17:14:13 -08:00
Kenneth Shelton
9e6c45c395 Updated comments
Updated documentation
Fixed e2e test
2016-01-05 20:51:21 +00:00
Mike Danese
af392926e5 docs: move local getting started guide to docs/devel/
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-05 10:28:35 -08:00
k8s-merge-robot
f45f00cccd Merge pull request #19276 from Sha01in/master
Auto commit by PR queue bot
2016-01-05 09:48:03 -08:00
Justin Santa Barbara
0f8d6aee96 Design doc for Ubernetes Lite
Documentation of the Ubernetes-Lite idea and the main design & implementation
points.
2016-01-05 12:01:50 -05:00
gmarek
9eb776d2c0 Fix generated docs 2016-01-05 14:43:29 +01:00
Marcin Wielgus
d6ab35a088 Merge pull request #18287 from fgrzadkowski/cluster_deployment
Add a proposal for simpler cluster deployment
2016-01-05 12:31:13 +01:00
k8s-merge-robot
071fd28442 Merge pull request #19272 from cmluciano/cmluciano-cml/dockermachine
Auto commit by PR queue bot
2016-01-04 19:06:35 -08:00
Sergey Tiraspolsky
f91828899f Add zone back in to cluster management doc
Addressing PR comments
2016-01-04 17:56:41 -08:00
Sergey Tiraspolsky
ef4359ab7e Fix cluster management doc
Update cluster management doc with correct command to resize cluster
2016-01-04 17:08:50 -08:00
k8s-merge-robot
6bb728f1b8 Merge pull request #19236 from doriordan/doriordan-scala-client
Auto commit by PR queue bot
2016-01-04 14:43:28 -08:00
k8s-merge-robot
236683fe29 Merge pull request #18357 from gmarek/expose-master-components
Auto commit by PR queue bot
2016-01-04 14:32:17 -08:00
Nikhil Jindal
ad68688a52 Merge pull request #18864 from nikhiljindal/updateCPDoc
Adding instructions to run versionize-docs in cherrypick doc
2016-01-04 14:30:45 -08:00
Madhusudan.C.S
059c2aa799 Mitigate node out of disk status oscillation by delaying it.
Implement a flag that defines the frequency at which a node's out of
disk condition can change its status. Use this flag to suspend out of
disk status changes in the time period specified by the flag, after
the status is changed once.

Set the flag to 0 in e2e tests so that we can predictably test out of
disk node condition.

Also, use util.Clock interface for all time related functionality in
the kubelet. Calling time functions in unversioned package or time
package such as unversioned.Now() or time.Now() makes it really hard
to test such code. It also makes the tests flaky and sometimes
unnecessarily slow due to time.Sleep() calls used to simulate the
time elapsed. So use util.Clock interface instead which can be faked
in the tests.
2016-01-04 12:23:38 -08:00
Christopher M. Luciano
2af2e72659 Replace boot2docker references with docker-machine 2016-01-04 10:51:38 -05:00
Ravi Sankar Penta
a9b0696166 Update auto generated docs for kubelet
Add node-ip flag to know-flags.txt
2016-01-03 10:18:58 -08:00
David O'Riordan
eef05d8bd2 Add Scala to client library list 2016-01-03 14:37:15 +00:00
k8s-merge-robot
4f65f68a12 Merge pull request #19182 from thockin/kube-proxy-conntrack-max
Auto commit by PR queue bot
2016-01-02 02:36:18 -08:00
Justin Santa Barbara
f9a6ac077e Ubernetes Lite: Volumes can dictate zone scheduling
For AWS EBS, a volume can only be attached to a node in the same AZ.
The scheduler must therefore detect if a volume is being attached to a
pod, and ensure that the pod is scheduled on a node in the same AZ as
the volume.

So that the scheduler need not query the cloud provider every time, and
to support decoupled operation (e.g. bare metal) we tag the volume with
our placement labels.  This is done automatically by means of an
admission controller on AWS when a PersistentVolume is created backed by
an EBS volume.

Support for tagging GCE PVs will follow.

Pods that specify a volume directly (i.e. without using a
PersistentVolumeClaim) will not currently be scheduled correctly (i.e.
they will be scheduled without zone-awareness).
2015-12-31 12:27:01 -05:00
Tim Hockin
da0ac31182 Set conntrack params in kube-proxy
Add flags to control max connections (set to 256k vs 64k default) and TCP
established timeout (set to 1 day vs 5 day default).  Flags can be set to 0 to
mean "don't change it".

This is only set at startup, and not wrapped in a rectifier loop.

Tested manually.
2015-12-30 15:46:40 -08:00
Thibault Serot
b2732f792b Enabling DNS support in local-up-cluster.sh 2015-12-30 23:48:00 +01:00
k8s-merge-robot
356487c951 Merge pull request #18101 from brendandburns/kubectl6
Auto commit by PR queue bot
2015-12-29 12:43:42 -08:00
k8s-merge-robot
fec5206f1a Merge pull request #13840 from nelcy/master
Auto commit by PR queue bot
2015-12-28 23:55:32 -08:00
k8s-merge-robot
d5b936d699 Merge pull request #19074 from yifan-gu/rkt_doc
Auto commit by PR queue bot
2015-12-28 13:17:18 -08:00
Brandon Philips
dc8d8371aa docs: apiserver-watch: minor cleanups
Reading through this doc I found a few grammar things to fix.
2015-12-26 10:19:03 -08:00
k8s-merge-robot
500493a3ac Merge pull request #18925 from caesarxuchao/refactor-registration
Auto commit by PR queue bot
2015-12-24 15:19:36 -08:00
k8s-merge-robot
e340cce2ed Merge pull request #15423 from hurf/convert_cleanup
Auto commit by PR queue bot
2015-12-24 00:34:37 -08:00
Chao Xu
2b5b708b70 Refactor the API registration and installation 2015-12-23 22:44:25 -08:00
k8s-merge-robot
e185b1028a Merge pull request #18909 from ncdc/force-image-pulls-admission
Auto commit by PR queue bot
2015-12-23 14:53:31 -08:00
Chakravarthy Nelluri
fa76de79e5 Add support for flex volume. Flex volume adds support for thirdparty(vendor)
volumes and custom mounts.
2015-12-23 14:11:38 -08:00
Yifan Gu
0baf4ba188 docs/rkt: Update the docs to reflect the requirement of rkt api service. 2015-12-23 13:58:03 -08:00
k8s-merge-robot
68cb50e7e4 Merge pull request #18983 from davidxia/fix-doc-typo
Auto commit by PR queue bot
2015-12-23 03:29:07 -08:00
gmarek
a4202cbee9 Scheduler and ControllerManager listens on 0.0.0.0 2015-12-23 08:33:25 +01:00
hurf
763edd3011 Clean up standalone conversion tool
Remove kube-version-change for all its functionalities are covered
by kubectl convert command. Also changed the related docs.
2015-12-23 10:31:08 +08:00
Brendan Burns
4123a61df7 Add the client side bits of kubectl export 2015-12-22 10:41:59 -08:00
Brendan Burns
4ca66d2aef Merge pull request #18047 from caesarxuchao/munger-tag-new
Stop munger produce the link to a release version doc if it doesn't exit in the release branch
2015-12-22 10:35:20 -08:00
Andy Goldstein
f175a22443 Add admission controller to force image pulls
Add an admission controller that forces every container's image pull policy to
Always when a pod is created.
2015-12-22 10:32:40 -05:00
Ed Costello
f968c593e3 Copy edits for typos 2015-12-22 09:30:48 -05:00
Filip Grzadkowski
9398ade219 Add proposal for simpler cluster deployment 2015-12-22 11:30:26 +01:00
HaiyangDING
d9f3607292 Implement multi-scheduler:
1. Name default scheduler with name `kube-scheduler`
2. The default scheduler only schedules the pods meeting the following condition:
	- the pod has no annotation "scheduler.alpha.kubernetes.io/name: <scheduler-name>"
	- the pod has annotation "scheduler.alpha.kubernetes.io/name: kube-scheduler"

update gofmt

update according to @david's review

run hack/test-integration.sh, hack/test-go.sh and local e2e.test
2015-12-22 10:49:40 +08:00
David Xia
ac80a09e24 Fix typo in user guide docs 2015-12-21 15:36:41 -05:00
k8s-merge-robot
c59fad149b Merge pull request #18941 from smarterclayton/document_typed_ints
Auto commit by PR queue bot
2015-12-21 12:16:47 -08:00
Chao Xu
2b2f285777 run hack/update-generated-docs.sh 2015-12-21 10:41:30 -08:00
Clayton Coleman
13ee817310 Document lowercase filenames 2015-12-20 14:38:34 -05:00
Clayton Coleman
a79dc07e07 Document that int32 and int64 must be used in external types 2015-12-20 14:36:34 -05:00
k8s-merge-robot
7a8b9e64bd Merge pull request #18932 from luxas/dns_docker_guide
Auto commit by PR queue bot
2015-12-20 08:29:16 -08:00
k8s-merge-robot
2eea4c0e8f Merge pull request #18819 from wojtek-t/flag_gate_second_etcd
Auto commit by PR queue bot
2015-12-20 00:36:58 -08:00
k8s-merge-robot
1562d84c96 Merge pull request #18628 from mikedanese/expose-master-count
Auto commit by PR queue bot
2015-12-19 12:42:05 -08:00
k8s-merge-robot
1bd7f72070 Merge pull request #18764 from quinton-hoole/2015-12-16-issue-priority-definitions
Auto commit by PR queue bot
2015-12-19 10:51:03 -08:00
Lucas Käldström
6ab098ec56 Add the default dns options to kubelet when running inside docker and document it 2015-12-19 17:36:36 +02:00
k8s-merge-robot
3c3a24e1d4 Merge pull request #18694 from thockin/airplane_validation_pt7
Auto commit by PR queue bot
2015-12-19 03:57:53 -08:00
k8s-merge-robot
9e8233fc3c Merge pull request #17398 from janetkuo/deployment-controller-informer
Auto commit by PR queue bot
2015-12-18 19:13:32 -08:00
k8s-merge-robot
977854b8de Merge pull request #17983 from nikhiljindal/updateDocsDoc
Auto commit by PR queue bot
2015-12-18 15:40:43 -08:00
nikhiljindal
1560696108 Add instructions to run versionize-docs in cherrypick doc 2015-12-18 15:14:57 -08:00
nikhiljindal
37d09ca717 Adding a doc to explain the process of updating release docs 2015-12-18 14:29:51 -08:00
Mike Danese
a09d85bd83 expose master count configuration in a cli option on apiserver 2015-12-18 13:10:41 -08:00
k8s-merge-robot
3700036f95 Merge pull request #18847 from caesarxuchao/release-doc
Auto commit by PR queue bot
2015-12-18 10:38:25 -08:00
k8s-merge-robot
ae2fbc6daf Merge pull request #18777 from erictune/image-doc-fix
Auto commit by PR queue bot
2015-12-18 10:37:19 -08:00
k8s-merge-robot
60c26c850f Merge pull request #18184 from amygdala/docs
Auto commit by PR queue bot
2015-12-18 10:34:44 -08:00
Tim Hockin
43ed74748e Clean up and document validation strings
Also add a detail string for Required and Forbidden.  Fix tests.
2015-12-18 09:40:50 -08:00
Wojciech Tyczynski
0209792f7b Update docs about etcd for events 2015-12-18 12:11:42 +01:00
Janet Kuo
32d153093e Fix deployment tests failures; change ResyncPeriod 2015-12-17 19:29:54 -08:00
Eric Tune
33f1d73967 Update image docs to use .docker/config.json
Documents changes in #12717
2015-12-17 17:28:07 -08:00
Eric Tune
9afe694d73 Revert whitespace changes introduced by #17940.
This whitespace different is thought to be breaking
the build.

The differences in white space are hypothesized to happen
because trailing whitespace is chomped by some people's
editors but not others.

The trailing whitespace is enough of a difference to make
hack/verify-api-references-docs.sh think that the
docs are not different.

I think this is not caught by presubmits because different
versions of diff are doing different things with trailing
whitespace, even though `-Bw` flags are passed.
2015-12-17 16:10:55 -08:00
Eric Tune
1752cf22d4 Merge pull request #17940 from soltysh/job_deadline
Added ActiveDeadlineSeconds to jobs
2015-12-17 13:11:13 -08:00
Chao Xu
fcca71f7d8 add the required changes in master to devel/releasing.md 2015-12-17 11:36:50 -08:00
k8s-merge-robot
9b03cffc7f Merge pull request #18526 from deads2k/gv-status
Auto commit by PR queue bot
2015-12-17 07:48:25 -08:00
k8s-merge-robot
548cfbf058 Merge pull request #18358 from gmarek/use-proxy
Auto commit by PR queue bot
2015-12-17 06:37:55 -08:00
Maciej Szulik
327c104460 Added ActiveDeadlineSeconds to jobs, allowing failing a job after
exceeding allowed time.
2015-12-17 15:26:42 +01:00
deads2k
9fda7f1812 update StatusDetails to handle Groups 2015-12-17 09:14:12 -05:00
k8s-merge-robot
46c2df3e05 Merge pull request #17483 from brendandburns/kubectl5
Auto commit by PR queue bot
2015-12-16 21:57:33 -08:00
k8s-merge-robot
8ceb947b63 Merge pull request #18346 from soltysh/issue17363
Auto commit by PR queue bot
2015-12-16 21:25:52 -08:00
k8s-merge-robot
ae9c61b943 Merge pull request #17915 from justinsb/multizone_spread_rcs
Auto commit by PR queue bot
2015-12-16 19:04:07 -08:00
Brendan Burns
2efcccf981 Add a server side export facility 2015-12-16 15:01:13 -08:00
nikhiljindal
2d952aaa87 Extracting APIServer machinery code into a library 2015-12-16 13:54:23 -08:00
Tim St. Clair
8fdd321dc1 Add Allocatable to NodeStatus
Adds `Allocatable` to `NodeStatus`, as described in
[17201](https://github.com/kubernetes/kubernetes/pull/17201)
2015-12-16 11:01:15 -08:00
Quinton Hoole
92aac4a640 Moved to existing documentation about issue priorities. 2015-12-16 10:39:02 -08:00
Quinton Hoole
7da6a54088 Addressed thockin's comments. 2015-12-16 09:47:12 -08:00
Quinton Hoole
86a63df684 Tidy up definitions of issue priority labels. 2015-12-16 08:59:49 -08:00
Quinton Hoole
12d1f2344f Formalize the meanings of issue priority labels. 2015-12-16 08:45:08 -08:00
k8s-merge-robot
5a579a2555 Merge pull request #16028 from derekwaynecarr/make_cmd
Auto commit by PR queue bot
2015-12-16 08:41:59 -08:00
Amy Unruh
b1f99ecdbf config best practices doc edits 2015-12-16 07:35:31 -08:00
k8s-merge-robot
6716290903 Merge pull request #18388 from nikhiljindal/clusterName
Auto commit by PR queue bot
2015-12-16 03:50:11 -08:00
k8s-merge-robot
0be54ae771 Merge pull request #18507 from feihujiang/supportRemoveFlagForKubectlRun
Auto commit by PR queue bot
2015-12-16 01:19:26 -08:00
k8s-merge-robot
9033311475 Merge pull request #18598 from ihmccreery/release-mark-stable
Auto commit by PR queue bot
2015-12-16 00:09:12 -08:00
Isaac Hollander McCreery
4ea8a92777 Mark a release as stable when we announce it, and stop using cherry_pick_list.sh 2015-12-15 16:37:00 -08:00
k8s-merge-robot
d62318e1e8 Merge pull request #17555 from pmorie/volume-attributes
Auto commit by PR queue bot
2015-12-15 16:33:13 -08:00
Minhan Xia
2c9ffc1b45 Merge pull request #18448 from freehan/eslogging
add validation for fluentd pods
2015-12-15 13:25:21 -08:00
k8s-merge-robot
99c8879ef4 Merge pull request #18330 from resouer/my-dev
Auto commit by PR queue bot
2015-12-15 05:39:13 -08:00
Filip Grzadkowski
7256b832ff Fix table of contents in docker.md 2015-12-15 11:15:26 +01:00
Tim Hockin
743d6fc133 api-conventions: Namespace is label, not subdomain 2015-12-14 20:38:34 -08:00
Minhan Xia
f0c176dd6a add validation for fluentd pods 2015-12-14 16:23:11 -08:00
k8s-merge-robot
e72e819395 Merge pull request #18090 from thockin/go-versions
Auto commit by PR queue bot
2015-12-14 14:47:59 -08:00
k8s-merge-robot
29bc5a3639 Merge pull request #18673 from pmorie/api-changes
Auto commit by PR queue bot
2015-12-14 13:58:28 -08:00
k8s-merge-robot
03d9f1b85a Merge pull request #18561 from ZJU-SEL/configurable-config-file
Auto commit by PR queue bot
2015-12-14 13:56:54 -08:00
k8s-merge-robot
166ae2350d Merge pull request #18521 from pmorie/internalize-ownership
Auto commit by PR queue bot
2015-12-14 13:56:10 -08:00
k8s-merge-robot
a702364470 Merge pull request #18351 from fgrzadkowski/simple_single_node
Auto commit by PR queue bot
2015-12-14 13:54:26 -08:00
Paul Morie
90df71e5a5 Add note about type comments to API changes doc 2015-12-14 15:03:21 -05:00
Paul Morie
e757fac2f5 Regenerate for volume info changes 2015-12-14 14:19:51 -05:00
derekwaynecarr
5e0948586c Add kubectl create [SUBCOMMAND] pattern 2015-12-14 13:43:45 -05:00
Paul Morie
33cd5338a4 Proposal: internalize ownership management of volumes into plugins 2015-12-14 12:38:44 -05:00
gmarek
4852ca23ef Make getSchedulingLatency use master proxy 2015-12-14 16:08:34 +01:00
k8s-merge-robot
0fba3e43d1 Merge pull request #18020 from gmarek/doc
Auto commit by PR queue bot
2015-12-14 02:28:03 -08:00
feihujiang
9ab06cfa62 Support remove flag for kubectl run command 2015-12-14 16:16:43 +08:00
Justin Santa Barbara
541ff002c0 Zone scheduler: Update scheduler docs
There's not a huge amount of detail in the docs as to how the scheduler
actually works, which is probably a good thing both for readability and
because it makes it easier to tweak the zone-spreading approach in the
future, but we should include some information that we do spread across
zones if zone information is present on the nodes.
2015-12-13 20:34:01 -05:00
nikhiljindal
724b098855 Deleting unused master.ClusterName param 2015-12-11 13:39:19 -08:00
Jeff Lowdermilk
f6686ba3a4 Merge pull request #18290 from wojtek-t/fast_namespace_deletion
Support collection deletion in apiserver.
2015-12-11 13:34:56 -08:00
Jeff Lowdermilk
c103825ef4 Merge pull request #14537 from markturansky/pv_provisioner
PersistentVolume Provisioner Controller
2015-12-11 13:09:33 -08:00
Jeff Lowdermilk
e53acfe19c Merge pull request #17111 from munnerz/multi-rolling-update
Allow rolling-update of a single container in multi-container pods
2015-12-11 13:08:13 -08:00
markturansky
4fc1bf1f23 Added PersistentVolumeController 2015-12-11 10:33:30 -05:00
k8s-merge-robot
d3243b8778 Merge pull request #18383 from timothysc/tools_removal
Auto commit by PR queue bot
2015-12-11 07:17:14 -08:00
Filip Grzadkowski
f2d56c4198 Simplify local docker setup. 2015-12-11 15:53:44 +01:00
gmarek
bb82299f98 Add a proposal for monitoring cluster performance 2015-12-11 14:49:24 +01:00
k8s-merge-robot
abf9a90030 Merge pull request #17848 from sdminonne/libvirt_service_account
Auto commit by PR queue bot
2015-12-11 00:59:23 -08:00
He Simei
1571edfb94 propagate config file 2015-12-11 16:50:05 +08:00
k8s-merge-robot
4a22f2f5f5 Merge pull request #18177 from eosrei/1111-doc-machine-names
Auto commit by PR queue bot
2015-12-10 21:42:08 -08:00
k8s-merge-robot
dc88f183e9 Merge pull request #17777 from fgrzadkowski/release_docs
Auto commit by PR queue bot
2015-12-10 21:39:31 -08:00
Eric Tune
319ebc40ba Document several patterns for using Job. 2015-12-10 15:54:23 -08:00
Tim Hockin
0df07424e7 Make go version requirements clearer 2015-12-10 12:09:25 -08:00
k8s-merge-robot
7e4084c9cd Merge pull request #18510 from fgrzadkowski/docker_macosx
Auto commit by PR queue bot
2015-12-10 11:18:06 -08:00
k8s-merge-robot
c26a76d0ba Merge pull request #18430 from fgrzadkowski/simpler_prerequisites
Auto commit by PR queue bot
2015-12-10 11:16:52 -08:00
k8s-merge-robot
0f399211f7 Merge pull request #18258 from antoineco/ec2
Auto commit by PR queue bot
2015-12-10 11:14:49 -08:00
k8s-merge-robot
2a5e83ad70 Merge pull request #17924 from xinxiaogang/master
Auto commit by PR queue bot
2015-12-10 11:14:10 -08:00
Filip Grzadkowski
ee9a779d0c Update documents for release process 2015-12-10 19:28:40 +01:00
k8s-merge-robot
06c8b3443b Merge pull request #18271 from tmrts/rename/githash
Auto commit by PR queue bot
2015-12-10 09:28:36 -08:00
Maciej Szulik
34c72552a5 Updated kubectl help info with resource names 2015-12-10 16:04:44 +01:00
Filip Grzadkowski
3a311ec030 Add additional comment for mac users for getting started guide 2015-12-10 15:38:55 +01:00
Wojciech Tyczynski
f28bb68d8c Support collection deletion in apiserver. 2015-12-10 09:46:25 +01:00
Filip Grzadkowski
b17c1cb423 Remove some prerequisites from single node docker cluster setup instructions. 2015-12-10 09:04:31 +01:00
k8s-merge-robot
13681360c3 Merge pull request #18433 from fgrzadkowski/docker_macosx
Auto commit by PR queue bot
2015-12-09 21:46:11 -08:00
k8s-merge-robot
15a20bd96a Merge pull request #18421 from zhengguoyong/small_typo
Auto commit by PR queue bot
2015-12-09 21:46:01 -08:00
k8s-merge-robot
c6cb9d7201 Merge pull request #18419 from thockin/pod-doc
Auto commit by PR queue bot
2015-12-09 21:45:58 -08:00
Tim Hockin
d8c42b0654 Tidy up Pod docs a bit 2015-12-09 15:23:01 -08:00
k8s-merge-robot
5f7019ab9d Merge pull request #16877 from anish/iscsi_iface
Auto commit by PR queue bot
2015-12-09 11:52:37 -08:00
k8s-merge-robot
598e3b0c17 Merge pull request #15730 from lavalamp/client-doc
Auto commit by PR queue bot
2015-12-09 09:12:52 -08:00
Timothy St. Clair
413d8d18fe Futher storage isolation and removal of the tools interface. 2015-12-09 11:04:14 -06:00
Filip Grzadkowski
e3a2f0ed22 Change instruction for Mac OS X users running local docker cluster. 2015-12-09 14:32:47 +01:00
k8s-merge-robot
78c31b6769 Merge pull request #17806 from ihmccreery/9-month-versioning
Auto commit by PR queue bot
2015-12-09 03:51:36 -08:00
zhengguoyong
360e8de81a Fix small typo 2015-12-09 16:35:48 +08:00
Federico Gimenez
24e866150b Added missing dependency to juju's gettig started doc 2015-12-09 09:32:49 +01:00
Daniel Smith
dc5e1ea98f Create client package proposal 2015-12-08 21:15:24 -08:00
k8s-merge-robot
d71e838d91 Merge pull request #17760 from gmarek/kubelet-port-salt
Auto commit by PR queue bot
2015-12-08 21:14:10 -08:00
Harry Zhang
39542acbd3 modify node name 2015-12-09 10:16:34 +08:00
Anish Bhatt
6e46fa1fd4 Add support for open-iscsi transports.
This enables use of software or hardware transports viz. be2iscsi,
bnx2i, cxgb3i, cxgb4i, qla4xx, iser and ocs. The default transport
(tcp) happens to be called "default".

Use of non-default transports changes the disk path to the following format:
/dev/disk/by-path/pci-<pci_id>-ip-<portal>-iscsi-<iqn>-lun-<lun_id>
2015-12-08 17:28:06 -08:00
k8s-merge-robot
be0d55ca52 Merge pull request #18313 from thockin/bump-flannel-ver
Auto commit by PR queue bot
2015-12-08 14:40:40 -08:00
Tim St. Clair
54a6da979c Node Allocatable resources proposal 2015-12-07 16:43:15 -08:00
k8s-merge-robot
929ab32865 Merge pull request #18181 from mesosphere/guide-spacing
Auto commit by PR queue bot
2015-12-07 16:00:21 -08:00
k8s-merge-robot
94752c12a8 Merge pull request #18128 from ZJU-SEL/fix-typo
Auto commit by PR queue bot
2015-12-07 15:59:08 -08:00
Tamer Tas
e5100279db Rename githash to build_version and version to release_version 2015-12-08 01:21:20 +02:00
Tim Hockin
8ba250e149 Bump flannel to 0.5.5 in instructions 2015-12-07 14:20:30 -08:00
Salvatore Dario Minonne
ea1c97c717 adding service account to libvirt 2015-12-07 14:33:12 +01:00
k8s-merge-robot
128a49e75e Merge pull request #18267 from huangyuqi/fix-typo-error
Auto commit by PR queue bot
2015-12-07 02:06:03 -08:00
gmarek
4060eba626 Use KubeletPort from API object, salt changes, take 2
This reverts commit a7425bf070, reversing
changes made to 4a9b0fc715.
2015-12-07 10:31:11 +01:00
yuqi huang
dcd7fc2eef fix typo error
fix typo error of file link
2015-12-07 11:49:30 +08:00
k8s-merge-robot
810181fb7b Merge pull request #17278 from ZJU-SEL/fix-nil-tag
Auto commit by PR queue bot
2015-12-06 12:52:39 -08:00
k8s-merge-robot
db11f1b6c6 Merge pull request #17133 from derekwaynecarr/quota_controller_improvements
Auto commit by PR queue bot
2015-12-06 12:24:00 -08:00
Antoine Cotten
926148c5ee Add warning about AWS EC2 't2' instance type 2015-12-06 19:56:13 +01:00
k8s-merge-robot
e2679abdb8 Merge pull request #18011 from sdminonne/podSelector_labelSelector
Auto commit by PR queue bot
2015-12-05 13:56:04 -08:00
k8s-merge-robot
f481ec3b32 Merge pull request #18217 from tmrts/rename/configdata
Auto commit by PR queue bot
2015-12-05 13:45:29 -08:00
k8s-merge-robot
17a6e28d72 Merge pull request #17494 from kikov79/master
Auto commit by PR queue bot
2015-12-05 05:46:22 -08:00
k8s-merge-robot
ee8598fd91 Merge pull request #17137 from janetkuo/deployment-minreadysec
Auto commit by PR queue bot
2015-12-05 01:37:35 -08:00
Janet Kuo
8fb0caa15b Implement MinReadySeconds for Deployment 2015-12-04 12:58:34 -08:00
Jon Eisen
b5ad36e078 Add new clojure api bindings library
https://github.com/yanatan16/clj-kubernetes-api
2015-12-04 13:47:30 -07:00
James Munnelly
61306c2a0f Allow rolling-update of a single container in multi-container pods
Accept codec as parameter to CreateNewControllerFromCurrentController function. Add tests for performing a rolling update on a container in a multi-container pod.
2015-12-04 18:38:55 +00:00
Tamer Tas
fbd572dd53 Rename config_data.md to configmap.md 2015-12-04 18:17:01 +02:00
Tamer Tas
f8c952954d Rename ConfigData proposal to ConfigMap 2015-12-04 18:16:01 +02:00
Salvatore Dario Minonne
80575c3093 renaming PodSelector to LabelSelector 2015-12-04 09:49:08 +01:00
Brad Erickson
ac5726a12f Minion->Node rename: docs/ machine names only, except gce/aws 2015-12-03 23:34:50 -08:00
He Simei
387d861d4e deprecate confusing flag usage 2015-12-04 09:09:23 +08:00
Karl Isenberg
c3c7c81b33 Guide style update
- Don't indent top-level lists
- Use 2 space list item indentation, unless using multi-line items, then use 4 space indents
- Use underline for page title
- Auto-generate table of contents
- Start with lvl 2 headers (lvl 1 headers look too much like the page title)
2015-12-03 16:15:07 -08:00
k8s-merge-robot
163b521250 Merge pull request #17024 from eosrei/vagrant-node-rename
Auto commit by PR queue bot
2015-12-03 14:41:28 -08:00
derekwaynecarr
55d4f70f8e Resource quota observes deletes faster 2015-12-03 17:35:05 -05:00
k8s-merge-robot
611770778f Merge pull request #16148 from liggitt/mkulke-fix_kubectl_for_namespaced_users
Auto commit by PR queue bot
2015-12-03 11:32:08 -08:00
deads2k
17d3db1cb3 enhance pluggable policy 2015-12-03 13:54:45 -05:00
Jordan Liggitt
2321651518 Add non-resource and API group support to ABAC authorizer, version ABAC policy rules 2015-12-03 12:31:13 -05:00
k8s-merge-robot
972abe6881 Merge pull request #18061 from a-robinson/typos
Auto commit by PR queue bot
2015-12-03 05:03:27 -08:00
Jerzy Szczepkowski
eb9a2c51d4 Design proposal for custom metrics.
Design proposal for custom metrics.
2015-12-03 10:50:43 +01:00
Marek Grabowski
2d4e02b45c Merge pull request #18026 from erictune/cheatsheet
Revert the revert of kubernetes/kubernetes#15674
2015-12-03 09:59:10 +01:00
Marek Grabowski
80415f29f7 Merge pull request #18053 from amygdala/docs
Polishing the Deployment doc
2015-12-03 09:25:21 +01:00
Xin
128ce59bf1 Issue# 17860 Correct expression of nodecontroller for sync loop in node.html
1. Remove "creates" from the sentence
2. Add general explaination for nodecontaoller

https://github.com/kubernetes/kubernetes/issues/17860
2015-12-03 09:20:26 +08:00
Nikhil Jindal
2fcf157512 Merge pull request #17990 from nikhiljindal/updateGoRestful
Updating go restful
2015-12-02 15:59:27 -08:00
Brad Erickson
88e6cac544 Minion->Name rename: cluster/vagrant, docs and Vagrantfile 2015-12-02 12:45:12 -08:00
k8s-merge-robot
e48c8f0f3c Merge pull request #18054 from resouer/fix-volume-path
Auto commit by PR queue bot
2015-12-02 08:18:00 -08:00
Amy Unruh
3f2e5ed042 polishing the deployments doc 2015-12-02 05:31:54 -08:00
gmarek
459131fd92 Use KubeletPort reported in NodeStatus instead of cluster-wide master config, take 2. 2015-12-02 13:38:17 +01:00
Alex Robinson
105afbb070 Typo fixes in docs 2015-12-01 22:33:49 -08:00
resouer
1e065a151e Changed wrong volume mounted path 2015-12-02 03:37:26 +00:00
Isaac Hollander McCreery
5ce2d70414 Clarify what is meant by 'support' 2015-12-01 14:07:23 -08:00
k8s-merge-robot
727412c5ce Merge pull request #15533 from ZJU-SEL/git-volume
Auto commit by PR queue bot
2015-12-01 13:14:23 -08:00
Eric Tune
27e89c1f84 Revert the revert of kubernetes/kubernetes#15674 2015-12-01 09:16:06 -08:00
Karl Isenberg
a070bcf187 Add DCOS to getting started guide list 2015-12-01 09:09:44 -08:00
Harry Zhang
70a9c0bf56 Add directory in GitRepo and updated tests.
Update validate and gitRepo

Update generated code
2015-12-02 00:20:38 +08:00
k8s-merge-robot
9afb02014b Merge pull request #17999 from janetkuo/deployment-doc-typo
Auto commit by PR queue bot
2015-12-01 02:34:55 -08:00
k8s-merge-robot
004c2472ea Merge pull request #17554 from pmorie/config-volume
Auto commit by PR queue bot
2015-12-01 00:22:20 -08:00
k8s-merge-robot
4c07c1a065 Merge pull request #16380 from caseydavenport/docs-update-v1.1-coreos
Auto commit by PR queue bot
2015-12-01 00:21:22 -08:00
nikhiljindal
8e6059ab04 Running update-api-reference-docs 2015-11-30 17:46:58 -08:00
k8s-merge-robot
55f5e48047 Merge pull request #16628 from caesarxuchao/change-error-type
Auto commit by PR queue bot
2015-11-30 17:21:52 -08:00
Janet Kuo
6371578b67 Fix broken link in deployment document 2015-11-30 17:11:06 -08:00
k8s-merge-robot
945393cc0c Merge pull request #17884 from mesosphere/sttts-v0.7.0-v1.1.1-conformance
Auto commit by PR queue bot
2015-11-30 15:50:30 -08:00
k8s-merge-robot
59a89a5fd9 Merge pull request #17703 from timstclair/api-conventions
Auto commit by PR queue bot
2015-11-30 15:49:53 -08:00
Lasse Schuirmann
0b45edebba AWS EBS Examplea: Use new volume id syntax
Fixes https://github.com/kubernetes/kubernetes/issues/17957
2015-11-30 17:47:34 +01:00
k8s-merge-robot
140df5f809 Merge pull request #17220 from kargakis/kubectl-scale-deployments
Auto commit by PR queue bot
2015-11-30 04:19:58 -08:00
Harry Zhang
5552d7007c Add default when latest not claimed 2015-11-30 17:10:50 +08:00
k8s-merge-robot
853af2d513 Merge pull request #17878 from mqliang/multiSchedulerProposal
Auto commit by PR queue bot
2015-11-28 19:14:24 -08:00
mqliang
0d3c716651 optimize priority functions 2015-11-29 10:45:11 +08:00
k8s-merge-robot
5f10b70652 Merge pull request #17766 from hurf/doc_nits
Auto commit by PR queue bot
2015-11-27 02:22:41 -08:00
k8s-merge-robot
3cc588b5be Merge pull request #17850 from sdminonne/bug_fix3
Auto commit by PR queue bot
2015-11-27 01:15:02 -08:00
k8s-merge-robot
70d2a02959 Merge pull request #17701 from hurf/anno_label
Auto commit by PR queue bot
2015-11-26 15:29:46 -08:00
k8s-merge-robot
d800e02f84 Merge pull request #17816 from ZJU-SEL/bump-ubuntu-calico
Auto commit by PR queue bot
2015-11-26 14:00:57 -08:00
k8s-merge-robot
c7cddbefc9 Merge pull request #17697 from dchen1107/event
Auto commit by PR queue bot
2015-11-26 13:42:05 -08:00
Salvatore Dario Minonne
479afa4bd2 updating resourcequota/README.md 2015-11-26 22:39:48 +01:00
Clayton Coleman
61270f4534 Generated docs 2015-11-26 11:53:37 -05:00
k8s-merge-robot
0c4f302e5e Merge pull request #17601 from eosrei/shell-var-MINION-to-NODE
Auto commit by PR queue bot
2015-11-26 05:02:44 -08:00
Dr. Stefan Schimanski
4f407f2265 getting-stated-guides: add conformance for Mesos/Docker cluster 2015-11-26 13:20:57 +01:00
k8s-merge-robot
5f8743ea7b Merge pull request #17108 from kargakis/fix-editor-env
Auto commit by PR queue bot
2015-11-26 03:53:53 -08:00
He Simei
0f3f22e99f bump k8s version to v1.1.2 on ubuntu/calico 2015-11-26 15:26:54 +08:00
k8s-merge-robot
0c77ff55c8 Merge pull request #17812 from ZJU-SEL/ubuntu-maintain-doc
Auto commit by PR queue bot
2015-11-25 22:07:25 -08:00
k8s-merge-robot
e09dd8df47 Merge pull request #17537 from ihmccreery/upgrading-masters-docs
Auto commit by PR queue bot
2015-11-25 18:39:02 -08:00
He Simei
ad557988d7 self-add to the orchestration maintainer of ubuntu 2015-11-26 10:20:07 +08:00
Isaac Hollander McCreery
a01eba5553 Add "supported releases" language to versioning.md 2015-11-25 16:22:11 -08:00
Chao Xu
a4700707b3 change the "too old resource version" error from InternalError to 410 Gone. 2015-11-25 10:27:03 -08:00
Ravi Gadde
cadc24e9fd Scheduler extension 2015-11-25 08:19:27 -08:00
hurf
8b6ef01667 fix description of -f option of autoscale command
use 'autoscale' instead of 'get form the server'
2015-11-25 19:00:56 +08:00
hurf
27d6b58ba5 fix a nit in long description of attach command
remove an extra 'a'
2015-11-25 18:57:03 +08:00
Michail Kargakis
99fc35880b kubectl: Support scaling deployments
This commit adds support for using kubectl scale to scale deployments. Makes use of the
deployments/scale endpoint instead of updating deployment.spec.replicas directly.
2015-11-25 11:26:40 +01:00
kargakis
523b6ec7e3 edit: Make environment variables composable
It also adds support for KUBE_EDITOR and GIT_EDITOR which were already
advertised in the edit usage message.
2015-11-25 11:23:23 +01:00
Brad Erickson
53172a5356 Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
Brad Erickson
bd06c19aa8 Minion->Node rename: NODE_SIZE 2015-11-25 00:45:09 -08:00
Brad Erickson
fc04b55088 Minion->Node rename: NODE_NAMES, NODE_NAME, NODE_PORT 2015-11-25 00:45:09 -08:00
Brad Erickson
6fe68a737e Minion->Node rename: NODE_IP_BASE, NODE_IP_RANGES, NODE_IP_RANGE, etc
NODE_IPS
NODE_IP
NODE_MEMORY_MB
2015-11-25 00:45:09 -08:00
Brad Erickson
a36d3390bf Minion->Node rename: KUBERNETES_NODE_MEMORY, VAGRANT_NODE_NAMES, etc
ENABLE_NODE_PUBLIC_IP
NODE_ADDRESS
NODE_BLOCK_DEVICE_MAPPINGS
NODE_CONTAINER_ADDRS
NODE_CONTAINER_NETMASKS
NODE_CONTAINER_SUBNET_BASE
NODE_CONTAINER_SUBNETS
NODE_CPU
2015-11-25 00:43:52 -08:00
Brad Erickson
6b91b45eff Minion->Node rename: IAM_PROFILE_NODE, KUBE_ENABLE_NODE_PUBLIC_IP, etc
KUBE_GCE_NODE_IMAGE, KUBE_GCE_NODE_PROJECT, KUBEMARK_NUM_NODES
2015-11-25 00:43:51 -08:00
Prashanth Balasubramanian
9aa0efa393 Turn flannel off by default 2015-11-25 09:43:48 +01:00
Prashanth Balasubramanian
ad2d3d4c20 Docs etc 2015-11-25 09:42:59 +01:00
Prashanth Balasubramanian
321bc73264 Flannel server in static pod with private etcd. 2015-11-25 09:42:59 +01:00
hurf
ad26db7f45 Annotate support label
allow "kubectl annotate pods -l app=nginx"
2015-11-25 14:13:39 +08:00
k8s-merge-robot
4a9b0fc715 Merge pull request #17476 from jiangyaoguo/add-separate-client-for-events
Auto commit by PR queue bot
2015-11-24 21:14:58 -08:00
k8s-merge-robot
cc3515d702 Merge pull request #17136 from kargakis/use-deprecation-field-in-stop
Auto commit by PR queue bot
2015-11-24 17:37:19 -08:00
k8s-merge-robot
d42030170b Merge pull request #15999 from aveshagarwal/master-issue-15624
Auto commit by PR queue bot
2015-11-24 17:07:10 -08:00
k8s-merge-robot
97401153bd Merge pull request #17195 from janetkuo/kubectl-run-deployment-job
Auto commit by PR queue bot
2015-11-24 11:46:34 -08:00
k8s-merge-robot
2ddc61e941 Merge pull request #17663 from yanns/patch-1
Auto commit by PR queue bot
2015-11-24 10:34:43 -08:00
Janet Kuo
c0c02c95c4 kubectl run to produce deployment and job 2015-11-24 10:21:31 -08:00
jiangyaoguo
e3ea9d7c40 add separate client for events in kubelet 2015-11-25 01:28:34 +08:00
k8s-merge-robot
564918217f Merge pull request #17633 from yangxiangyu/master
Auto commit by PR queue bot
2015-11-24 07:30:56 -08:00
Avesh Agarwal
c053290e04 This commit regenerates docs. 2015-11-24 09:59:54 -05:00
k8s-merge-robot
683e908f0a Merge pull request #17265 from gambol99/rj/node_labels
Auto commit by PR queue bot
2015-11-24 06:55:31 -08:00
k8s-merge-robot
5502aefa01 Merge pull request #17152 from daizuozhuo/jsonpath
Auto commit by PR queue bot
2015-11-24 04:45:38 -08:00
k8s-merge-robot
c4bedfbf32 Merge pull request #17298 from caesarxuchao/escape-double-dollar
Auto commit by PR queue bot
2015-11-24 04:37:59 -08:00
k8s-merge-robot
8500a0fe96 Merge pull request #17446 from ihmccreery/no-more-latest
Auto commit by PR queue bot
2015-11-24 03:41:32 -08:00
k8s-merge-robot
53bb90f9bb Merge pull request #17492 from johscheuer/master
Auto commit by PR queue bot
2015-11-24 03:41:26 -08:00
k8s-merge-robot
5f193e7c47 Merge pull request #17552 from AlexChesser/fix-documentation-17519
Auto commit by PR queue bot
2015-11-24 03:41:14 -08:00
k8s-merge-robot
873150362e Merge pull request #17710 from ZJU-SEL/minor-fix-ubuntu-doc
Auto commit by PR queue bot
2015-11-24 03:40:42 -08:00
kargakis
3c7b9f83d7 stop: Make use of deprecation field 2015-11-24 12:27:20 +01:00
He Simei
0a267aa11d minor fix ubuntu doc 2015-11-24 15:09:27 +08:00
yangxiangyu
c28b75a91f fix ./master.sh: line 125: --data-dir=/var/etcd/data: No such file or directory 2015-11-24 10:29:50 +08:00
Tim St. Clair
f645d77f86 Clarify when pointers are used for optional types 2015-11-23 18:06:23 -08:00
hurf
1270764eb9 Fix description errro for client-certificate option
From "client key file" to "client certificate file".
2015-11-24 09:33:35 +08:00
Dawn Chen
0b734cec93 Have a sane default for RegistryPullQPS 2015-11-23 17:14:15 -08:00
k8s-merge-robot
367f0e03dd Merge pull request #17621 from mikedanese/cleanup-kube-proxy-cgroup
Auto commit by PR queue bot
2015-11-23 15:23:23 -08:00
k8s-merge-robot
b38836c1e0 Merge pull request #17625 from ruizeng/master
Auto commit by PR queue bot
2015-11-23 14:52:16 -08:00
Chao Xu
21d8ad3a36 escape $$ in asciidoc when generating api-reference pages 2015-11-23 14:47:17 -08:00
krousey
77e85e45c5 Revert "Added a kubectl cheatsheet." 2015-11-23 10:54:11 -08:00
k8s-merge-robot
4eabda835d Merge pull request #15657 from agonzalezro/patch-1
Auto commit by PR queue bot
2015-11-23 10:42:28 -08:00
k8s-merge-robot
c52e45c63c Merge pull request #15674 from erictune/cheatsheet
Auto commit by PR queue bot
2015-11-23 10:42:26 -08:00
Mike Danese
65b8d43543 remove code that puts kube-proxy into a special cgroup since it runs in a container now 2015-11-23 10:20:58 -08:00
k8s-merge-robot
c974e0739b Merge pull request #17236 from fabianofranz/wrong_attach_example
Auto commit by PR queue bot
2015-11-23 09:57:30 -08:00
Francisco Gimeno
e76b0132f7 coreos/azure Version bump to 1.1.2 2015-11-23 18:46:07 +01:00
Yann Simon
63e7a5ec90 remove trailing space
the trailing space break the command in zsh at least
2015-11-23 18:19:45 +01:00
k8s-merge-robot
fb09627514 Merge pull request #17262 from brendandburns/hyperkube
Auto commit by PR queue bot
2015-11-23 07:49:34 -08:00
k8s-merge-robot
2371cdaac4 Merge pull request #17419 from ZJU-SEL/fix-ubuntu-etcd-flag
Auto commit by PR queue bot
2015-11-23 03:19:17 -08:00
razr
1ca78a24be document "getting-started-guides/docker.md" overview anchor error. 2015-11-22 17:06:19 +08:00
k8s-merge-robot
6d2b92a0be Merge pull request #17269 from janetkuo/autoscale-deployments
Auto commit by PR queue bot
2015-11-21 22:23:23 -08:00
k8s-merge-robot
68d691858a Merge pull request #17255 from derekwaynecarr/add_default_to_header
Auto commit by PR queue bot
2015-11-21 17:05:13 -08:00
k8s-merge-robot
d79ccddc83 Merge pull request #17198 from mesosphere/dcos-guide
Auto commit by PR queue bot
2015-11-21 00:05:26 -08:00
He Simei
5ebff99dbf fix etcd flag for ubuntu 2015-11-21 10:17:07 +08:00
k8s-merge-robot
d069a624ac Merge pull request #17206 from bgrant0607/docfix
Auto commit by PR queue bot
2015-11-20 17:09:52 -08:00
Karl Isenberg
be0066cd2d Add DCOS getting started guide 2015-11-20 16:19:22 -08:00
Casey D
5a7c796d4d Update coreos/bare_metal_calico.md for v1.1 2015-11-20 14:49:57 -08:00
Hongchao Deng
36104df7cf Kubemark guide: add paragraph to describe '--delete-namespace=false' 2015-11-20 12:01:37 -08:00
Brendan Burns
ce90b83689 Update some flags 2015-11-20 11:47:31 -08:00
k8s-merge-robot
0e229d59f0 Merge pull request #17499 from jszczepkowski/hpa-tune
Auto commit by PR queue bot
2015-11-20 05:33:15 -08:00
k8s-merge-robot
d25cffef55 Merge pull request #17381 from caesarxuchao/add-blob
Auto commit by PR queue bot
2015-11-20 05:32:31 -08:00
k8s-merge-robot
21095ea21e Merge pull request #13917 from feihujiang/kubectlRunFollowRules
Auto commit by PR queue bot
2015-11-20 00:13:17 -08:00
k8s-merge-robot
8d60aae8ff Merge pull request #17422 from ZJU-SEL/upgrade-etcd-flag
Auto commit by PR queue bot
2015-11-19 23:07:01 -08:00
k8s-merge-robot
2d75799dda Merge pull request #17528 from kubernetes/fix-daemonset
Auto commit by PR queue bot
2015-11-19 23:06:46 -08:00
Paul Morie
62f7220d6b Proposal: config data volume source 2015-11-19 23:20:26 -05:00
Alex Chesser
9a065638e1 Included explicit instructions for obtaining code
A novice may require this additional step and might not know that the kubernetes repository is sufficient to run the code locally.
2015-11-19 23:07:19 -05:00
Tim St. Clair
e4eff4bd6b Fix typo: s/recieve/receive/ 2015-11-19 19:23:40 -08:00
Isaac Hollander McCreery
96cd51066d Update docs for how to perform upgrades 2015-11-19 14:46:46 -08:00
Brendan Burns
9a95e555ea Update daemon.md 2015-11-19 13:35:24 -08:00
k8s-merge-robot
2c58defc6d Merge pull request #6477 from tmrts/proposal/configs
Auto commit by PR queue bot
2015-11-19 12:19:26 -08:00
Tamer Tas
9c491d671d ConfigData resource proposal 2015-11-19 20:49:58 +02:00
k8s-merge-robot
b28d523738 Merge pull request #17497 from jszczepkowski/hpa-docs
Auto commit by PR queue bot
2015-11-19 08:41:32 -08:00
k8s-merge-robot
8ce3f15165 Merge pull request #17377 from bgrant0607/docfix2
Auto commit by PR queue bot
2015-11-19 08:18:18 -08:00
k8s-merge-robot
87c9d79096 Merge pull request #17473 from bprashanth/ing_docs
Auto commit by PR queue bot
2015-11-19 08:16:54 -08:00
k8s-merge-robot
57f4ee335e Merge pull request #15466 from gmarek/user-guide
Auto commit by PR queue bot
2015-11-19 08:09:50 -08:00
Jerzy Szczepkowski
cac9e88c11 Updated kubectl help messages.
Updated kubectl help messages: added info about hpa. Fixes #17357.
2015-11-19 15:26:43 +01:00
Jerzy Szczepkowski
8caeec429e Updated hpa docs.
Updated hpa docs: mentioned that heapster is required. Fixes #17466.
2015-11-19 14:21:41 +01:00
Francisco Gimeno
cb018fbf32 Upgraded cloud config template for CoreOS/azure to kubernetes 1.1.1 2015-11-19 12:52:23 +01:00
Johannes Scheuermann
5fa50c93c0 Removed redundant drop-in in node.yaml 2015-11-19 11:50:34 +01:00
Dai Zuozhuo
ad5cc8b599 quote interpreted string 2015-11-19 11:15:10 +08:00
Prashanth Balasubramanian
3b987e5c40 Clarify that Ingress is a beta resource. 2015-11-18 18:45:31 -08:00
Isaac Hollander McCreery
977da735db Add sanity checks for release 2015-11-18 16:19:01 -08:00
Rohith
c2526c93fa - adding the -node-label flag to the kubelet which allows for a initial tagging / labelling of the node on cluster registration
- the labels can come from a series of key=pair value or file:///path_to_file which contains key pairs
2015-11-18 23:20:58 +00:00
k8s-merge-robot
6c2c1d4612 Merge pull request #17411 from timstclair/metrics-proposal
Auto commit by PR queue bot
2015-11-18 15:13:24 -08:00
Abhi Shah
317cb3f198 Merge pull request #17267 from brendandburns/docs2
Add a description of the proposed owners file system for the repo
2015-11-18 14:48:13 -08:00
Brendan Burns
63149d05fe Add a description of the proposed owners file system for the repo 2015-11-18 11:46:33 -08:00
Isaac Hollander McCreery
2bc124d510 Defer release notes to announcement of release, and move instructions for release notes back into docs and away from scripts 2015-11-18 09:50:56 -08:00
Brian Grant
d625217285 Address feedback 2015-11-18 17:30:19 +00:00
Brian Grant
c75e568ef3 Minor clarifications to whatisk8s 2015-11-18 17:13:46 +00:00
gmarek
b4e7495d47 Add Kubemark User Guide 2015-11-18 15:21:14 +01:00
He Simei
06b62ef498 upgrade etcd flag for docker-k8s 2015-11-18 16:48:20 +08:00
feihujiang
4d2333b7d8 Let kubectl run follow rules for -- 2015-11-18 14:46:01 +08:00
Tim St. Clair
66194c6eca Correct erroneous metric endpoint. 2015-11-17 19:02:28 -08:00
Fabiano Franz
ab455784f5 kubectl attach only takes one argument 2015-11-17 23:16:02 -02:00
k8s-merge-robot
65cdb12a1c Merge pull request #17076 from Symmetric/patch-2
Auto commit by PR queue bot
2015-11-17 16:38:58 -08:00
k8s-merge-robot
e665c44833 Merge pull request #17310 from ZJU-SEL/fix-ubuntu-doc
Auto commit by PR queue bot
2015-11-17 16:37:09 -08:00
k8s-merge-robot
364e3a0aab Merge pull request #17325 from thockin/beta-annotation-names
Auto commit by PR queue bot
2015-11-17 16:37:03 -08:00
Brian Grant
0141c53113 Add conventions about primitive types. 2015-11-17 15:18:17 +00:00
k8s-merge-robot
539a629f4b Merge pull request #17230 from hurf/anno_out
Auto commit by PR queue bot
2015-11-17 03:01:22 -08:00
k8s-merge-robot
4657f1f112 Merge pull request #17210 from johscheuer/master
Auto commit by PR queue bot
2015-11-17 00:21:02 -08:00
k8s-merge-robot
5828836e7c Merge pull request #17197 from HaiyangDING/proposal-multi-scheduler
Auto commit by PR queue bot
2015-11-16 23:20:40 -08:00
dingh
f849ff60ef Create proposal on multiple schedulers
update according to many reviewers, 2015.11.17
2015-11-17 14:57:30 +08:00
Chao Xu
0c913ed5a1 change HEAD to blob/HEAD, and add blob in versioned-docs.sh 2015-11-16 17:13:49 -08:00
Greg Taylor
fd79010fd7 Spelling fix in daemons.md
DeamonSet->DaemonSet
2015-11-16 16:05:32 -08:00
Jeff Lowdermilk
70d89a3541 Merge pull request #13571 from yujuhong/lifecycle_v0
kubelet: add a generic pod lifecycle event generator
2015-11-16 14:59:40 -08:00
k8s-merge-robot
a676b118b9 Merge pull request #17308 from kennethkalmer/patch-1
Auto commit by PR queue bot
2015-11-16 14:48:18 -08:00
Tim Hockin
30e381e62a clarify experimental annotations doc 2015-11-16 10:52:26 -08:00
k8s-merge-robot
65c285f5ab Merge pull request #16344 from thockin/enable-iptables-proxy
Auto commit by PR queue bot
2015-11-16 09:48:38 -08:00
k8s-merge-robot
ebe5649939 Merge pull request #16824 from mattmoor/master
Auto commit by PR queue bot
2015-11-16 09:12:35 -08:00
He Simei
904a93a8b5 clarify that v1.1.1 could fail on ubuntu potentially 2015-11-16 15:34:08 +08:00
Kenneth Kalmer
84ebb027e0 Update CentOS manual instructions to use virt7-docker-common-release
Just sync the documentation up since the latest [virt7-docker-common-release](http://cbs.centos.org/koji/packages?tagID=112) has newer packages that work together.

Tested this on a single node Centos 7.1 node with the following packages and it all works well so far:

```
 yum list -q docker etcd kubernetes flannel
Installed Packages
docker.x86_64                                1.8.2-7.el7.centos                                  @extras
etcd.x86_64                                  2.1.1-2.el7                                         @extras
flannel.x86_64                               0.2.0-10.el7                                        @extras
kubernetes.x86_64                            1.1.0-0.4.git2bfa9a1.el7                            @virt7-docker-common-release
```
2015-11-16 07:53:32 +02:00
k8s-merge-robot
229f0f22ad Merge pull request #17100 from idvoretskyi/patch-2
Auto commit by PR queue bot
2015-11-15 00:36:25 -08:00
k8s-merge-robot
ec07897140 Merge pull request #17153 from hSATAC/patch-1
Auto commit by PR queue bot
2015-11-15 00:36:19 -08:00
Matt Moore
b750d1dddc Drop the beta for GCR v2 images.
beta.gcr.io is no longer needed to pull through v2.
2015-11-14 12:19:02 -08:00
Janet Kuo
8e99bae7ec Support autoscale deployments 2015-11-13 23:33:55 -08:00
Tim Hockin
970c045848 Enable iptables kube-proxy by default in master 2015-11-13 18:38:01 -08:00
derekwaynecarr
138315266d Improve describe for LimitRange resource based on user feedback 2015-11-13 17:02:54 -05:00
Tim Hockin
dab591b629 Run update-gendocs 2015-11-13 13:57:57 -08:00
k8s-merge-robot
6a34b2cc04 Merge pull request #16411 from feihujiang/deleteSimpleYamlDocInUserGuide
Auto commit by PR queue bot
2015-11-13 11:13:23 -08:00
hurf
ca300c180c Add printer options to Annotate
1. add return message as "resource name annotated"
2. add printer options to annotate
3. move all parameter into AnnotateOptions to make sure runT
function has no parameter.
2015-11-14 03:07:21 +08:00
k8s-merge-robot
0f7b1b4d3a Merge pull request #17224 from mikedanese/undeprecate-static
Auto commit by PR queue bot
2015-11-13 10:52:20 -08:00
Yu-Ju Hong
ac778e8203 Adjust the sync/backoff period
Set resyncInterval to one minute now that we rely on the generic pleg to trigger
pod syncs on container events. When there is an error during syncing, pod
workers need to wake up sooner to retry. Set the sync error backoff period to
10 second in this case.
2015-11-13 09:57:25 -08:00
Mike Danese
bb0e2e6de7 undeprecated static pods in the docs 2015-11-13 09:40:38 -08:00
Abhi Shah
051e9fe837 Fix Env Var Name in daemonset documentation 2015-11-13 09:24:09 -08:00
k8s-merge-robot
20a99af00e Merge pull request #16704 from janetkuo/doc-kubectl-edit
Auto commit by PR queue bot
2015-11-13 07:10:35 -08:00
Johannes Scheuermann
48338eece1 Fixed minor error in docs for namespaces 2015-11-13 11:12:50 +01:00
k8s-merge-robot
97419d5035 Merge pull request #16246 from rwehner/fix-submit-queue-links
Auto commit by PR queue bot
2015-11-12 23:42:26 -08:00
Eric Tune
0dd684e391 Added a kubectl cheatsheet. 2015-11-12 19:05:08 -08:00
Janet Kuo
d2522eba5a Fix out-dated console output 2015-11-12 14:02:38 -08:00
Janet Kuo
ed0e919da6 Add kubectl edit, annotate, autoscale concept to deployment document 2015-11-12 14:02:38 -08:00
jackgr
788ac9c12b Add discussion of apply to deployment options. 2015-11-12 14:02:38 -08:00
k8s-merge-robot
724e8a3f3a Merge pull request #17011 from resouer/patch-9
Auto commit by PR queue bot
2015-11-12 08:33:14 -08:00
k8s-merge-robot
706d3a77a9 Merge pull request #16798 from derekwaynecarr/key_compaction
Auto commit by PR queue bot
2015-11-12 02:45:15 -08:00
Ash Wu
c35d9716dc Fix wrong terminal output for vagrant.md
According to the description below `We did not start any services, hence there are none listed. But we see three replicas displayed properly.`

The original terminal output example was wrong and misleading.
2015-11-12 16:28:55 +08:00
k8s-merge-robot
2478f2d4b6 Merge pull request #16813 from caesarxuchao/guide-adding-group
Auto commit by PR queue bot
2015-11-11 23:52:38 -08:00
k8s-merge-robot
3902331142 Merge pull request #17134 from ingvagabund/garbage-collection-documentation
Auto commit by PR queue bot
2015-11-11 23:51:29 -08:00
feihujiang
ef0239a08b Delete the simple-yaml.md example 2015-11-12 13:48:52 +08:00
k8s-merge-robot
398a4808e1 Merge pull request #17132 from janetkuo/kubectl-rollingupdate-rollback
Auto commit by PR queue bot
2015-11-11 15:52:32 -08:00
k8s-merge-robot
821763510a Merge pull request #16903 from bgrant0607/docfix
Auto commit by PR queue bot
2015-11-11 13:54:44 -08:00
Jan Chaloupka
53419ee971 doc: correct member 'the the -> the' (two 'the' member into one 'the' member) 2015-11-11 22:54:25 +01:00
Janet Kuo
88d9106705 Add help text for rollback in kubectl rolling-update 2015-11-11 13:29:54 -08:00
Ihor Dvoretskyi
74f57bc314 Update master.md
Alternative way to restart docker service is added.
2015-11-11 09:49:01 +02:00
Brian Grant
e62386a717 Update overview doc using content from recent presentation. 2015-11-11 06:06:36 +00:00
Harry Zhang
aa9a6a131d Make master.sh easy to copy
Make worker.sh easy to copy
2015-11-11 03:15:53 +00:00
k8s-merge-robot
c785a6e77f Merge pull request #17033 from aveshagarwal/master-kubelet-streaming
Auto commit by PR queue bot
2015-11-10 18:09:13 -08:00
k8s-merge-robot
253dd4e18e Merge pull request #17073 from jlowdermilk/fix-patch-help-text
Auto commit by PR queue bot
2015-11-10 14:53:27 -08:00
Paul Tiplady
2f5704899d Fix Calico docs with correct 1.1 binary URL 2015-11-10 14:02:35 -08:00
Alexandre González
8cc7215ab5 Get external IPs and not node names on images docs
Change the example inline script to get the node external IPs instead just their names. You can't `ssh|scp` to the `metadata.name`.
2015-11-10 22:04:07 +01:00
Jeff Lowdermilk
6868382072 Reword misleading help text for kubectl patch 2015-11-10 13:00:04 -08:00
k8s-merge-robot
a8bfce11c4 Merge pull request #16966 from idvoretskyi/patch-1
Auto commit by PR queue bot
2015-11-10 12:01:42 -08:00
Avesh Agarwal
f111033641 Fix defaults for MaxPods and MaxOpenFiles.
Fix go formatting and docs.
2015-11-10 12:20:54 -05:00
Guohua Ouyang
4829e08cc4 fix typo
Signed-off-by: Guohua Ouyang <gouyang@redhat.com>
2015-11-10 21:01:27 +08:00
Tim Hockin
faa5c5885a Update docs for running under docker
Make them a bit more version safe.
2015-11-09 22:08:06 -08:00
k8s-merge-robot
d65c61f15a Merge pull request #16754 from janetkuo/doc-for-doc
Auto commit by PR queue bot
2015-11-09 07:49:25 -08:00
Wojciech Tyczynski
d80e0e837c Merge pull request #10707 from kargakis/logs-with-resource-builder
logs: Use resource builder
2015-11-09 16:40:10 +01:00
k8s-merge-robot
afe121669b Merge pull request #16852 from feiskyer/kubectl-desc-ep
Auto commit by PR queue bot
2015-11-09 05:21:12 -08:00
Janet Kuo
37f35d9342 Make kubectl apply create resources if not found 2015-11-08 22:47:40 -08:00
Prashanth B
17c5c0922b Merge pull request #16932 from bprashanth/ing_docs
Ingress doc clarifications
2015-11-07 17:07:27 -08:00
k8s-merge-robot
6983f75ef7 Merge pull request #16930 from ihmccreery/release-wording-fixes
Auto commit by PR queue bot
2015-11-07 10:29:31 -08:00
k8s-merge-robot
7d7aa9ec1f Merge pull request #16939 from ihmccreery/versioning-cleanup
Auto commit by PR queue bot
2015-11-07 09:21:24 -08:00
k8s-merge-robot
da46dab080 Merge pull request #16940 from caesarxuchao/dont-update-api-reference
Auto commit by PR queue bot
2015-11-07 06:59:12 -08:00
Ihor Dvoretskyi
b6ee774982 Update libvirt-coreos.md 2015-11-07 16:33:33 +02:00
k8s-merge-robot
5988f73a4a Merge pull request #16809 from janetkuo/apply-annotation-optional
Auto commit by PR queue bot
2015-11-07 02:39:23 -08:00
feisky
3adb929eb9 Add kubectl describe for endpoints 2015-11-07 14:58:12 +08:00
Janet Kuo
024df3c04c address comments 2015-11-06 17:35:10 -08:00
Janet Kuo
5e0f47fe01 Document how to document 2015-11-06 17:19:33 -08:00
Janet Kuo
a6a64820d7 Make generation of the apply annotation optional 2015-11-06 15:08:50 -08:00
derekwaynecarr
6ad7f1a8cb Add event correlation to client 2015-11-06 16:59:38 -05:00
Prashanth Balasubramanian
10d1d4c791 Ingress doc clarifications 2015-11-06 12:01:52 -08:00
Chao Xu
358221f9fd Don't update api-reference docs if the only changes are the timestamps 2015-11-06 11:37:22 -08:00
Isaac Hollander McCreery
e5449f7d42 Cleanup for versioning 2015-11-06 11:35:16 -08:00
Tim St. Clair
1e88a682da Add liveness/readiness probe parameters
- PeriodSeconds - How often to probe
- SuccessThreshold - Number of successful probes to go from failure to success state
- FailureThreshold - Number of failing probes to go from success to failure state

This commit includes to changes in behavior:

1. InitialDelaySeconds now defaults to 10 seconds, rather than the
kubelet sync interval (although that also defaults to 10 seconds).
2. Prober only retries on probe error, not failure. To compensate, the
default FailureThreshold is set to the maxRetries, 3.
2015-11-06 10:46:40 -08:00
Isaac Hollander McCreery
a67042bd5f Use ./ notation 2015-11-06 10:32:05 -08:00
k8s-merge-robot
4566e039bf Merge pull request #16716 from huangyuqi/add_res_types_kubctl_get
Auto commit by PR queue bot
2015-11-06 02:20:27 -08:00
k8s-merge-robot
5b4c92fe94 Merge pull request #16774 from nikhiljindal/checkAPIsExtensions
Auto commit by PR queue bot
2015-11-05 20:15:24 -08:00
k8s-merge-robot
0b183f43fd Merge pull request #16574 from hurf/stop_doc
Auto commit by PR queue bot
2015-11-05 19:43:21 -08:00
Chao Xu
f16e8cbc0f address timstclair's comments 2015-11-05 15:44:20 -08:00
kargakis
4fdb6d1331 logs: Use resource builder 2015-11-05 14:54:55 +01:00
k8s-merge-robot
1831a057f1 Merge pull request #16694 from jbeda/update-etcd
Auto commit by PR queue bot
2015-11-05 03:27:26 -08:00
k8s-merge-robot
c3a072768b Merge pull request #16728 from markturansky/lengthen_pv_sync
Auto commit by PR queue bot
2015-11-05 00:35:12 -08:00
Chao Xu
1b6810322d address lavalamp's comment 2015-11-04 15:53:29 -08:00
nikhiljindal
1c50f423d6 Running update-api-reference-docs 2015-11-04 14:54:10 -08:00
Chao Xu
3e1a0148ed add a guide on how to create an API group 2015-11-04 14:30:34 -08:00
Joe Beda
993c1ee222 Update etcd to 2.2.1 2015-11-04 12:26:57 -08:00
k8s-merge-robot
79ad4869bd Merge pull request #15585 from jlowdermilk/kubeconfig-doc
Auto commit by PR queue bot
2015-11-04 04:49:44 -08:00
k8s-merge-robot
8e5f3a3f9b Merge pull request #16761 from roberthbailey/supervisord
Auto commit by PR queue bot
2015-11-04 02:28:38 -08:00
huangyuqi
1bf2f869c7 add valid resource types for kubectl get 2015-11-04 10:12:30 +00:00
markturansky
468bc39a63 Lengthened pvsync period 2015-11-04 00:42:44 -05:00
Robert Bailey
d5bb12134e Replace monit with supervisord in documentation. 2015-11-03 16:20:02 -08:00
derekwaynecarr
b403e30d1a Kubelet serialize image pulls had incorrect default 2015-11-03 15:24:01 -05:00
k8s-merge-robot
1407fd2071 Merge pull request #16102 from ihmccreery/release-docs
Auto commit by PR queue bot
2015-11-03 11:09:36 -08:00
Isaac Hollander McCreery
ed7b42c4a3 Clarify -dirty language, and add --no-dry-run to usage 2015-11-03 09:42:49 -08:00
Isaac Hollander McCreery
a9fc43d120 Fix releasing clause about cutting beta releases 2015-11-03 09:26:01 -08:00
k8s-merge-robot
ca6fe97275 Merge pull request #16724 from sroze/patch-2
Auto commit by PR queue bot
2015-11-03 07:18:20 -08:00
k8s-merge-robot
121f33068d Merge pull request #16668 from deads2k/fix-hpa-escalation
Auto commit by PR queue bot
2015-11-03 06:11:34 -08:00
k8s-merge-robot
3f3918048a Merge pull request #16669 from erictune/fix-run-docstring
Auto commit by PR queue bot
2015-11-03 05:29:29 -08:00
deads2k
fd1c8e096a eliminate cross-namespace HPA escalation attack 2015-11-03 08:05:26 -05:00
Samuel ROZE
1f9d6c1c5b Fixes typo in all.yml file name 2015-11-03 10:22:02 +00:00
k8s-merge-robot
25b7c79860 Merge pull request #16609 from fwalker/master
Auto commit by PR queue bot
2015-11-03 01:41:16 -08:00
Alex Mohr
95bdf1923c Merge pull request #16619 from bgrant0607/docfix
Gut out-of-date roadmap in favor of milestones.
2015-11-02 16:42:02 -08:00
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
d5b5f370ab Updates to versioning.md 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
k8s-merge-robot
5881c3c848 Merge pull request #16571 from bgrant0607/bugfix1
Auto commit by PR queue bot
2015-11-01 08:37:36 -08:00
Mike Danese
67f46aa1f1 autogenerated 2015-10-31 12:26:54 -07:00
Brian Grant
5e0ecf812e Add more specifics about what Kubernetes does. 2015-10-31 05:17:05 +00:00
Eric Tune
0bde95f1ce Fix incorrect flag in example. 2015-10-30 15:40:05 -07:00
Brian Grant
a5d7e1f36c Gut out-of-date roadmap in favor of milestones. 2015-10-30 21:26:45 +00:00
nikhiljindal
72db55eb26 Fixing how to enable daemonsets 2015-10-30 12:28:10 -07:00
Jeff Lowdermilk
1f6aba18ba Add component explanation to kubeconfig-file.md 2015-10-30 10:20:48 -07:00
Florian Walker
4face20a19 Updated nginx static html directory. 2015-10-30 17:51:23 +01:00
k8s-merge-robot
2861dbb186 Merge pull request #16023 from rimusz/master
Auto commit by PR queue bot
2015-10-30 02:02:22 -07: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
Janet Kuo
a86922a488 Fix broken api group link 2015-10-29 15:26:24 -07:00
Janet Kuo
8f1b4c2e10 Remove red rectangles in quoted region in gh-pages 2015-10-29 13:18:28 -07:00
k8s-merge-robot
809f4e1bc3 Merge pull request #16497 from a-robinson/fluentd
Auto commit by PR queue bot
2015-10-29 06:01:20 -07:00
k8s-merge-robot
e47c8db9ca Merge pull request #16487 from ZJU-SEL/downwardapi-fix
Auto commit by PR queue bot
2015-10-29 05:51:20 -07:00
Alex Robinson
f0ebe4066f Update fluentd-gcp to include all recent improvements that are in the
new google-fluentd 1.5.4-1 build.
2015-10-29 11:54:07 +00:00
k8s-merge-robot
79c2d5541a Merge pull request #16204 from caseydavenport/docs-update-v1.1
Auto commit by PR queue bot
2015-10-29 01:43:15 -07:00
k8s-merge-robot
139e158f18 Merge pull request #15862 from timstclair/metrics-proposal
Auto commit by PR queue bot
2015-10-29 01:35:09 -07:00
k8s-merge-robot
a1e3a1c39a Merge pull request #16328 from erictune/scratch-addons
Auto commit by PR queue bot
2015-10-29 01:32:11 -07:00
k8s-merge-robot
3980d2373d Merge pull request #16368 from fgrzadkowski/test_docker_multinode
Auto commit by PR queue bot
2015-10-29 01:31:45 -07:00
k8s-merge-robot
63af7c227e Merge pull request #16069 from zmerlynn/nfs-1.1
Auto commit by PR queue bot
2015-10-28 22:39:09 -07:00
Harry Zhang
fad2db221c Add downwardAPI 2015-10-29 03:43:35 +00:00
Nikhil Jindal
46303ebc63 Merge pull request #16138 from nikhiljindal/deploymentDoc
Adding a user guide readme for deployments
2015-10-28 15:25:51 -07:00
nikhiljindal
5c0cc34101 Adding a user-guide doc for deployments 2015-10-28 13:14:08 -07:00
k8s-merge-robot
47b15c8896 Merge pull request #16366 from jszczepkowski/autoscaling-example
Auto commit by PR queue bot
2015-10-28 03:11:28 -07:00
k8s-merge-robot
43c9309630 Merge pull request #16338 from janetkuo/doc-started-docker
Auto commit by PR queue bot
2015-10-28 02:00:43 -07:00
Zach Loafman
17fd5f2536 NFS: Revamp example, add nfs-common to debian saltbase
This ensures nfs-common is installed on GCE, and provides a more
functional explanation/example. I launched two replication controllers
so that there were busybox pods to poke around at the NFS volume, and
so that the later wget actually works (the original example would have
to work on the node, or need some other access to the container
network). After switching to two controllers, it actually makes more
sense to use PV claims, and it's probably a configuration that makes
more sense for indirection for NFS anyways.
2015-10-27 16:58:04 -07:00
Daniel Smith
b791642480 Merge pull request #16217 from caesarxuchao/update-versionize
versionize the include directory in definitions.md and operations.md
2015-10-27 16:42:00 -07:00
Daniel Smith
6219b50280 Merge pull request #16160 from kargakis/windows-fixes-for-edit
edit: Windows fixes
2015-10-27 15:44:26 -07:00
Tim St. Clair
accb08c0ee Add kubelet raw metrics API proposal 2015-10-27 15:05:05 -07:00
Janet Kuo
a01d339216 Update tutorial about kubectl expose 2015-10-27 14:28:32 -07:00
k8s-merge-robot
ad01a84ecb Merge pull request #11938 from justinsb/docs_aws_internals
Auto commit by PR queue bot
2015-10-27 11:30:09 -07:00
Casey D
97c9fde378 Updated ubuntu-calico.md for v1.1 2015-10-27 11:27:51 -07:00
k8s-merge-robot
d6d0976d55 Merge pull request #16276 from ncdc/fix-typo
Auto commit by PR queue bot
2015-10-27 11:25:06 -07:00
Eric Tune
0869e01342 Improve addons documentation.
Longer description of Addons in Admin Guide to Cluster Components.

Mention fluentd as node component in Admin Guide to Cluster Components.

From docs/getting-started-guides/scratch.md add refs to setting up
DNS, Logging, Monitoring, and GUI.

Add TOCs to several pages that were referenced.

Fixes #16235
2015-10-27 08:28:55 -07:00
Filip Grzadkowski
871dcb472c Fix flags for kubelet in docker-multinode setup. 2015-10-27 15:50:23 +01:00
Filip Grzadkowski
187c32a74a Wait for docker termination when creating network bridges. Currently we might have data races. 2015-10-27 15:44:03 +01:00
Jerzy Szczepkowski
ffc0c0b4c1 Updated HPA example to use kubectl commands.
Updated HPA example to use kubectl commands.
2015-10-27 15:31:02 +01:00
Jerzy Szczepkowski
bbee6cfcd7 Merge pull request #15461 from kargakis/relax-exposing-multiport-objects
expose: Enable exposing multiport objects
2015-10-27 10:25:54 +01:00
Jerzy Szczepkowski
cf8c210502 Merge pull request #16135 from jszczepkowski/hpa-user-guide
Added user guide for horizontal pod autoscaler.
2015-10-27 10:12:38 +01: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
Daniel Smith
516a9a6784 Merge pull request #16129 from errordeveloper/master
azure/coreos: Quickfix for Weave 1.2
2015-10-26 17:05:42 -07:00
Chao Xu
45b0917b6b versionize the include directory in definitions.md and operations.md 2015-10-26 14:19:54 -07:00
Andy Goldstein
325e0ce68b Fix kubelet help typo
Fix double percent (%%) typo for image-gc-high-threshold and
image-gc-low-threshold help text.
2015-10-26 10:37:46 -04:00
Jerzy Szczepkowski
4d243d514e Added user guide for horizontal pod autoscaler.
Added user guide for horizontal pod autoscaler. Part of #15652.
2015-10-26 10:26:32 +01:00
Piotr Szczesniak
87c6d17d3a Fixed api reference docs 2015-10-26 10:18:39 +01:00
Jerzy Szczepkowski
c43819d8ba Proposal for horizontal pod autoscaler updated and moved to design.
Proposal for horizontal pod autoscaler updated and moved to design. Related to #15652.
2015-10-26 08:33:24 +01:00
feisky
13dce74adb Gendocs for docs/admin/kube-* 2015-10-25 19:24:23 +08: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
Abhi Shah
76f0f8e467 Merge pull request #16189 from beldougie/patch-1
Remove breaking whitespace
2015-10-24 16:15:36 -07:00
Abhi Shah
f430dc8ac8 Merge pull request #16149 from ZJU-SEL/fix-endpoint-port
fix buggy example for endpoint specification
2015-10-24 16:11:25 -07:00
Abhi Shah
a254fdc062 Merge pull request #15814 from soltysh/job_doc
Update job user-guide doc to reflect recent changes to .spec.selector
2015-10-24 14:18:10 -07:00
k8s-merge-robot
19c0a5b3d7 Merge pull request #15899 from bprashanth/ing_docs
Auto commit by PR queue bot
2015-10-24 11:34:22 -07:00
k8s-merge-robot
4270690315 Merge pull request #15578 from RichieEscarez/editkubectloverview
Auto commit by PR queue bot
2015-10-24 11:12:10 -07:00
kargakis
73713ce268 edit: Windows fixes
Contains the following fixes for Windows users of kubectl edit:
* Defaults to notepad as the default Windows editor
* Uses CRLF line endings
* Ensures a file lock is freed
2015-10-24 17:06:49 +02:00
k8s-merge-robot
e1559e9fb5 Merge pull request #15352 from pmorie/fsgroup
Auto commit by PR queue bot
2015-10-24 01:55:45 -07:00
k8s-merge-robot
570a9dc18f Merge pull request #15796 from caesarxuchao/fix-kubectl-api-versions
Auto commit by PR queue bot
2015-10-24 01:24:31 -07:00
k8s-merge-robot
74a1f7e86f Merge pull request #16131 from brendandburns/aws2
Auto commit by PR queue bot
2015-10-23 23:19:47 -07:00
k8s-merge-robot
c599025685 Merge pull request #16136 from jszczepkowski/hpa-exmv
Auto commit by PR queue bot
2015-10-23 19:23:54 -07:00
Eric Tune
6bff8df31c In devel docs, refer to .kube/config
not .kubernetes_auth
2015-10-23 15:44:42 -07:00
Tim Hockin
f93f77766d Merge pull request #16203 from thockin/docs-nits
fix another bad backticks usage
2015-10-23 15:18:54 -07:00
Tim Hockin
21e9134ae8 fix another bad backticks usage 2015-10-23 15:18:09 -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
Matt Keeble
c125004e7f Remove breaking whitespace
For the copy&pasters among us ;)
2015-10-23 22:15:30 +01:00
Tim Hockin
5c903dbcac Merge pull request #16073 from caesarxuchao/fix-htmlpreview-on-head
fix htmlpreview links to point to subdictory
2015-10-23 13:32:29 -07:00
Tim Hockin
845d547596 Merge pull request #16180 from thockin/docs-nits
csv is not a known syntax, messes up gh-pages
2015-10-23 12:59:06 -07:00
Brendan Burns
3b94648766 Merge pull request #16145 from HaiyangDING/patch-2
fix typo in api-converntions.md
2015-10-23 12:52:41 -07:00
Tim Hockin
5390a93f4b csv is not a know syntax, messes up gh-pages 2015-10-23 12:37:56 -07:00
Saad Ali
a5c3c16994 Merge pull request #15981 from nikhiljindal/docsUpdate
Updating documentation to reflect the latest status of extension resources
2015-10-23 12:07:31 -07:00
Jerzy Szczepkowski
37ef5dee0b Horizontal pod autoscaling example moved to user guide.
Horizontal pod autoscaling example moved to user guide. Part of #15652.
2015-10-23 18:49:20 +02:00
Filip Grzadkowski
5f7fea2f35 Merge pull request #15974 from gambol99/rj/groups_fields_quoted
single column groups option in tokenfile
2015-10-23 14:06:25 +02:00
k8s-merge-robot
a10ed3e2b1 Merge pull request #15908 from jlowdermilk/rolling-update-doc
Auto commit by PR queue bot
2015-10-23 00:52:37 -07:00
He Simei
ec3493fd5e fix buggy example for endpoint specification 2015-10-23 15:29:12 +08:00
dingh
b3f19128cd fix typo in api-converntions.md 2015-10-23 13:46:32 +08:00
Brendan Burns
d32e713b77 Make AWS node sizes dynamic in the number of nodes. 2015-10-22 20:22:00 -07:00
Prashanth Balasubramanian
8c758102d9 Ingress docs 2015-10-22 19:09:50 -07:00
Ilya Dmitrichenko
33587de7c4 azure/coreos: Quickfix for Weave 1.2 2015-10-22 14:11:14 -07:00
Paul Morie
3cd12f5e05 FSGroup implementation 2015-10-22 16:40:59 -04:00
k8s-merge-robot
dcf58fe50c Merge pull request #16015 from feihujiang/fixMinorErrorsInNfsExample
Auto commit by PR queue bot
2015-10-22 11:41:41 -07:00
Chao Xu
eb3a80156a let kubectl api-versions use the discovery client 2015-10-22 10:19:34 -07:00
RichieEscarez
f3d3f00146 Edit of the new kubectl overview 2015-10-22 09:10:00 -07:00
Piotr Szczesniak
5cc0aa3b62 Fixed issue with generated docs 2015-10-22 12:55:10 +02:00
k8s-merge-robot
510711ab00 Merge pull request #16043 from bgrant0607/docfix3
Auto commit by PR queue bot
2015-10-21 18:20:35 -07:00
Chao Xu
316bd058d0 fix htmlpreview links to point to subdictory 2015-10-21 15:46:52 -07:00
nikhiljindal
fe26c8d86a Running update-api-reference-docs on HEAD to fix verify-api-reference-docs 2015-10-21 14:58:43 -07:00
Jeff Lowdermilk
d4de35e177 Merge pull request #15921 from brendandburns/fix2
Add a --expose flag to kubectl run
2015-10-21 13:17:26 -07:00
Jeff Lowdermilk
572db1849c Merge pull request #15906 from nikhiljindal/updateAPIReference
Adding a script to verify api reference docs are upto date
2015-10-21 13:15:36 -07:00
nikhiljindal
72914fd81b Updating documentation to reflect the latest status of extension resources 2015-10-21 13:03:33 -07:00
Jeff Lowdermilk
5bf993bf28 Validate image name for kubectl rolling-update NAME --image=IMAGE
Require distinct image from current one when starting a new
rolling-update, and exit with error if an existing in-progress update
is targeting a different image.
2015-10-21 11:48:39 -07:00
Brian Grant
83c28c9cfd Fix #15609 2015-10-21 18:36:10 +00:00
k8s-merge-robot
9ce0286657 Merge pull request #15522 from ZJU-SEL/enhance-containerized-kubelet-param
Auto commit by PR queue bot
2015-10-21 05:56:27 -07:00
Rimantas Mocevicius
1184553bc5 single node App for OS X 2015-10-21 12:22:26 +01:00
k8s-merge-robot
9c05076b44 Merge pull request #15877 from caesarxuchao/change-name
Auto commit by PR queue bot
2015-10-21 03:12:25 -07:00
Rohith
ee691aa1ab [tokenfile]
- the groups field has been changed to a single column option as requested in https://github.com/kubernetes/kubernetes/pull/15704

[docs]
- updated the docs related the the tokefile along with an example
2015-10-21 10:37:35 +01:00
k8s-merge-robot
b6ac469eaf Merge pull request #13724 from HaiyangDING/update_limitrange_example
Auto commit by PR queue bot
2015-10-21 02:20:33 -07:00
k8s-merge-robot
d42f2399f4 Merge pull request #15693 from ZJU-SEL/gitrepo-doc
Auto commit by PR queue bot
2015-10-21 02:08:38 -07:00
k8s-merge-robot
e68488cd1d Merge pull request #15825 from gabrfarina/patch-1
Auto commit by PR queue bot
2015-10-21 02:07:11 -07:00
feihujiang
310f8f6320 Fix minor errors in nfs example 2015-10-21 15:15:03 +08:00
Brendan Burns
54fd60727e add a --expose flag to kubectl run 2015-10-20 20:21:09 -07:00
dinghaiyang
5cc6433a05 update limitrange example 2015-10-21 09:48:44 +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
Janet Kuo
02e451b08c Update generated docs 2015-10-20 17:22:37 -07:00
k8s-merge-robot
e90a890e19 Merge pull request #15608 from feihujiang/removeDeprecatedShorthandInManPage
Auto commit by PR queue bot
2015-10-20 16:48:26 -07:00
nikhiljindal
8aa9591bb9 Running update-api-reference-docs script so that verify-api-reference-docs passes 2015-10-20 13:17:24 -07:00
k8s-merge-robot
61250eaec5 Merge pull request #15223 from errordeveloper/master
Auto commit by PR queue bot
2015-10-20 11:41:19 -07:00
k8s-merge-robot
a2b6fea452 Merge pull request #15704 from gambol99/rj/add_groups_tokenfile
Auto commit by PR queue bot
2015-10-20 07:16:13 -07:00
k8s-merge-robot
77a68448c7 Merge pull request #15919 from brendandburns/docs2
Auto commit by PR queue bot
2015-10-20 03:35:45 -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
k8s-merge-robot
b896a66679 Merge pull request #15739 from JanetKuo/kubectl-autoscale
Auto commit by PR queue bot
2015-10-19 14:15:23 -07:00
Justin Santa Barbara
7006133621 Rename LoadBalancing -> LoadBalancer
To match the Type value
2015-10-19 15:43:41 -04:00
Chao Xu
39cb8627df change the include file name 2015-10-19 12:31:04 -07:00
Eric Tune
a1549496ee Documented required/optional fields. 2015-10-19 11:16:24 -07:00
Justin Santa Barbara
296fca4b80 Remove broken link to CloudFormation setup 2015-10-19 14:06:32 -04:00
Justin Santa Barbara
426346c7e3 More fixes based on commments 2015-10-19 13:55:43 -04:00
Justin Santa Barbara
645fe1d300 Two small fixes (to keep doc-gen happy) 2015-10-19 13:42:03 -04:00
Justin Santa Barbara
132e505b1c Fix some typos from my read-through 2015-10-19 13:42:03 -04:00
Justin Santa Barbara
b3a4b1853d Changes per reviews 2015-10-19 13:42:03 -04:00
Justin Santa Barbara
e7ff4d2245 AWS "under the hood" document
Document how we implement kubernetes on AWS, so that configuration tools
other than kube-up can have a reference for what they should do, and
generally to help developers get up to speed.
2015-10-19 13:42:02 -04:00
Wojciech Tyczynski
4a4831906c api_changes.md changes for json-related code autogeneration. 2015-10-19 19:37:53 +02:00
Janet Kuo
8105aa44a0 Implement kubectl autoscale 2015-10-19 09:59:22 -07:00
Rohith
f02c80584b [plugin/auth/tokenfile]
- allowing for variable length groups to be added to the static token file

[docs/admin/authentication]
- updating the documentation for token file
2015-10-19 17:14:14 +01:00
kargakis
7d0e691520 expose: Enable exposing multiport objects
The generated service will inherit all the ports from the exposed object.
2015-10-19 11:25:14 +02:00
k8s-merge-robot
67cb65d906 Merge pull request #15788 from caesarxuchao/gen-docs-extensions
Auto commit by PR queue bot
2015-10-18 18:02:09 -07:00
Gabriele Farina
416225f554 Update OS/X instructions.
Update to reflect recent changes in docker-machine for OS/X users.

Related to this change: docker/machine#1791
2015-10-18 21:50:39 +01:00
k8s-merge-robot
5755e52b10 Merge pull request #15790 from mikedanese/azure-bankruptcy
Auto commit by PR queue bot
2015-10-18 01:32:36 -07:00
Maciej Szulik
57c546fccb Update job user-guide doc to reflect recent changes to .spec.selector 2015-10-17 12:32:01 +02:00
He Simei
7c9903bd02 mount /var/lib/docker rw 2015-10-17 09:53:04 +08:00
He Simei
9c3600d5d3 enhance upstart param for containerized kubelet 2015-10-17 09:52:38 +08:00
Mike Danese
8e8437dad8 declare azure/ubuntu/saltstack bankruptcy 2015-10-16 18:21:21 -07:00
Clayton Coleman
e9a465d635 Make kubectl run attach behave like docker run
Have stdin closed by default, can be left open with --leave-stdin-open.
Add e2e tests for the behavior.
2015-10-16 20:33:51 -04:00
Brendan Burns
6827900a8d Fix a deprecated 'replace' command with a 'patch' command. 2015-10-16 14:34:37 -07:00
Chao Xu
56f1b5acb7 run hack/update-generated-docs.sh 2015-10-16 11:59:04 -07:00
Chao Xu
3881f4a85e update html, change directory 2015-10-16 11:30:11 -07:00
He Simei
62a2c47c24 fix #15767 2015-10-16 16:30:02 +08:00
Eric Tune
f37fd07b96 Merge pull request #15517 from caesarxuchao/fix-doc-Experimental
refactor "experimental" to "extensions" in documents
2015-10-15 15:12:27 -07:00
Eric Tune
d4475e3d49 Merge pull request #15232 from deads2k/refactor-logs
refactor kubectl logs to be composeable
2015-10-15 13:56:58 -07:00
Chao Xu
0075f99333 refactor "experimental" to "extensions" in documents 2015-10-15 13:39:54 -07:00
k8s-merge-robot
3744ea8ce6 Merge pull request #15425 from Dingshujie/fix_dns_doc
Auto commit by PR queue bot
2015-10-15 13:37:03 -07: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
k8s-merge-robot
4c8e6f47ec Merge pull request #15394 from JanetKuo/kubectl-proxy-api-prefix
Auto commit by PR queue bot
2015-10-15 05:12:30 -07:00
Tony Hsu
6ec9b2e7c2 Fix typo 2015-10-15 18:37:29 +08:00
Marek Grabowski
a92fa4e38a Merge pull request #15453 from eghobo/master
Fixed incorrect service name
2015-10-15 09:31:50 +02: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
Marek Grabowski
e7ddb4f9a6 Merge pull request #15338 from bharrisau/patch-1
Correct multi-cluster number recommendations
2015-10-15 09:28:07 +02:00
Harry Zhang
14334837b9 Add example of using gitRepo 2015-10-15 06:13:45 +00:00
k8s-merge-robot
877bfa6d1f Merge pull request #15302 from piosz/plugins-doc
Auto commit by PR queue bot
2015-10-14 21:09:53 -07:00
Janet Kuo
f47c2be539 Change kubectl proxy --api-prefix default to allow /apis/ 2015-10-14 15:49:52 -07:00
Tim Hockin
0bf5bfff5d update docs on experimental annotations 2015-10-14 15:31:37 -07:00
feihujiang
f3673b8f31 Hide deprecated shorthand in man page 2015-10-15 01:29:13 +08:00
deads2k
f0aa606632 refactor kubectl logs to be composeable 2015-10-14 13:22:59 -04: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
Ilya Dmitrichenko
2bd14923ff coreos/azure: Updates for Weave 1.1
- Bump CLI tools version
- Bump CoreOS image IDs
2015-10-14 14:41:14 +01:00
Piotr Szczesniak
4abe33458e Added documentation of Initial Resources plugin. 2015-10-14 12:11:08 +02:00
k8s-merge-robot
8959e0cc03 Merge pull request #15509 from bgrant0607/labels
Auto commit by PR queue bot
2015-10-13 19:04:15 -07:00
Brian Grant
dceeab88c8 Define Kubernetes and K8s, which are FAQs. 2015-10-14 00:35:17 +00:00
Dawn Chen
0e0ae670ad Merge pull request #15488 from caesarxuchao/experimental-extensions-client
Move from "Experimental" to "Extensions"
2015-10-13 16:54:37 -07:00
Dawn Chen
d6c43f48d1 Merge pull request #15473 from feihujiang/removeShorthandForClientInKubectlVersion
Remove shorthand for client flag in kubectl version
2015-10-13 16:24:08 -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
Chao Xu
ae8d250b0f remove code refernce 2015-10-13 13:22:54 -07:00
Brian Grant
1bac67f9e2 Add DoesNotExist label operator. 2015-10-13 20:13:19 +00:00
k8s-merge-robot
4008c65323 Merge pull request #15135 from ZJU-SEL/upgrade-flannel
Auto commit by PR queue bot
2015-10-13 07:07:18 -07:00
k8s-merge-robot
d0e672f391 Merge pull request #15489 from spohnan/doc-fix-volume-mounting
Auto commit by PR queue bot
2015-10-13 04:28:29 -07:00
k8s-merge-robot
2dec0826f7 Merge pull request #15351 from caesarxuchao/fix-14584-1
Auto commit by PR queue bot
2015-10-13 02:19:43 -07:00
Dawn Chen
ff84db0960 Merge pull request #15487 from mikedanese/fix-docs
fix incorrect merge MIME type in api-conventions doc
2015-10-12 16:39:25 -07:00
Dawn Chen
f27e0b2a16 Merge pull request #15290 from ZJU-SEL/enhance-lsb_release
enhance lsb_release detection for multi-docker
2015-10-12 14:47:03 -07:00
Ben Harris
92137e89dc Correct number recommendations
The mathematics of the current recommendations didn't seem to give the right outcomes. Especially with `U`, as you need at least `U+1` to keep availability in the face of `U` failures.
2015-10-13 08:43:52 +11:00
Chao Xu
94d68296be update html in api-reference 2015-10-12 13:34:07 -07:00
Dawn Chen
075c3a2c71 Merge pull request #15061 from kargakis/fix-dry-run-in-expose
Fix dry run in expose
2015-10-12 12:53:04 -07:00
Andy Spohn
361c1831c1 Doc Fix, several volume types support multiple readers 2015-10-12 14:48:17 -04:00
Mike Danese
8043c70304 fix incorrect merge MIME type in api-conventions doc 2015-10-12 11:35:30 -07:00
feihujiang
6290aee8b8 Remove shorthand for client flag in kubectl version 2015-10-13 02:02:54 +08:00
He Simei
31f7d33d29 enhance lsb_release detection for multi-docker 2015-10-12 18:48:37 +08:00
k8s-merge-robot
632e32d8f6 Merge pull request #14487 from zhengguoyong/update-minion2
Auto commit by PR queue bot
2015-10-12 02:58:29 -07:00
k8s-merge-robot
ee1ff452c0 Merge pull request #15293 from resouer/patch-8
Auto commit by PR queue bot
2015-10-12 02:47:55 -07:00
Egor Guz
f72e2ff10f fixed incorrect service name 2015-10-11 20:32:41 -07:00
Trevor Pounds
d234d86af6 Minor formatting cleanup. 2015-10-10 12:30:21 -07:00
k8s-merge-robot
71e9565815 Merge pull request #15163 from thockin/gcloud-preview
Auto commit by PR queue bot
2015-10-10 12:04:55 -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
8b09d27dd5 Merge pull request #15246 from bgrant0607/docfix
Auto commit by PR queue bot
2015-10-10 09:44:13 -07:00
k8s-merge-robot
fa557f6101 Merge pull request #15409 from caesarxuchao/extension/v1beta1
Auto commit by PR queue bot
2015-10-10 09:03:43 -07:00
JessiaDing
717ee92934 update dns doc 2015-10-10 15:31:26 +00:00
k8s-merge-robot
d36207675d Merge pull request #15406 from RichieEscarez/addhomogenous
Auto commit by PR queue bot
2015-10-10 07:37:14 -07:00
Brian Grant
678032fdcf Update container-environment.md. Fixes #14127. 2015-10-10 14:32:00 +00:00
kargakis
4b23bf602d expose: Minor cleanup 2015-10-10 16:16:41 +02:00
k8s-merge-robot
615ae5b04a Merge pull request #15335 from mikedanese/ds-cleanup
Auto commit by PR queue bot
2015-10-09 18:59:55 -07:00
Chao Xu
cd98de5188 fix verify-generated-deep-copies.sh 2015-10-09 16:08:52 -07:00
Chao Xu
88eeb03811 fix examples 2015-10-09 15:58:07 -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
RichieEscarez
6a52c66f67 Edit to clarify rc's are for homogenous pods 2015-10-09 15:24:03 -07:00
Clayton Coleman
554ce403e4 Prevent attach from being served by default via the proxy 2015-10-09 14:33:40 -04: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
k8s-merge-robot
2f90f660c1 Merge pull request #11368 from hurf/ctl_convert
Auto commit by PR queue bot
2015-10-09 08:57:30 -07:00
Mike Danese
6fe7edc5ea simplify DaemonReaper by using NodeSelector 2015-10-09 08:17:49 -07:00
k8s-merge-robot
e8ae4892b6 Merge pull request #15317 from vishh/qos-update
Auto commit by PR queue bot
2015-10-09 07:50:34 -07:00
Jordan Liggitt
9d6b52881d Add authentication/authorization interfaces to kubelet, always include /metrics with /stats 2015-10-09 03:10:00 -04:00
k8s-merge-robot
219294623e Merge pull request #14522 from lavalamp/3p-api-group
Auto commit by PR queue bot
2015-10-08 21:15:11 -07:00
k8s-merge-robot
fa8bb5f18e Merge pull request #15344 from bgrant0607/docfix2
Auto commit by PR queue bot
2015-10-08 21:10:10 -07:00
hurf
e1b88c6942 Integrate convertion tool to kubectl
Added 'convert' subcommand to kubectl to convert config files
between different API versions.
2015-10-09 10:15:30 +08:00
Brian Grant
50acaa2259 Strengthen wording about status behavior. 2015-10-09 02:13:28 +00:00
Isaac Hollander McCreery
9024874e47 Proposed versioning changes 2015-10-08 16:57:05 -07:00
Vishnu kannan
955f896f28 Mark QoS as an experimental feature 2015-10-08 16:06:07 -07:00
k8s-merge-robot
dd702f2d11 Merge pull request #15289 from roberthbailey/docker-getting-started-guide
Auto commit by PR queue bot
2015-10-08 13:28:39 -07:00
Robert Bailey
49d6c86eb7 Merge pull request #14621 from jackgr/kubectl_apply
Add the kubectl apply command
2015-10-08 12:44:32 -07:00
Tim Hockin
b25069d084 Stop using gcloud preview - it is obsolete
Switch to supported APIs. Update docs.
2015-10-08 11:05:49 -07:00
k8s-merge-robot
036fe16849 Merge pull request #15241 from pmorie/volume-proposal-fixup
Auto commit by PR queue bot
2015-10-08 09:09:15 -07:00
k8s-merge-robot
46441a6657 Merge pull request #15250 from derekwaynecarr/troubleshooting_update
Auto commit by PR queue bot
2015-10-08 07:09:22 -07:00
Piotr Szczesniak
d9a392790a Merge pull request #13512 from freedev/master
fix - removed annoying message 'enter your password for the ssh key'
2015-10-08 13:04:55 +02:00
Harry Zhang
fcfed739b9 Deal with unsupported os distro 2015-10-08 08:47:45 +00:00
Harry Zhang
22ab92bd16 Fix wrong case statement in master.sh 2015-10-08 16:21:53 +08:00
Robert Bailey
94753fbe4d Update the docker single node getting started guide to use the
1.0.6 release.
2015-10-07 23:51:35 -07:00
He Simei
51f1570710 upgrade flannel to 0.5.3 2015-10-08 13:28:58 +08:00
Piotr Szczesniak
5dac62b187 Fixed formatting in rescheduler proposal 2015-10-08 07:19:07 +02:00
eulerzgy
7399bfe8e8 change minion to node 2015-10-08 11:55:50 +08:00
jackgr
703a3e19aa Add the kubectl apply command. 2015-10-07 17:14:51 -07:00
Daniel Smith
72c1340d34 Propose combining domain name & group
Also remove group from versions.
2015-10-07 15:59:17 -07: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
Mike Danese
b6734d5572 Merge pull request #15213 from mwielgus/cluster_doc
Updated doc for cluster autoscaler
2015-10-07 14:04:42 -07:00
derekwaynecarr
075334a474 Improve troubleshooting tips for vagrant errors due to host setup 2015-10-07 15:15:56 -04:00
Paul Morie
8c3d11f99d Fix name of FSGroup field in volume proposal json 2015-10-07 13:21:27 -04:00
k8s-merge-robot
83433a1ebd Merge pull request #14499 from erictune/scratch-fix
Auto commit by PR queue bot
2015-10-07 07:00:09 -07:00
Marcin Wielgus
bc58341d34 Updated doc for cluster autoscaler 2015-10-07 10:58:33 +02:00
Abhishek Shah
a1b6dbe870 Removed DenyEscalatingExec from the list of default admission controllers. 2015-10-06 13:35:32 -07:00
Alex Robinson
a81545db15 Merge pull request #14192 from pmorie/generic-selinux
Pod level SELinux context and volumes
2015-10-05 14:43:44 -07:00
Alex Robinson
26690a3147 Merge pull request #15057 from Huawei-PaaS/add_ingress_to_kubectl_overview
Add ingress to kubectl-overview
2015-10-05 13:50:11 -07:00
Alex Robinson
db7a54930c Merge pull request #14514 from cjellick/salt-doc-fix
Correct example salt config
2015-10-05 13:39:02 -07:00
Alex Robinson
43a985df67 Merge pull request #14492 from fgrzadkowski/upgrade_flannel
Upgrade flannel to 0.5.3
2015-10-05 13:35:06 -07:00
Alex Robinson
b5bf821006 Merge pull request #14540 from ZJU-SEL/add-support-docker-centos
add support for CentOS via multi-docker
2015-10-05 12:59:21 -07:00
Eric Tune
ae5da89a64 Correct scratch guide re: bridge and iptables
Replace "eth0" with "cbr0" in "ip add" command,
as reported by github user @kjvalencik.

Update iptables command to match changes in #13348.
2015-10-05 10:24:10 -07:00
qiaolei
57989e5505 add ingress 2015-10-04 11:47:01 +08:00
David Oppenheimer
b9cfab87e3 Merge pull request #14724 from HaiyangDING/PodFitsHostPorts
Replace PodFitsPorts with PodFitsHostPorts
2015-10-03 12:45:35 -07:00
Tim Hockin
6260759c51 Merge pull request #14328 from agonzalezro/flocker
Add flocker volume plugin
2015-10-02 16:02:18 -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
k8s-merge-robot
2965f79b6b Merge pull request #14812 from arisu1000/typo
Auto commit by PR queue bot
2015-10-02 08:20:39 -07:00
k8s-merge-robot
7f9c18d646 Merge pull request #14819 from mesosphere/sttts-add-kubectl-bind-address
Auto commit by PR queue bot
2015-10-02 08:05:57 -07:00
k8s-merge-robot
b13af64e7a Merge pull request #13540 from vishh/metrics-plumbing
Auto commit by PR queue bot
2015-10-02 04:20:25 -07:00
k8s-merge-robot
de9dd42f58 Merge pull request #14334 from zhengguoyong/del-parenthesis
Auto commit by PR queue bot
2015-10-02 04:20:05 -07:00
k8s-merge-robot
2b6fd57220 Merge pull request #14632 from feihujiang/fixMinorErrorsInDockerCliToKubernetes
Auto commit by PR queue bot
2015-10-02 03:48:35 -07:00
Jerzy Szczepkowski
171ce57c49 Merge pull request #14606 from erictune/doc1
Fix wording in secrets doc.
2015-10-02 11:29:53 +02:00
Brendan Burns
b9293a093b Merge pull request #14478 from ZJU-SEL/upgrade-ubuntu-1.0.6
Fix unknown admission control failure for ubuntu deployment
2015-10-01 15:22:49 -07:00
Vishnu Kannan
79dd174e7a Adding a proposal for handling resource metrics in Kubernetes. 2015-10-01 15:11:42 -07:00
k8s-merge-robot
b840357d6f Merge pull request #12944 from pmorie/nonroot-volumes-proposal
Auto commit by PR queue bot
2015-10-01 05:53:06 -07:00
Vincenzo D'Amore
768644c314 moved fs.chmod into openssl rsa callback function 2015-10-01 13:07:40 +02:00
Vincenzo D'Amore
e59bcad460 Merge remote-tracking branch 'upstream/master' 2015-10-01 12:53:57 +02:00
Wojciech Tyczynski
6c65047ae9 Merge pull request #14604 from pyk/VBox-5-0-support
docs: work with VBox 5.0, confirmed
2015-10-01 09:38:05 +02:00
He Simei
a4187471a5 deprecate incorrect description 2015-10-01 14:23:34 +08:00
He Simei
d593c42e42 deprecate unknown admission control 2015-10-01 12:45:36 +08:00
He Simei
be14f720c4 upgrade k8s to 1.0.6 for ubuntu 2015-10-01 12:45:36 +08:00
Álex González
fa39c2b032 Add flocker volume plugin
Flocker [1] is an open-source container data volume manager for
Dockerized applications.

This PR adds a volume plugin for Flocker.
The plugin interfaces the Flocker Control Service REST API [2] to
attachment attach the volume to the pod.

Each kubelet host should run Flocker agents (Container Agent and Dataset
Agent).

The kubelet will also require environment variables that contain the
host and port of the Flocker Control Service. (see Flocker architecture
[3] for more).

- `FLOCKER_CONTROL_SERVICE_HOST`
- `FLOCKER_CONTROL_SERVICE_PORT`

The contribution introduces a new 'flocker' volume type to the API with
fields:

- `datasetName`: which indicates the name of the dataset in Flocker
  added to metadata;
- `size`: a human-readable number that indicates the maximum size of the
  requested dataset.

Full documentation can be found docs/user-guide/volumes.md and examples
can be found at the examples/ folder

[1] https://clusterhq.com/flocker/introduction/
[2] https://docs.clusterhq.com/en/1.3.1/reference/api.html
[3] https://docs.clusterhq.com/en/1.3.1/concepts/architecture.html
2015-10-01 01:10:00 +01:00
Paul Morie
7f049b7deb Proposal: generic SELinux support for volumes 2015-09-30 19:20:27 -04:00
Paul Morie
32b664673e Proposal for pod-level supplemental group and volume ownership mangement 2015-09-30 18:24:06 -04:00
Brendan Burns
44a16834d8 Merge pull request #14087 from brendandburns/kubectl
Move the default schema cache to the home directory
2015-09-30 11:30:32 -07:00
Dr. Stefan Schimanski
687e2d8c8e Update docs 2015-09-30 15:54:01 +02:00
hardy.jung
5235908dff Fixed typo in getting-started-guides:scratch 2015-09-30 17:24:22 +09:00
HaiyangDING
6e11cd6028 Replace PodFitsPorts with PodFitsHostPorts 2015-09-30 15:14:59 +08:00
Brendan Burns
0601b7b452 Merge pull request #14795 from feihujiang/fixWrongURLInCliRoadmapDocument
Fix wrong URL in cli-roadmap doc
2015-09-29 19:54:06 -07:00
Brendan Burns
e827934d78 Merge pull request #12677 from andronat/kubectl_doc_cmd
A new command to read types' description from Swagger - kubectl explain
2015-09-29 19:35:37 -07:00
k8s-merge-robot
66e25b48b0 Merge pull request #14636 from feihujiang/fixMinorBugsInKubectlCommand
Auto commit by PR queue bot
2015-09-29 19:31:40 -07:00
Brendan Burns
7ef257dffe Merge pull request #14177 from Huawei-PaaS/add_kubectl_overview_page
Add kubectl overview page
2015-09-29 19:31:33 -07:00
Brendan Burns
446257b887 Merge pull request #14707 from jijun2/fix-0929
update service&endpoint describe
2015-09-29 19:28:39 -07:00
k8s-merge-robot
b661cfd21e Merge pull request #14643 from liguangbo/change_Oom_to_OOM
Auto commit by PR queue bot
2015-09-29 18:54:22 -07:00
feihujiang
d62cb6ff6f Fix wrong URL in cli-roadmap doc 2015-09-30 09:49:29 +08:00
jijun2
d624bee753 update service&endpoint describe 2015-09-28 23:55:08 -04:00
k8s-merge-robot
688e0921a8 Merge pull request #14523 from jayunit100/README-ctrlrsched
Auto commit by PR queue bot
2015-09-28 20:35:50 -07:00
Brendan Burns
afea127a3e Move the default schema cache to the home directory 2015-09-28 16:26:48 -07:00
Eric Tune
317e4d8ce0 Fix wording in secrets doc. 2015-09-28 11:34:15 -07:00
liguangbo
12299087da Change Oom to OOM 2015-09-28 18:18:04 +08:00
feihujiang
e31bc89232 Fix minor bugs in kubectl command 2015-09-28 13:58:31 +08:00
feihujiang
2da9c9bcb6 Fix minor errors in docker-cli-to-kubectl document 2015-09-28 11:26:39 +08:00
Anastasis Andronidis
e8b9dde623 new kubectl explain command 2015-09-26 14:25:53 +03:00
jijun2
6788079482 Describe more clearly 2015-09-26 05:09:51 -04:00
Brendan Burns
bf3f5af118 Merge pull request #14547 from jijun2/fix-1
Describe more clearly
2015-09-25 20:18:14 -07:00
Bayu Aldi Yansyah
e66bb33e2d docs: fix words 2015-09-26 10:04:54 +07:00
Bayu Aldi Yansyah
78f38f1d4d docs: work with VBox 5.0, confirmed
add small update to the docs. based on this discussion
https://groups.google.com/forum/#!topic/google-containers/qr4UMofltzs
2015-09-26 08:41:47 +07:00
Paul Morie
0c70062d67 Proposal for pod level security context and backward compatibility 2015-09-25 16:19:20 -04:00
Brian Grant
b90797d941 Merge pull request #14406 from hurf/config_message
Improve message from kubectl config
2015-09-25 11:01:34 -07:00
Brian Grant
f9e4a6f60a Merge pull request #14465 from zhengguoyong/del-graphic-minion
Remove use of "minion" from graphic
2015-09-25 10:58:57 -07:00
jijun2
1d988754d9 Update README.md 2015-09-25 17:57:25 +08:00
jijun2
b05d5a76b9 Describe more clearly 2015-09-25 06:50:25 -04:00
He Simei
d3f160ff13 add support for amzn 2015-09-25 16:39:50 +08:00
He Simei
0178dba381 add support for CentOS via multi-docker 2015-09-25 13:38:15 +08:00
eulerzgy
eb71e59fcb Remove use of "minion" from graphic 2015-09-25 10:07:13 +08:00
Brian Grant
ba89c98fc7 Merge pull request #14079 from erictune/job_docs
Job and DaemonSet documentation.
2015-09-24 18:27:09 -07:00
Eric Tune
bc3f7ce868 Merge pull request #14529 from davidopp/daemon-design
Daemon design, take 3
2015-09-24 18:16:11 -07:00
Eric Tune
bf9e93250e Job and DaemonSet documentation. 2015-09-24 17:51:25 -07:00
David Oppenheimer
0cb5553d8a Ran update-generated-docs.sh 2015-09-24 17:17:39 -07:00
Brian Grant
cc48f65de1 Merge pull request #14387 from robszumski/rewrite-coreos
docs: revamp CoreOS getting started guides
2015-09-24 16:59:02 -07:00
Brian Grant
bbae9fc983 Merge pull request #14330 from zhengguoyong/update-rc
update replication-controllers to replicaton controller
2015-09-24 16:55:28 -07:00
David Oppenheimer
6ec362bfd4 Respond to reviewer comments. 2015-09-24 16:22:10 -07:00
Chao Xu
ae1293418b move experimental/v1 to experimental/v1alpha1;
use "group/version" in many places where used to expect "version" only.
2015-09-24 15:32:11 -07:00
jayunit100
783a7aa7e6 Remove some stuff that looks obsolete from api-server certs/access docs 2015-09-24 17:25:57 -04:00
Eric Tune
ff1156d4c1 Merge pull request #13930 from ArtfulCoder/privileged
allow privileged pods
2015-09-24 13:42:31 -07:00
Craig Jellick
142018cff4 Correct example salt config
The correct parameter is cloud not cloud_provider.
2015-09-24 12:27:23 -07:00
Filip Grzadkowski
595381d48c Upgrade flannel to 0.5.3 2015-09-24 15:57:27 +02:00
Rob Szumski
aab396f624 docs: proper capitalization of CoreOS 2015-09-23 17:21:07 -07:00
Eric Tune
795d6827c1 Merge pull request #13712 from Huawei-PaaS/add_doc_for_ubuntu_Cluster_upgrade
Add docs for ubuntu kubernetes cluster upgrading
2015-09-23 16:50:08 -07:00
Rob Szumski
e831d1559c docs: fix spelling/feedback 2015-09-23 16:48:01 -07: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
Eric Tune
dd6a897ce9 Merge pull request #14258 from zhengguoyong/update-etcdindex
change etcdIndec to etcdIndex
2015-09-23 16:42:37 -07:00
Eric Tune
1e0aec4edb Merge pull request #14329 from Huawei-PaaS/fix-wrong-paramter-ubuntu-md
fix the parameter name of k8s version
2015-09-23 16:40:56 -07:00
Eric Tune
8d2d42a8d0 Merge pull request #14345 from zhengguoyong/update-minior
change kubernetes-mininon to kubernetes-node
2015-09-23 16:40:19 -07:00
Eric Tune
138c42e410 Merge pull request #14350 from sdminonne/labels_selector_doc
updating label selector doc
2015-09-23 16:37:22 -07:00
Eric Tune
25e835fdc7 Merge pull request #14401 from linzichang/change-describe-secret
Change a describe in docs/design/secrets.md
2015-09-23 16:28:04 -07:00
Eric Tune
305a7d3f94 Merge pull request #14410 from lhuard1A/remove_etcd_discovery
[libvirt-coreos cluster] Get rid of the etcd discovery mechanism in favor of static configuration
2015-09-23 16:26:38 -07:00
Paul Morie
d5a6f53a83 Add link to dev e2e docs from api_changes doc 2015-09-23 14:45:00 -04:00
hurf
c4dc056105 Improve message from kubectl config
1.use Fprintf instead of Printf
2.output simple success messages
3.lowercase all error messages
2015-09-23 16:10:21 +08:00
Vincenzo D'Amore
36f92dd026 Merge remote-tracking branch 'upstream/master' 2015-09-23 09:49:02 +02:00
Zichang Lin
33274ac717 Change a describe in docs/design/secrets.md 2015-09-23 14:58:16 +08:00
Rob Szumski
60923cb171 docs: split official vs community sections 2015-09-22 16:01:09 -07:00
Abhishek Shah
09465c9a2a allow privileged pods 2015-09-22 13:44:08 -07:00
Lénaïc Huard
6fad7d3520 Revert "Add local etcd discovery support for libvirt-coreos"
This reverts commit 74601eabbe.
2015-09-22 18:30:39 +02:00
k8s-merge-robot
ab07e320ec Merge pull request #13725 from HaiyangDING/update_resource-quota_doc
Auto commit by PR queue bot
2015-09-22 08:56:12 -07:00
Salvatore Dario Minonne
d7e493af5e updating label selector doc 2015-09-22 12:26:38 +02:00
eulerzgy
9f82ffa273 change kubernetes-mininon to kubernetes-node 2015-09-22 16:30:09 +08:00
eulerzgy
239b121f1f del unnecessary parenthesis 2015-09-22 11:16:51 +08:00
k8s-merge-robot
d98f6daff3 Merge pull request #12747 from smarterclayton/pending_deletion_docs
Auto commit by PR queue bot
2015-09-21 19:49:00 -07:00
eulerzgy
3326e24f29 update replication-controllers to replicaton controller 2015-09-22 09:48:53 +08:00
yuqi huang
5fe8d7d106 fix the parameter name of k8s version
fix the parameter name of k8s version
2015-09-22 09:45:49 +08:00
David Oppenheimer
85e0814217 Design doc for daemon controller.
Originally started as PR #13368.
2015-09-21 17:25:09 -07:00
Ananya Kumar
97b208c79e Update daemon.md 2015-09-21 17:25:09 -07:00
AnanyaKumar
9a63aa66d7 Add daemon design doc 2015-09-21 17:25:09 -07:00
k8s-merge-robot
c96c76b729 Merge pull request #13780 from smarterclayton/pod_logs
Auto commit by PR queue bot
2015-09-21 17:02:47 -07:00
Clayton Coleman
c2e90cd154 Support extended pod logging options
Increase the supported controls on pod logging. Add validaiton to pod
log options. Ensure the Kubelet is using a consistent, structured way to
process pod log arguments.

Add ?sinceSeconds=<durationInSeconds>, &sinceTime=<RFC3339>, ?timestamps=<bool>,
?tailLines=<number>, and ?limitBytes=<number>
2015-09-21 15:39:32 -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
843134885e Merge pull request #12470 from simon3z/add-host-ipc
Auto commit by PR queue bot
2015-09-21 09:15:01 -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
eulerzgy
696372a693 change etcdIndec to etcdIndex 2015-09-21 15:21:11 +08:00
Tim Hockin
cf1141220f Clarify experimental annotation format 2015-09-20 21:00:41 -07:00
k8s-merge-robot
c2f76e4ce7 Merge pull request #14106 from jszczepkowski/hpa-api
Auto commit by PR queue bot
2015-09-19 22:23:06 -07:00
hw-qiaolei
2ac0e15f93 Add kubectl overview page 2015-09-19 10:08:09 +00:00
k8s-merge-robot
83192aac45 Merge pull request #13964 from liguangbo/fix_make_ca_cert_proxy
Auto commit by PR queue bot
2015-09-19 00:15:54 -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
Tim Hockin
6def707f9c Merge pull request #12887 from djosborne/master
added calico-kubernetes-fedora-digitalocean demo
2015-09-18 14:43:54 -07:00
Federico Simoncelli
f21d9ac9e4 Support pods with containers using host ipc
Add a HostIPC field to the Pod Spec to create containers sharing
the same ipc of the host.

This feature must be explicitly enabled in apiserver using the
option host-ipc-sources.

Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2015-09-18 21:13:39 +02:00
Tim Hockin
8e4b09df8f Merge pull request #14077 from nikhiljindal/update-swagger-docs
Updating stale api-reference docs
2015-09-18 09:59:32 -07:00
liguangbo
c907bac6c8 Fix easy-rsa download time out in ubuntu deployment script 2015-09-18 17:37:04 +08:00
k8s-merge-robot
73d71d6a67 Merge pull request #14096 from mvdan/util-duration
Auto commit by PR queue bot
2015-09-18 00:20:43 -07: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
k8s-merge-robot
0fb60482c3 Merge pull request #13848 from jayunit100/kubeconfig-file-description-and-updates
Auto commit by PR queue bot
2015-09-17 17:06:19 -07:00
jay vyas
5ca618f874 Added some clarity to kubeconfig around tokens and how it corresponds to
the apiservers.
2015-09-17 16:18:37 -04:00
k8s-merge-robot
055f5ff9b9 Merge pull request #13649 from markturansky/prov_deleter
Auto commit by PR queue bot
2015-09-17 12:59:45 -07:00
Timothy St. Clair
f958daf67d Add developer documentation on e2e testing. 2015-09-17 14:40:14 -05:00
Clayton Coleman
094640a35c Additional comments 2015-09-17 14:57:20 -04:00
Alex Mohr
959c1a14cf Merge pull request #13750 from jimmycuadra/docs-accessing-the-api
Clarify authentication methods for k8s components
2015-09-17 10:26:58 -07:00
markturansky
c2de9e9647 Added volume.Deleter interface and simple HostPath implementation 2015-09-17 12:08:58 -04:00
k8s-merge-robot
308155d178 Merge pull request #14038 from Huawei-PaaS/fixed_some_typos_in_sharing_clusters_md
Auto commit by PR queue bot
2015-09-17 08:14:42 -07:00
Jerzy Szczepkowski
7fcf7f1177 Cleanups in HorizontalPodAutoscaler API.
Cleanups in HorizontalPodAutoscaler API: renamed Min/MaxCount to Min/MaxReplicas as Replicas is the proper name used in other objects.
2015-09-17 14:16:43 +02:00
k8s-merge-robot
e83bf49f86 Merge pull request #13957 from ghodss/rename-deployment-structs
Auto commit by PR queue bot
2015-09-17 04:23:13 -07:00
k8s-merge-robot
b342591032 Merge pull request #13604 from JanetKuo/kubectl-edit
Auto commit by PR queue bot
2015-09-17 03:00:33 -07:00
k8s-merge-robot
445fde3dc5 Merge pull request #13447 from pweil-/pid-mode
Auto commit by PR queue bot
2015-09-16 23:34:35 -07: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
Alex Mohr
8da538fcd3 Merge pull request #13979 from bgrant0607/docfix2
A couple more naming conventions.
2015-09-16 21:49:46 -07:00
Mike Danese
19421c52e2 Merge pull request #13963 from zhengguoyong/fix-minior-doc
fix the change of minions to nodes
2015-09-16 15:14:10 -07:00
nikhiljindal
e5e5b0af5a Updating stale api-reference docs 2015-09-16 14:34:46 -07:00
k8s-merge-robot
3dcb75c599 Merge pull request #13986 from derekwaynecarr/move_to_flannel
Auto commit by PR queue bot
2015-09-16 09:36:09 -07:00
k8s-merge-robot
26da8d0f24 Merge pull request #10093 from jsafrane/devel/static-pods
Auto commit by PR queue bot
2015-09-16 05:53:46 -07:00
qiaolei
fbaf7d8f81 Fixed some typos in sharing-clusters.md
Fixes are:

1. `.kubeconfig` -> `kubeconfig`
2. `.kubectl` -> `kubectl`
3. `.kubeconfig` -> `.kube/config`
4. `path/to/.kube/config` -> `/path/to/.kube/config`
5. `commandline` -> `command line`
2015-09-16 20:53:05 +08:00
k8s-merge-robot
14ccba8924 Merge pull request #13886 from a-robinson/logtags
Auto commit by PR queue bot
2015-09-16 05:51:32 -07:00
k8s-merge-robot
b85a7c0a6d Merge pull request #13968 from kevin-wangzefeng/fix_a_typo_in_ubuntu_getting_started_guide
Auto commit by PR queue bot
2015-09-16 05:07:19 -07:00
Jerzy Szczepkowski
d549fc400a Merge pull request #14026 from Huawei-PaaS/fix-dead-link-of-logging
fix the dead link of logging.md
2015-09-16 13:06:58 +02:00
yuqi huang
1e2f791f95 fix the dead link of logging.md
fix the dead link of logging.md
2015-09-16 15:49:36 +00:00
yuqi huang
e7101386db Add docs for ubuntu kubernetes cluster upgrading
Add docs for ubuntu kubernetes cluster upgrading
2015-09-16 09:49:06 +00:00
k8s-merge-robot
0ef741a557 Merge pull request #14018 from Huawei-PaaS/fix-typos-of-doc
Auto commit by PR queue bot
2015-09-16 02:48:28 -07:00
yuqi huang
d88562d070 fix the syntax error in docs
fix the syntax error in docs
2015-09-16 11:47:02 +08:00
Janet Kuo
5a608446ba pull "kubectl edit" from openshift upstream 2015-09-15 19:16:23 -07:00
zhengguoyong
8602250551 Update vagrant.md 2015-09-16 09:10:47 +08:00
zhengguoyong
6c5e25b71c Update salt.md 2015-09-16 09:10:05 +08:00
zhengguoyong
efef922671 Update salt.md 2015-09-16 09:08:50 +08:00
Jeff Lowdermilk
9f036f2a55 Merge pull request #13954 from ArtfulCoder/externalIPDoc
Documentation for externalIPs
2015-09-15 17:48:11 -07:00
Jeff Lowdermilk
aa801f0dd9 Merge pull request #13950 from tpounds/fix-hosted-etcd-image-doc-links
Fix scratch doc links to hosted etcd images.
2015-09-15 17:43:06 -07:00
Jeff Lowdermilk
ebc0b02b7d Merge pull request #13613 from eparis/rework-doc-generation
Rework automatic doc generation
2015-09-15 17:35:47 -07:00
Alex Robinson
8040f75594 Update fluentd-gcp to use a new google-fluentd build with my recent
changes to fluent-plugin-google-cloud to attach Kubernetes metadata to
logs.

Along with this, separate logs from containers in the cluster out from
logs from the daemons running on the node by instantiating two instances
of the output plugin, one which uses the new metadata (for containers)
and one which doesn't (for things like docker and the kubelet).
2015-09-15 23:14:43 +00:00
Sam Ghods
cc6754f8d9 Rename Deployment API structs 2015-09-15 14:46:41 -07:00
derekwaynecarr
360e7620d3 Move vagrant to flannel 2015-09-15 15:42:38 -04:00
Abhishek Shah
c7d659950b Documentation for externalIPs 2015-09-15 11:43:39 -07:00
eulerzgy
4d3d3a5e22 fix the change of minions to nodes 2015-09-16 02:30:42 +08:00
Brian Grant
a21c8bcb37 A couple more naming conventions. 2015-09-15 18:24:02 +00:00
Paul Weil
ed80c2b940 pid mode 2015-09-15 13:51:44 -04:00
Alexander Hersh
17be377174 Update fedora-calico.md 2015-09-15 10:26:33 -07:00
dinghaiyang
1c88a368b4 update resource-quota docs 2015-09-16 00:52:29 +08:00
Kevin
e92f66693e fix a typo in Ubuntu getting started guide 2015-09-15 20:57:50 +08:00
k8s-merge-robot
c9570e34d0 Merge pull request #13615 from HaiyangDING/update_doc_limit_request
Auto commit by PR queue bot
2015-09-15 02:16:15 -07:00
feihujiang
98689a99ec Limit the type for kubectl expose command 2015-09-15 11:17:04 +08:00
Trevor Pounds
17f9693350 Fix scratch doc links to hosted etcd images. 2015-09-14 17:26:52 -07:00
Zach Loafman
fbebc276bb Fix the checkout instructions 2015-09-14 17:05:05 -07:00
Jeff Lowdermilk
1f97fbeae6 Merge pull request #13675 from derekwaynecarr/move_resource_quota_doc
Move resource quota doc from user-guide to admin
2015-09-14 16:02:47 -07:00
k8s-merge-robot
cbf5939d1c Merge pull request #13821 from brendandburns/docs5
Auto commit by PR queue bot
2015-09-14 15:55:11 -07:00
k8s-merge-robot
e7666814e2 Merge pull request #13906 from zhengguoyong/fix-doc2
Auto commit by PR queue bot
2015-09-14 13:56:03 -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
Vincenzo D'Amore
a2ea6ade59 Merge remote-tracking branch 'upstream/master' 2015-09-14 15:36:35 +02:00
eulerzgy
0dc552ede5 fix document 2015-09-14 17:47:19 +08:00
k8s-merge-robot
4578f60eb1 Merge pull request #13898 from Huawei-PaaS/some_minor_doc_fixes
Auto commit by PR queue bot
2015-09-13 16:37:12 -07:00
k8s-merge-robot
dafe185372 Merge pull request #13711 from jijun2/master
Auto commit by PR queue bot
2015-09-13 06:08:22 -07:00
qiaolei
cb80475135 Fixed some minor typos
1. remove duplicate `than`
2. fixed a typo `<maste IP>` to `<master IP>`
3. add a `$` before the `kubelet` command to keep align with others in the document
2015-09-13 09:59:41 +00:00
k8s-merge-robot
492ff3fa3d Merge pull request #13888 from Huawei-PaaS/change_kubectl_stop_to_delete_and_improve_rc
Auto commit by PR queue bot
2015-09-12 22:51:09 -07:00
k8s-merge-robot
96df310729 Merge pull request #13783 from feihujiang/changeExposePortOperationToNoRequired
Auto commit by PR queue bot
2015-09-12 18:54:34 -07:00
qiaolei
a7d4d76c50 Change kubectl 'stop' to 'delete' and made some improvements
1. Change deprecated kubectl `stop` to `delete` and the corresponding link
2. Improve the description of deleting a replication controller, since I think it is a little misleading
2015-09-12 11:15:28 +08:00
Mike Danese
27c4f22ef4 Merge pull request #13816 from L-MA/update-docs-calico
Update ubuntu-calico getting started guide
2015-09-11 18:34:52 -07:00
k8s-merge-robot
04837579ad Merge pull request #13460 from derekwaynecarr/run_requests
Auto commit by PR queue bot
2015-09-11 18:19:17 -07:00
k8s-merge-robot
cb481b4a00 Merge pull request #13837 from brendandburns/kubectl2
Auto commit by PR queue bot
2015-09-11 17:18:29 -07:00
Alex Robinson
614b1cf3c1 Replace /varlog with /var/log in the fluentd-gcp config to match the
recently updated fluent-es config.
2015-09-11 16:52:49 -07:00
Mike Danese
d59f742914 Merge pull request #13777 from lavalamp/moveExp
Move expapi to apis/experimental; fix conversion generators
2015-09-11 16:45:44 -07:00
Eric Paris
58d6b29e97 Rework doc generation to simplify and centralize
Just do all doc generation in the hack::util::gen-docs instead of spread
around. We also only track the generated docs in a single file for the
whole tree.
2015-09-11 19:32:08 -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
Brendan Burns
9ba13ff361 Address comments 2015-09-11 13:55:16 -07:00
derekwaynecarr
094a7f4de1 Provide a redirect to new resource quota location 2015-09-11 12:12:32 -04:00
derekwaynecarr
48d0e8945d Move resource quota doc from user-guide to admin 2015-09-11 12:07:12 -04:00
derekwaynecarr
295b8cdf16 Add requests and limits to kubectl run 2015-09-11 10:57:21 -04:00
eulerzgy
db143cf23f Document describe fix 2015-09-11 22:42:45 +08:00
jijun2
837f455eb8 Update fedora_manual_config.md 2015-09-11 17:37:04 +08:00
Brendan Burns
d9e1a00a14 Add caching for swagger schemas 2015-09-10 21:18:52 -07:00
Abhishek Shah
44ce4aa423 Create a LB for a K8S with the LB-IP provided by user. 2015-09-10 21:05:06 -07:00
feihujiang
714a042ce4 Change Expose Command's port operation to no required 2015-09-11 11:37:55 +08:00
k8s-merge-robot
bfc60709b1 Merge pull request #13468 from yifan-gu/rkt_doc
Auto commit by PR queue bot
2015-09-10 20:32:08 -07:00
Mike Danese
aba849c43c Merge pull request #13801 from Huawei-PaaS/fix-typo-error-of-ovs-networking-png
fix typo error of ovs-networking.png
2015-09-10 20:18:06 -07:00
Mike Danese
fa8ddb4cde Merge pull request #13802 from Huawei-PaaS/fix-dead-link-in-docker-md
fix the dead link of docker.md
2015-09-10 19:18:41 -07:00
huangyuqi
4508101c1b fix typo error of ovs networking.png 2015-09-11 09:06:33 +08:00
Daniel Smith
82d6489556 Manually fixing docs, since gendocs messes up the links. 2015-09-10 17:17:59 -07:00
k8s-merge-robot
1c3daac869 Merge pull request #13826 from JanetKuo/kubectl-bash-completion-docs
Auto commit by PR queue bot
2015-09-10 15:33:57 -07:00
yuqi huang
8de12acc3d fix the dead link &typo error of docker.md
fix the dead link &typo error of docker.md
2015-09-10 22:14:11 +00:00
Yifan Gu
cbee5c36f4 docs: update rkt guide, add debugging tips. 2015-09-10 14:58:03 -07:00
Vincenzo D'Amore
8f0be8deae Merge remote-tracking branch 'upstream/master' 2015-09-10 23:17:39 +02:00
k8s-merge-robot
4167b602b9 Merge pull request #13578 from brendandburns/docs
Auto commit by PR queue bot
2015-09-10 14:02:03 -07:00
JanetKuo
3ad58322dd Document how to install kubectl bash completion 2015-09-10 13:17:27 -07:00
Brendan Burns
fd73a600a0 Add a code of conduct. 2015-09-10 11:53:27 -07:00
Alex Robinson
746dcb8075 Make fluentd-es output its warning logs and fluentd-gcp mount
/var/lib/docker read-only.
2015-09-10 18:28:27 +00:00
Brendan Burns
3cf30299f5 Add 1.1 to the roadmap. 2015-09-10 11:14:45 -07:00
Luke Mino-Altherr
f2664fc73b Fix getting kube-proxy 2015-09-10 10:16:46 -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
k8s-merge-robot
cfa5e516a8 Merge pull request #13655 from Huawei-PaaS/change_random_to_roundrobin_in_services_md
Auto commit by PR queue bot
2015-09-10 03:43:07 -07:00
gmarek
ca30de0bde Initial kubemark proposal 2015-09-10 09:54:42 +02:00
Chao Xu
e5e1ef301f Merge pull request #12951 from caesarxuchao/APIGroup-proposal
[RFC] adding a proposal for api groups
2015-09-09 17:44:32 -07:00
Chao Xu
58b01bee1c Merge pull request #13453 from aveshagarwal/master-kubectl-get-fixes
Adds serviceaccounts to kubectl get/describe cli help and docs description.
2015-09-09 17:42:58 -07:00
Chao Xu
183c6e2e84 Merge pull request #13652 from clasohm/example_download_links_raw
add raw flag for GitHub download links
2015-09-09 16:19:14 -07:00
Chao Xu
73df8f30a3 adding a proposal for api groups 2015-09-09 15:55:16 -07:00
Clayton Coleman
23133a7344 Define lock coding convention 2015-09-09 18:03:54 -04:00
Jimmy Cuadra
3bdb51e710 Clarify authentication methods for k8s components. 2015-09-09 11:16:56 -07:00
Kevin
0b08fc8595 fix a typo in development.md and update git_workflow.png 2015-09-10 00:22:43 +08:00
Avesh Agarwal
6d6f338fac Adds servicesaccounts to kubectl get/describe cli help and docs. 2015-09-09 12:15:25 -04:00
k8s-merge-robot
d3b1e468e1 Merge pull request #13715 from Huawei-PaaS/fixed_a_typo_in_aws_md
Auto commit by PR queue bot
2015-09-09 08:26:59 -07:00
Clayton Coleman
76025fd31b Add documentation for deleted pods in the user-guide 2015-09-09 09:40:57 -04:00
k8s-merge-robot
6f11647cb1 Merge pull request #13706 from Huawei-PaaS/Fixed_a_typo_in_fedora_manual_config_md
Auto commit by PR queue bot
2015-09-09 03:16:39 -07:00
k8s-merge-robot
7e51e6abf7 Merge pull request #13717 from Huawei-PaaS/fixed_a_markdown_error_in_azure_md
Auto commit by PR queue bot
2015-09-09 02:45:35 -07:00
qiaolei
390530d345 Fixed a markdown error in azure.md 2015-09-09 16:53:32 +08:00
qiaolei
294689ccff Change ~/.kube/kubeconfig to ~/.kube/config
Where `~/.kube/kubeconfig` should be `~/.kube/config`
2015-09-09 16:43:55 +08:00
Vincenzo D'Amore
1b82b1148a Merge remote-tracking branch 'upstream/master' 2015-09-09 10:06:10 +02:00
k8s-merge-robot
45742e885c Merge pull request #13452 from aveshagarwal/master-api-rate-burst-remove
Auto commit by PR queue bot
2015-09-09 00:42:59 -07:00
dinghaiyang
d57263b94b Replace limits with request where appropriate 2015-09-09 15:38:34 +08:00
jijun2
96773abdfc add note for changes of etcd2.0 ports in Fedora 22
modified:   docs/getting-started-guides/fedora/fedora_manual_config.md
2015-09-09 03:12:21 -04:00
qiaolei
f1ac43aa4e Fixed a typo in fedora_manual_config.md
Change '--enablerepo=update-testing' to '--enablerepo=updates-testing' to keep align with the command output.
2015-09-09 13:15:34 +08:00
k8s-merge-robot
891cef4efa Merge pull request #13530 from goltermann/docs
Auto commit by PR queue bot
2015-09-08 19:19:15 -07:00
Chao Xu
496296f7f5 Merge pull request #13634 from ZJU-SEL/patch-docker-sh
Add mount dirs to docker multi-node scripts
2015-09-08 16:34:16 -07:00
Chao Xu
15d293acc1 Merge pull request #13635 from ZJU-SEL/patch-version
Add default version to docker-multi scripts
2015-09-08 16:33:51 -07:00
Chao Xu
4bfac3e36b Merge pull request #13674 from Huawei-PaaS/fixed_a_markdown_error_in_rackspace_md
Fixed a markdown error in rackspace.md
2015-09-08 16:22:35 -07:00
goltermann
bec4c10dc4 Replace IRC with Slack in docs. 2015-09-08 15:17:39 -07:00
k8s-merge-robot
b3eace631e Merge pull request #13662 from Huawei-PaaS/issue-kubeconfig
Auto commit by PR queue bot
2015-09-08 13:50:52 -07:00
k8s-merge-robot
12c005898e Merge pull request #13679 from pmorie/api-change-docs
Auto commit by PR queue bot
2015-09-08 12:54:41 -07:00
Paul Morie
6d96b63e62 Update api change docs 2015-09-08 13:38:15 -04:00
Chao Xu
a6566031be Merge pull request #13422 from feihujiang/supportSettingEnvInKubectlRun
Support setting env vars in kubectl run
2015-09-08 10:32:48 -07:00
k8s-merge-robot
3a04f7eafa Merge pull request #13646 from Huawei-PaaS/fixed_a_markdown_error_in_getting_into_containers_md
Auto commit by PR queue bot
2015-09-08 09:32:57 -07:00
k8s-merge-robot
57d7107e06 Merge pull request #13668 from Huawei-PaaS/add_PodPhase_Unknown
Auto commit by PR queue bot
2015-09-08 08:04:12 -07:00
qiaolei
9fdc251006 Fixed a markdown error in rackspace.md 2015-09-08 22:40:45 +08:00
Jan Safranek
b710468b73 Add documentation about static pods.
Described behavior was extracted from source code and via trial-and-error
attempts.
2015-09-08 15:57:09 +02:00
qiaolei
4936b9d5d2 Add PodPhase 'Unknown'
Add PodPhase 'Unknown' and its corresponding description.
2015-09-08 21:14:30 +08:00
Jian Huang
3081f88929 Update the KubeConfig Doc
Correct the document.
2015-09-08 17:27:44 +08:00
qiaolei
72c7d87973 fixed a markdown error in the title 2015-09-08 08:41:50 +00:00
qiaolei
1402a63150 change 'random' to 'round robin' for the choice of a service backend 2015-09-08 15:17:42 +08:00
feihujiang
84e94e39cd Support setting env vars in kubectl run 2015-09-08 14:31:29 +08:00
harry
c9644b3e5b Add mount dirs to multi-node scripts 2015-09-08 09:50:49 +08:00
Carsten Clasohm
d093fe0c4b add raw flag for GitHub download links 2015-09-07 17:43:09 -07:00
k8s-merge-robot
616ba4ea9a Merge pull request #13261 from mwielgus/hpa_formula
Auto commit by PR queue bot
2015-09-07 05:44:11 -07:00
k8s-merge-robot
6605b170b6 Merge pull request #13618 from Huawei-PaaS/add_svc_and_fix_typos_in_namespace_md
Auto commit by PR queue bot
2015-09-07 03:51:56 -07:00
Marcin Wielgus
02c30c5d61 Update for scaling rules in HorizontalPodAutoscaler 2015-09-07 12:30:22 +02:00
qiaolei
41708fb0af Add 'svc.' before 'cluster.local' and fix some typos
1. Add 'svc.' before 'cluster.local'
2. ```Terminating`` to `Terminating`
3. 'DNS entry1' to 'DNS entry'
2015-09-07 09:11:30 +00:00
k8s-merge-robot
96e0ed5749 Merge pull request #13624 from Huawei-PaaS/del_an_useless_line_in_liveness
Auto commit by PR queue bot
2015-09-06 23:28:12 -07:00
harry
365562c0b9 Add default version to scripts 2015-09-07 06:22:48 +00:00
qiaolei
33b4cb91c1 Delete an useless line in liveness
Delete an useless line in liveness: `mwielgus@mwielgusd:~/test/k2/kubernetes/examples/liveness$ kubectl get pods`
2015-09-06 18:54:23 +08:00
Dai Zuozhuo
2e2ef3e830 change -o template to -o go-template=... 2015-09-05 22:30:47 +08:00
Eric Paris
bf7646bd9e Update docs based on new spf13/cobra 2015-09-04 19:20:03 -04:00
Quinton Hoole
4fe94164f0 Merge pull request #13477 from caseydavenport/update-calico-ubuntu-docs
Update calico ubuntu docs
2015-09-04 14:14:46 -07:00
Quinton Hoole
be19554bae Merge pull request #13383 from hurf/label_drun
Add --dry-run option for label command
2015-09-04 14:03:14 -07: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
e285af9b20 Merge pull request #13390 from derekwaynecarr/remove_namespace_exists
Remove NamespaceExists from configuration
2015-09-04 13:44:40 +02: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
Vincenzo D'Amore
4461990933 Merge remote-tracking branch 'upstream/master' 2015-09-04 01:13:41 +02:00
Avesh Agarwal
f0d0e2a089 Remove unused api-rate and api-burst params. 2015-09-03 17:57:35 -04:00
derekwaynecarr
06bbe00642 Remove NamespaceExists from configuration 2015-09-03 13:42:09 -04:00
Eric Paris
04fc8ae3dd s|github.com/GoogleCloudPlatform/kubernetes|github.com/kubernetes/kubernetes| 2015-09-03 10:10:11 -04:00
hurf
46e7f5684c Add --dry-run option for label command
With --dry-run option, label command will print the object locally
without update it on server side.
2015-09-03 21:37:11 +08:00
feihujiang
0427711c42 Fixes upper case letters in kubectl examples 2015-09-03 12:00:21 +08:00
k8s-merge-robot
80f2d89a79 Merge pull request #13087 from ZJU-SEL/specify-garbage-collection
Auto commit by PR queue bot
2015-09-02 17:08:54 -07:00
Abhi Shah
d6d6bd825d Merge pull request #13529 from eparis/submit-queue-whitelist-link
Fix the link to the submit-queue whitelist
2015-09-02 15:17:26 -07:00
Abhi Shah
642ebb4994 Merge pull request #13099 from JanetKuo/kubectl-expose-deprecate-create-external-load-balancer
Deprecated kubectl flag "create-external-load-balancer"
2015-09-02 15:16:08 -07:00
Eric Paris
f9c06397fe Fix the link to the submit-queue whitelist 2015-09-02 18:00:52 -04:00
Brendan Burns
2df5010834 Merge branch 'sdminonne-container_sidecar' 2015-09-02 10:42:08 -07:00
Casey D
3c4ab920c0 Update Calico-Ubuntu install guide 2015-09-02 09:47:00 -07:00
k8s-merge-robot
dd5f970679 Merge pull request #13446 from fgrzadkowski/fix_docker_multinode_doc
Auto commit by PR queue bot
2015-09-02 06:48:56 -07:00
Vincenzo D'Amore
5c33cbdf33 fix - removed annoying message 'enter your password for the ssh key' 2015-09-02 15:37:34 +02:00
Wojciech Tyczynski
b4a3698fae Merge pull request #13472 from justinsb/docs_pull_policy_name
Docs: PullIfNotPresent -> IfNotPresent; PullAlways -> Always
2015-09-02 10:17:40 +02:00
Wojciech Tyczynski
72fe5a9b9b Merge pull request #13351 from Huawei-PaaS/arch_authz_and_authn_kubelet
Adjust the architecture diagram
2015-09-02 10:15:26 +02:00
hw-qiaolei
e4b9e83fea Adjust the architecture diagram
Some modifications of the architecture diagram:

1. adjust the order of authz and authn; since the API server usually first authenticate user, if it is a valid user then authorize it
2. adjust the arrow to point to kubelet instead of to node of the second node
3. change `replication controller` to `controller manager(replication controller etc.)` which connects to the REST API Server
4. some tiny adjustments of the arrow position
5. affected files: architecture.svg, architecture.png and architecture.dia
2015-09-02 14:48:04 +00:00
Wojciech Tyczynski
078c0c16f2 Merge pull request #13301 from Huawei-PaaS/update_quota_example_in_admission_control_resource_quota_md
Update quota example in admission_control_resource_quota.md
2015-09-02 10:14:36 +02:00
qiaolei
26a3ace570 Update quota example
Update quota example to track latest changes
2015-09-02 15:11:22 +08:00
Brendan Burns
3dd3aa2730 Merge pull request #13442 from liebowitz/master
Fixed typo in CentOS doc: api-servers arg
2015-09-01 21:40:46 -07:00
Brendan Burns
03fc551988 Merge pull request #13340 from rimey/documentation
Fix buggy placement of imagePullPolicy in documentation example.
2015-09-01 21:28:46 -07:00
Alex Robinson
66ff3c133b Merge pull request #13229 from a-robinson/fluent
Clean up the fluentd images to make them more debuggable
2015-09-01 17:01:04 -07:00
Justin Santa Barbara
c6d7a90449 Docs: PullIfNotPresent -> IfNotPresent; PullAlways -> Always
PullIfNotPresent is the internal name in go code; IfNotPresent is the
user-facing value that is specified in json/yaml.  For docs, we should use the
user-facing string.

Similarly PullAlways -> Always
2015-09-01 18:35:34 -04:00
Brian Grant
97e505849f Start on expanding code expectations (aka "The bar") 2015-09-01 20:33:59 +00:00
Salvatore Dario Minonne
f4dc0653aa adding downward api volume plugin 2015-09-01 22:23:03 +02:00
Brendan Burns
8696c6c1d7 Merge pull request #13290 from Huawei-PaaS/amend_two_markdown_errors_in_authentication_md
Amend some markdown and other errors in **easyrsa** section
2015-09-01 10:07:21 -07:00
Brendan Burns
6f2dcb5b90 Merge pull request #13297 from piosz/initial-proposal
Changed all links in initial-resources proposal to be relative
2015-09-01 10:07:01 -07:00
Brendan Burns
6c47bfc08b Merge pull request #13352 from Huawei-PaaS/amend_markdown_errors_in_federation_md
Amend some markdown errors in federation.md
2015-09-01 10:05:25 -07:00
Brendan Burns
1919d7fa0e Merge pull request #13369 from resouer/patch-5
Fix inconsistency path in GOPATH doc
2015-09-01 10:04:32 -07:00
Brendan Burns
90aaa3dcc2 Merge pull request #13373 from Huawei-PaaS/fix_dead_link_in_event_compression_md
Fix dead link in event_compression.md
2015-09-01 10:04:21 -07:00
Filip Grzadkowski
1a9b0d6018 Fix mounting volumes in docker based kubernetes setup. 2015-09-01 16:42:23 +02:00
Greg Liebowitz
133310d84d Fixed typo in CentOS doc 2015-09-01 09:10:38 -04:00
Wojciech Tyczynski
5c2c42eed8 Merge pull request #13220 from aveshagarwal/master-issue-12740
httpGet livenessprobe fails for controller and scheduler when following steps in scratch.md (fixes #12740)
2015-09-01 14:20:15 +02:00
k8s-merge-robot
a4d953f4b3 Merge pull request #13131 from hurf/anno_unused
Auto commit by PR queue bot
2015-09-01 04:32:13 -07:00
He Simei
f5bdea836e specify gc 2015-09-01 10:16:20 +08:00
Janet Kuo
22ec272494 Change deprecated 'kubectl stop' to 'delete' 2015-08-31 18:04:04 -07:00
k8s-merge-robot
9379b0b7d9 Merge pull request #13124 from linzichang/master
Auto commit by PR queue bot
2015-08-31 13:39:32 -07:00
Piotr Szczesniak
dac19e680e Fixed links in initial-resources proposal 2015-08-31 09:30:11 +02: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
Jerzy Szczepkowski
3f1a94f48f Merge pull request #13304 from alexwlchan/patch-1
Fix typos in namespaces.md
2015-08-31 09:19:35 +02:00
qiaolei
b7e330c7b7 Fix dead link in event_compression.md
Where `pkg/client/record/event.go` should be `pkg/client/unversioned/record/event.go`
2015-08-31 14:39:44 +08:00
k8s-merge-robot
a078eba5b3 Merge pull request #13133 from feihujiang/changePortForwardExampleWithoutPFlag
Auto commit by PR queue bot
2015-08-30 12:02:43 -07:00
qiaolei
37b30b54e7 Amend some markdown errors in federation.md 2015-08-29 23:54:36 +08:00
k8s-merge-robot
08668d7d94 Merge pull request #13309 from kubernetes/revert-13246-revert-12492-limit_range_api
Auto commit by PR queue bot
2015-08-28 21:03:49 -07:00
lzc
74601eabbe Add local etcd discovery support for libvirt-coreos 2015-08-29 11:49:35 +08:00
qiaolei
29625a9ffe Fix Jenkins GCE e2e failure and other errors in APPENDIX easyrsa section
Modifications are as following(`APPENDIX` -> `**easyrsa**`):

1, fix Jenkins GCE e2e failure, mainly for markdown errors;
2, change `"${MASTER_IP}"`  to `"IP:${MASTER_IP}"` to keep align with `make-ca-cert.sh`
3, change `/pki/` to `pki/` for the generated certs/key
4, other tiny improvements

Please check, thanks.
2015-08-29 11:27:26 +08:00
k8s-merge-robot
d79f53f73b Merge pull request #13249 from feihujiang/removeUserGuideKubectlUselessDocs
Auto commit by PR queue bot
2015-08-28 19:17:39 -07:00
Avesh Agarwal
99c7a0854c Updates the liveness user guide README to describe the host part of
httpGet probe.
2015-08-28 22:04:12 -04:00
Avesh Agarwal
a64d8d4f7b Updates scratch.md to send httpGet livenessprobe to 127.0.0.1 for
controller-manager and scheduler as they both listen on 127.0.0.1 by
default. This fixes #12740.
2015-08-28 22:03:33 -04:00
Ken Rimey
6b5c9c8984 Fix buggy placement of imagePullPolicy in documentation example. 2015-08-28 19:33:28 -04:00
Prashanth B
52f7833cd3 Revert "Revert "LimitRange updates for Resource Requirements Requests"" 2015-08-28 09:26:36 -07:00
Solly Ross
3bbdb16149 Merge NamespaceExists into NamespaceLifecycle
This commit merges the NamespaceExists admission controller
into the NamespaceLifecycle admission controller.

New tests were added to the NamespaceLifecycle addmission controller
tests, and the test case was fixed so that it runs without panicing.

Additionally, the NamespaceExists admission controller was marked as
deprecated in the docs.

Closes #12053
2015-08-28 10:56:18 -04:00
k8s-merge-robot
2321d9ee26 Merge pull request #13255 from ZJU-SEL/upgrade-ubuntu-1.0.3
Auto commit by PR queue bot
2015-08-28 07:28:42 -07:00
Alex Chan
60dc440bda Fix typos in namespaces.md
Fix two links and remove a stray character.
2015-08-28 13:18:03 +01:00
qiaolei
8d599aae4f Update quota example in admission_control_resource_quota.md
Two modifications:

1, The example used in this document is outdated so update it
2, Delete the old `kubectl namespace myspace` since it produces an error `error: namespace has been superceded by the context.namespace field of .kubeconfig files`
2015-08-28 17:44:19 +08:00
He Simei
ffe9bb0e25 upgrade to v1.0.3, refactor the guide 2015-08-28 16:43:01 +08:00
Janet Kuo
18e87724c5 Deprecated kubectl flag "create-external-load-balancer" 2015-08-28 00:54:33 -07:00
Wojciech Tyczynski
3dc0de1fbc Merge pull request #12971 from soltysh/job_proposal_update
Changed JobSucceded to JobComplete
2015-08-28 09:47:40 +02: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
Wojciech Tyczynski
417ba2f1fb Merge pull request #13294 from a-robinson/stackoverflow
Add link to create a question tagged Kubernetes on Stack Overflow to the
2015-08-28 09:46:21 +02:00
Wojciech Tyczynski
550413750d Merge pull request #13151 from pires/coreos_doc_cleanup
Clean-up CoreOS documentation.
2015-08-28 09:17:48 +02:00
Wojciech Tyczynski
e7b493f38b Merge pull request #13252 from Huawei-PaaS/amend_an_markdown_error_in_scratch_md
Amend an ordered list markdown error in scratch.md
2015-08-28 09:16:43 +02:00
Wojciech Tyczynski
a5d47e4e8d Merge pull request #13272 from aveshagarwal/master-fedora-ansible-guide
Updates fedora ansible guide
2015-08-28 09:14:18 +02:00
Wojciech Tyczynski
03236e2692 Merge pull request #13253 from Huawei-PaaS/chmod_X_to_x_in_prereqs_md
Change "chmod +X" to "chmod +x" in prereqs.md
2015-08-28 09:13:56 +02:00
Alex Robinson
ebbcb30e4a Add link to create a question tagged Kubernetes on Stack Overflow to the
troubleshooting doc, along with a couple other small improvements.
2015-08-27 22:47:04 -07:00
Brian Grant
0d3e9de4b0 Clarify boundaries of Kubernetes. 2015-08-28 01:58:08 +00:00
qiaolei
c17977b6dd Amend two markdown errors in authentication.md
Amend two markdown errors in authentication.md.
1, amend order list display error by enter a newline after the first sentence
2, add two backticks to make ``"@`date +%s`"`` display correctly
2015-08-28 09:16:05 +08:00
Alex Robinson
b3154a7815 Remove the garbage log file in the fluentd-gcp that gets filled with
gunk when installing the google-fluentd agent.

Also let it log things by not redirecting to a file within the container
and only using -q (warning logs only) rather than -qq (error logs only).
2015-08-27 21:41:44 +00:00
Avesh Agarwal
f369377b8c Updates fedora ansible guide to reflect the move of the contrib dir to
https://github.com/kubernetes/contrib.git .
2015-08-27 13:16:34 -04:00
Zach Loafman
6e194c938b Merge pull request #13218 from mbforbes/versioning
Add patch notes to versioning doc
2015-08-27 07:12:20 -07:00
qiaolei
1bee049475 Change "chmod +X" to "chmod +x" in prereqs.md
Change `chmod +X` to `chmod +x`, since `+X` does not take affect when there is no  execute permission bit already set (either user, group or other).

```console
# ls -l /usr/bin/kubectl
-rw-r--r-- 1 root root 14190181 Aug 10 16:16 /usr/bin/kubectl
# chmod +X /usr/bin/kubectl
# ls -l /usr/bin/kubectl
-rw-r--r-- 1 root root 14190181 Aug 10 16:16 /usr/bin/kubectl
```

Please refer to [chmod](https://en.wikipedia.org/wiki/Chmod "chmod") for more details.
>which is not a permission in itself but rather can be used instead of x. It applies execute permissions to directories regardless of their current permissions and **applies execute permissions to a file which already has at least one execute permission bit already set (either user, group or other)**. It is only really useful when used with '+' and usually in combination with the -R option for giving group or other access to a big directory tree without setting execute permission on normal files (such as text files), which would normally happen if you just used "chmod -R a+rx .", whereas with 'X' you can do "chmod -R a+rX ." instead
2015-08-27 18:46:14 +08:00
qiaolei
6021615792 Amend an ordered list markdown error in scratch.md
Amend an ordered list markdown error in scratch.md in section **etcd** by enter a newline after the first sentence
2015-08-27 17:57:01 +08:00
feihujiang
e689995985 Remove user guide kubectl useless docs 2015-08-27 16:56:10 +08:00
Piotr Szczesniak
6e05b9e3a3 Revert "LimitRange updates for Resource Requirements Requests" 2015-08-27 10:50:50 +02:00
Max Forbes
9bd219c94e Add patch notes to versioning doc. 2015-08-26 23:37:18 -07:00
hurf
961d7f995a Remove unused parameters and flags
Some params and flags are set but not used, remove them.
2015-08-27 10:40:40 +08: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
fcee09a047 Merge pull request #13205 from JorgenG/master
Update CentOS getting started guide with needed KUBELET_API_SERVER
2015-08-26 15:20:01 -07:00
Yu-Ju Hong
0f31dfa431 Merge pull request #13082 from piosz/initial-proposal
Added possible improvement to Initial Resources proposal
2015-08-26 15:19:39 -07:00
Yu-Ju Hong
529f5d061b Merge pull request #13207 from xavierbaude/patch-2
Add cookbook for VMware
2015-08-26 15:12:43 -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
b00c04c497 Merge pull request #12845 from hurf/o_name
Add -o name for commands which use printer to output results
2015-08-26 13:03:52 -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
xavierbaude
62a0b45a72 Add cookbook for VMware
related to https://github.com/kubernetes/kubernetes/pull/13143
2015-08-26 16:39:24 +02:00
Jørgen Grøndal
31f0f2b17f Update CentOS getting started guide with needed KUBELET_API_SERVER definition 2015-08-26 15:08:41 +02:00
Jimmi Dyson
b5318b45f1 Update fabric8 client library location 2015-08-26 10:59:03 +01:00
hurf
d2d96ff6e1 Add -o name for commands which use printer to output results
Added a new printer which prints 'resource/name' pair of a given
object.
2015-08-26 17:04:23 +08:00
Yu-Ju Hong
f0c8a5be78 Merge pull request #9708 from bronislav/add-ability-to-choose-aws-credentials
Add ability to select AWS profile
2015-08-25 14:30:02 -07:00
Paulo Pires
36aa867af4 Ran missing hack/update-generated-docs.sh. 2015-08-25 20:11:53 +01:00
Paulo Pires
8549c0bf60 Removed deprecated and unmaintained AWS + CoreOS docs in favor of coreos/coreos_multinode_cluster.md. Refs #11975
Removed deprecated and unmaintained fork of pires/kubernetes-vagrant-coreos-cluster linked in the docs.
Removed deprecated and unmaintained VMware + CoreOS section of coreos/coreos_multinode_cluster.md. Refs #13143
Refs #9178
2015-08-25 19:13:10 +01:00
Yu-Ju Hong
fd81cd61a6 Merge pull request #13141 from epc/epc-2015237
Copy edits for typos (resubmitted)
2015-08-25 10:05:44 -07:00
Ed Costello
1916d3bb74 Copy edits for typos (resubmitted) 2015-08-25 10:47:58 -04:00
Anton Ilin
d9dcd0b626 Add note about switching aws profiles.
Signed-off-by: Anton Ilin <anton@ilin.dn.ua>
2015-08-25 17:47:57 +03:00
Janet Kuo
5823ef771b Make --validate default on and shows how to turn if off 2015-08-25 03:18:32 -07:00
feihujiang
04150c1c3b Change port-forward example without -p 2015-08-25 16:55:49 +08:00
Marek Grabowski
1f6173bd01 Merge pull request #13115 from yifan-gu/oidc_doc
plugin/oidc: add minor documentation details.
2015-08-25 09:15:10 +02:00
Nikhil Jindal
8846c841a8 Merge pull request #12648 from samsabed/crashloop
back off restarts of crashlooping containers
2015-08-24 18:54:13 -07: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
Yifan Gu
aca6368e3c plugin/oidc: add minor documentation details. 2015-08-24 15:25:26 -07:00
derekwaynecarr
f17ebf7350 Use singular, make LimitRequestRatio MaxLimitRequestRatio 2015-08-24 15:17:34 -04:00
derekwaynecarr
060204bc4d Remove trailing commas 2015-08-24 14:55:31 -04:00
derekwaynecarr
559905ab0e Document need to run generated deep copy 2015-08-24 14:28:53 -04:00
Nikhil Jindal
1ae8e369d1 Merge pull request #12979 from HaiyangDING/update_scheduler_docs
Replace limits with requests in scheduler documentation.
2015-08-24 10:41:30 -07:00
Nikhil Jindal
e690f3b3e8 Merge pull request #12900 from feihujiang/deleteMultipleResourcesWithTheSameName
Allow delete multiple resources with the same name
2015-08-24 10:40:41 -07:00
dinghaiyang
2979ae7f2a Repalce limits with requests in scheduler documentation.
Due to #11713
2015-08-25 00:14:24 +08:00
Sam Abed
995cb15bb6 back off restarts of crashlooping containers
Signed-off-by: Sam Abed <samabed@gmail.com>
2015-08-24 21:43:17 +10:00
Janet Kuo
0bcb3147f6 Deprecated -t for --template to make it --tty 2015-08-24 02:16:01 -07:00
Piotr Szczesniak
35430b86b0 Added possible improvement to Initial Resources proposal 2015-08-24 11:00:00 +02:00
Marcin Wielgus
66309325f8 Merge pull request #13015 from feihujiang/kubectlAnnotationAcceptFileNameParam
Kubectl annotate command accepts a filename param
2015-08-24 10:57:30 +02:00
feihujiang
943c57ff4e Allow delete multiple resources with the same name 2015-08-24 15:14:01 +08:00
Zach Loafman
c7af01f18f Merge pull request #12873 from quinton-hoole/2015-08-14-Ubernetes-comments
Incorporate Cluster Federation/Ubernetes document feedback
2015-08-21 18:57:22 -07:00
Zach Loafman
ea1b2672cb Merge pull request #12859 from jszczepkowski/hpa-docs
Design proposal: Horizontal Pod Autoscaler.
2015-08-21 18:56:47 -07:00
Zach Loafman
6979efec4a Merge pull request #12586 from jszczepkowski/hna-docs
Added section about node autoscaler to cluster-management design doc.
2015-08-21 18:53:00 -07:00
Zach Loafman
2afa54d555 Merge pull request #12472 from piosz/initial-proposal
Initial Resources proposal
2015-08-21 18:52:24 -07:00
Yifan Gu
0318cb145c docs: add documentations for OpenID Connect authentication. 2015-08-21 15:27:08 -07:00
Jerzy Szczepkowski
354b8d2abf Comments applied. 2015-08-21 23:59:09 +02:00
Quinton Hoole
27edaf84f1 Address feedback on Cluster Federation proposal doc. 2015-08-21 08:51:48 -07:00
Jerzy Szczepkowski
eaedcd0cac Design proposal: Horizontal Pod Autoscaler.
Added design proposal for Horizontal Pod Autoscaler. Related to #12087.
2015-08-21 13:59:38 +02:00
Jerzy Szczepkowski
0f8bd6020c Added section about node autoscaler to node design doc.
Added section about node autoscaler to node design doc.
2015-08-21 10:35:43 +02:00
Jerzy Szczepkowski
6d7af149c4 Merge pull request #13014 from a-robinson/typo
Fix typo in services-firewall user guide.
2015-08-21 10:30:04 +02:00
feihujiang
7291bde309 Kubectl annotate command accepts a filename param 2015-08-21 15:08:29 +08:00
Alex Robinson
0a3e60bc07 Fix typo in services-firewall user guide. 2015-08-20 23:44:41 -07:00
k8s-merge-robot
44c76d5319 Merge pull request #12957 from smarterclayton/handle_terminating_pods
Auto commit by PR queue bot
2015-08-20 21:47:00 -07:00
Abhishek Shah
b6b8e99393 External IPs support. 2015-08-20 16:10:01 -07:00
Eric Paris
6d7986993a Update docs 2015-08-20 15:01:34 -07:00
Saad Ali
489e75e073 Merge pull request #12202 from daizuozhuo/kubectl
add jsonpath to kubectl
2015-08-20 14:31:45 -07:00
Saad Ali
1aeeeaecd1 Merge pull request #12702 from liguangbo/doc-cert
Add the describe about generate CA in authentication
2015-08-20 11:07:37 -07:00
liguangbo
97693558e0 Add the describe about generate CA in authentication 2015-08-20 17:29:37 +00:00
Clayton Coleman
02dbb95447 Add TerminationGracePeriodSeconds to API
Set defaulting for pod spec
2015-08-20 11:03:38 -04:00
Piotr Szczesniak
83ff34221f Initial Resources proposal 2015-08-20 15:17:31 +02:00
Maciej Szulik
1267388cc6 Changed JobConditionType from JobSucceded to JobComplete to more accurately reflect job's final state 2015-08-20 10:51:38 +02:00
Wojciech Tyczynski
aeb450ccee Merge pull request #12890 from alexhersh/ubuntu-calico-update
Update ubuntu-calico guide
2015-08-20 09:36:41 +02:00
Alexander Hersh
dc35afcada update generated docs 2015-08-19 22:33:03 -07:00
Saad Ali
21a14eccf2 Merge pull request #12697 from erictune/secdoc
Improve secrets docs.
2015-08-19 18:46:57 -07:00
Dai Zuozhuo
85972c44a4 jsonpath user guide docs 2015-08-20 09:11:04 +08:00
Dai Zuozhuo
b61a905b19 add jsonpath to kubectl 2015-08-20 08:57:24 +08:00
Saad Ali
8a43bd621e Merge pull request #12745 from eparis/even-less-dash-false-positive
verify-flags-underscore.py: Even fewer dash false positives
2015-08-19 17:03:29 -07:00
Eric Tune
d98f7ab884 Improve secrets docs.
Explain that imagePullSecrets added to a service account
are added automatically to pods using that service account.

Reword text to not imply that ordinary secrets added to
a service account are not automatically added as volumes
to a pod.
2015-08-19 16:37:25 -07:00
Saad Ali
14eadcccac Merge pull request #12521 from feihujiang/kubectlScaleAcceptFileNameParam
Kubectl scale command accepts a filename param
2015-08-19 15:00:26 -07:00
Saad Ali
d49b9154f8 Merge pull request #12937 from uluyol/typo
Fix some minor typos.
2015-08-19 14:36:20 -07:00
Saad Ali
b3bce3aa60 Merge pull request #12883 from bgrant0607/docfix
Update advice for getting support and filing issues.
2015-08-19 13:06:40 -07:00
Saad Ali
676f4ee593 Merge pull request #12886 from bgrant0607/docfix2
Add duration naming conventions.
2015-08-19 13:03:57 -07:00
Saad Ali
d42864b0ad Merge pull request #12112 from JanetKuo/update-kubectl-get-pods-running
Hide terminated pods in 'kubectl' Printer by default
2015-08-19 12:51:18 -07:00
Saad Ali
c1a2c6dee7 Merge pull request #10713 from thockin/no-localhost-endpoints
Check loopback and link-local multicast endpoints
2015-08-19 12:48:33 -07:00
Muhammed Uluyol
b9431820bf Fix some minor typos. 2015-08-19 11:42:03 -07:00
Saad Ali
ed36bfa860 Merge pull request #12927 from quinton-hoole/2015-08-19-fix-typo
Fix typo in downward-api/README.md
2015-08-19 11:06:54 -07:00
Alexander Hersh
f795b67521 Update ubuntu-calico guide
Update Release Versions and Repo Names.
2015-08-19 11:04:36 -07:00
Quinton Hoole
080f53c567 Fix typo in downward-api/README.md 2015-08-19 08:41:30 -07:00
Ilya Dmitrichenko
cb3425351a Make typography more consistent 2015-08-19 12:01:50 +01:00
Tim Hockin
86f4535871 Check loopback and link-local multicast endpoints
Previously we just disallowed link-local (unicast).  This disallows loopback
and link-local multicast.
2015-08-18 21:50:27 -07:00
Brian Grant
8911e7d272 Update advice for getting support and filing issues. 2015-08-19 03:18:06 +00:00
Robert Bailey
08e6a43c1d Revert "Merge pull request #9165 from smarterclayton/graceful"
This reverts commit 4f856b595d, reversing
changes made to d78525a83b.

Conflicts:
	pkg/kubelet/status_manager.go
2015-08-18 17:34:49 -07:00
Brian Grant
0b85045245 Add duration naming conventions. 2015-08-18 23:44:03 +00:00
Dan Osborne
444ff4d42a added calico-kubernetes-fedora-digitalocean demo 2015-08-18 16:38:41 -07:00
Janet Kuo
44a7a52a94 Hide failed/succeeded pods in 'kubectl get pods' by default 2015-08-18 13:47:19 -07:00
Robert Bailey
fd4147f6c5 Merge pull request #11125 from nak3/mesos-readme
Add a note of api endpoint in Kubernetes on Mesos getting started guide
2015-08-18 11:48:49 -07:00
Robert Bailey
6e94e44d9c Merge pull request #12860 from nak3/exec-help
Modify kubectl exec help to set -c CONTAINER as optional
2015-08-18 11:48:26 -07:00
Kris Rousey
7ba5b058cc Moving client libs to unversioned dir 2015-08-18 10:03:19 -07:00
Robert Bailey
4f856b595d Merge pull request #9165 from smarterclayton/graceful
Enable graceful deletion using reconciliation loops in the Kubelet without TTL
2015-08-18 10:01:40 -07: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
Robert Bailey
6103a7f852 Merge pull request #12683 from feelobot/patch-2
Update AWS Configs to 1.0.3
2015-08-18 09:14:52 -07:00
Robert Bailey
f94f6c48fd Merge pull request #10829 from ZJU-SEL/adddns2docker
add kube-dns for docker k8s
2015-08-18 09:13:54 -07:00
Kenjiro Nakayama
c50d7dd1d5 Modify kubectl exec help to set -c CONTAINER as optional 2015-08-18 23:14:24 +09:00
Clayton Coleman
89f1f3b1b8 Alter graceful deletion to not use TTL
Avoid TTL by deleting pods immediately when they aren't
scheduled, and letting the Kubelet delete them otherwise.

Ensure the Kubelet uses pod.Spec.TerminationGracePeriodSeconds
when no pod.DeletionGracePeriodSeconds is available.
2015-08-18 09:08:43 -04:00
Robert Bailey
60e17a54e7 Merge pull request #12141 from gmarek/service_doc
Small changes to Services doc
2015-08-17 19:40:41 -07:00
Robert Bailey
19bb04f717 Merge pull request #11746 from soltysh/job_controller_proposal
Job controller proposal
2015-08-17 15:56:36 -07:00
Felix Rodriguez
2fba24e989 Update AWS Configs to 1.0.3 2015-08-17 13:59:38 -07:00
Robert Bailey
a4b06373fa Merge pull request #12070 from wojtek-t/kubmark_proposal
Proposal for scalability testing infrastructure
2015-08-17 13:41:58 -07:00
Maciej Szulik
688f3da839 Job controller proposal 2015-08-17 22:33:48 +02:00
Eric Paris
c560f41a4b Update docs which were incorrectly using _ in flag names
Each of these was verified that the actual flag declaration correctly
used -
2015-08-17 11:18:43 -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
Marek Grabowski
31e115eb73 Merge pull request #12656 from vallard/master
added OpenStack instructions to coreos multinode cluster document.  C…
2015-08-17 11:58:19 +02:00
Marek Grabowski
850b98299f Merge pull request #12757 from erictune/resdoc
Document how `describe nodes` had resources.
2015-08-17 11:45:43 +02:00
Kenjiro Nakayama
5e58bedae2 Add a note of api endpoint in Kubernetes on Mesos getting started guide 2015-08-16 17:08:56 +09:00
Brendan Burns
a9580a0ad0 Merge pull request #12595 from smarterclayton/add_pod_status_ip
Add status.podIP as a valid downward API target
2015-08-14 20:29:50 -07:00
Eric Tune
8e56fe599f Document how describe nodes had resources.
Documents changes in #11788
2015-08-14 17:20:28 -07:00
Brendan Burns
8e05da1316 Merge pull request #12696 from eparis/less-dash-false-positive
Fewer false positives in verify-flag-underscore.sh
2015-08-14 16:27:08 -07:00
Eric Paris
21d22e04be TYPO: fix documentation to point at update-generated-docs.sh 2015-08-14 18:50:03 -04:00
Clayton Coleman
01f3785426 Add status.podIP as a valid downward API target
Getting the public IP a container is supposed to use is O(hard),
and usually involves ugly gyrations in python or with interfaces.
Using the downward API means that the IP Kube is announcing to
other endpoints is also visible inside the container for pods to
identify themselves.
2015-08-14 17:51:55 -04:00
Brendan Burns
eed655a6e6 Merge pull request #12511 from feihujiang/kubectlGetAcceptFileNameParam
Kubectl get command accepts a filename param
2015-08-14 14:21:56 -07:00
Mike Danese
83ae12f0c3 remove contrib/submit-queue as it is moving to the contrib repo 2015-08-14 13:54:04 -07:00
Brendan Burns
b29311ba2b Merge pull request #11781 from brendandburns/schema-api
RFC: Add initial plugin schema types.
2015-08-14 09:44:12 -07:00
Jerzy Szczepkowski
27599b9164 Merge pull request #12727 from fgrzadkowski/fix_docker_multinode_doc
Fix wrong paths in docker multinode cluster 'getting started' guide
2015-08-14 15:57:50 +02:00
Filip Grzadkowski
15d39857e0 Fix wrong paths in docker multinode cluster 'getting started' guide 2015-08-14 15:42:07 +02:00
Jerzy Szczepkowski
f29d52114b Merge pull request #12326 from feihujiang/kubectlLabelAcceptFileNameParam
Kubectl label command accepts a filename param
2015-08-14 12:38:37 +02:00
Jerzy Szczepkowski
8dcbebae5e Merge pull request #12011 from ZJU-SEL/fix-serviceaccount-doc
fix service-account related doc
2015-08-14 08:06:34 +02:00
Jerzy Szczepkowski
55b7500b33 Merge pull request #12236 from nikhiljindal/deploymentProposal
Adding a proposal for deployment
2015-08-14 08:04:38 +02:00
Vallard Benincosa
964d4c7111 ran ./hack/update-generated-docks.sh 2015-08-13 22:59:39 -07:00
Brendan Burns
868aca04a0 Merge pull request #12687 from eparis/verfiy-dash
Update flag-dash whitelist
2015-08-14 10:12:54 +08:00
Brian Grant
f04d721612 Update API conventions. Add kubectl conventions.
Ref #12322. Fixes #6797.
2015-08-14 01:32:38 +00:00
Eric Paris
30d34d0e59 Reduce false positives with verify-flag-underscore.sh by updating regex
Check to make sure there is not an alphanumeric character immeditely
before or after the 'flag'.  It there is an alphanumeric character then
this is obviously not actually the flag we care about.  For example if
the project declares a flag "valid-name" but the regex finds something
like "invalid_name" we should not match.  Clearly this "invalid_name" is
not actually a wrong usage of the "valid-name" flag.
2015-08-13 21:06:39 -04:00
He Simei
1d6c0e287b fix service-account related doc 2015-08-14 08:44:21 +08:00
Brendan Burns
a3047a5abb Merge pull request #11951 from mvdan/metrics-api-proposal
Add compute resource metrics API proposal
2015-08-13 14:08:31 -07:00
Brendan Burns
22a2a76ab8 Merge pull request #12571 from brendandburns/kubectl2
Auto commit by PR queue bot
2015-08-13 13:56:14 -07:00
nikhiljindal
be6342db1d Adding a proposal for deployment 2015-08-13 13:39:08 -07:00
Brendan Burns
e3afa2da7a Merge pull request #12676 from goltermann/docs
Auto commit by PR queue bot
2015-08-13 13:32:44 -07:00
Brendan Burns
15281a5e01 Merge pull request #12388 from feihujiang/kubectlPatchAcceptFileNameParam
Auto commit by PR queue bot
2015-08-13 11:49:41 -07:00
goltermann
1b874e9f9a Adding teams lists to faster_reviews. 2015-08-13 11:29:59 -07:00
Brendan Burns
35c22714d1 Merge pull request #7227 from lhuard1A/libvirt-coreos_etcd2
Make the libvirt-coreos cluster use the etcd2 shipped within CoreOS
2015-08-13 11:19:54 -07:00
Daniel Martí
5a0bc4dd83 Add compute resource metrics API proposal 2015-08-13 11:18:16 -07:00
Mike Danese
46ed7713be Merge pull request #11798 from uruddarraju/master
Keystone authentication plugin
2015-08-13 10:28:16 -07:00
Brendan Burns
5865971acb Merge pull request #12387 from resouer/patch-docker
vxlan as bankend of flannel & auto restart k8s with daemon
2015-08-13 10:18:14 -07:00
Ruddarraju, Uday Kumar Raju
937db3f70d Keystone authentication plugin 2015-08-13 09:46:30 -07:00
Brendan Burns
586931fe16 Add optional arguments to kubectl run ... 2015-08-13 09:41:51 -07:00
Brendan Burns
1055eed9b6 Add initial storage types to the Kubernetes API 2015-08-13 09:25:02 -07:00
Vallard Benincosa
1419806ca8 added OpenStack instructions to coreos multinode cluster document. Close #12587 2015-08-13 07:45:02 -07:00
Wojciech Tyczynski
1470b3245d Merge pull request #12618 from mikedanese/rewrite-godoc
rewrite links pointing to godoc
2015-08-13 14:10:33 +02:00
Wojciech Tyczynski
968cbbee5d Merge pull request #12629 from erictune/conformance_checkbox_gke
Mark GKE as conformant.
2015-08-13 11:42:42 +02:00
Wojciech Tyczynski
9c8014b4df Merge pull request #12554 from RichieEscarez/fixwalkthroughlink
Fixed broken link (was pointing to content in a file that has since been moved).
2015-08-13 11:37:32 +02:00
Lénaïc Huard
0535ca9263 Better explain what are the purposes of the libvirt-coreos cluster provider 2015-08-13 11:36:04 +02:00
Eric Tune
a2e1719a56 Mark GKE as conformant. 2015-08-13 00:41:15 -07:00
feihujiang
1e10a7cc59 Kubectl scale command accepts a filename param 2015-08-13 14:26:25 +08:00
feihujiang
18a1400928 Kubectl get command accepts a filename param 2015-08-13 14:12:29 +08:00
feihujiang
0110f3176b Kubectl patch command accepts a filename param 2015-08-13 11:13:31 +08:00
feihujiang
4b9afc516e Kubectl label command accepts a filename param 2015-08-13 10:21:38 +08:00
CJ Cullen
a6148e79c3 Merge pull request #12610 from mikedanese/rewrite-kubectl
rewrite kubectl command references to GoogleCloudPlatform
2015-08-12 17:17:23 -07:00
Brendan Burns
99b8df1812 Add field based sorting to the kubectl command line. 2015-08-12 16:51:36 -07:00
CJ Cullen
82a1ac490b Merge pull request #12607 from roberthbailey/development-md
Update repository links in development.md
2015-08-12 16:05:17 -07:00
Mike Danese
1cd9478346 rewrite links pointing to godoc 2015-08-12 15:27:36 -07:00
Mike Danese
fe0e758d4d rewrite kubectl command references to GoogleCloudPlatform 2015-08-12 14:52:13 -07:00
CJ Cullen
ead7b37616 Merge pull request #12593 from apeeyush/docs-bash-comments
Use bash comments in kubectl examples
2015-08-12 14:24:31 -07:00
CJ Cullen
8767d04639 Merge pull request #11127 from nak3/mesos-readme2
Add --secure-port=0 to run `km apiserver` in Kubernetes on Mesos getting started guide
2015-08-12 13:40:24 -07:00
Robert Bailey
3962848a24 Update repository links in development.md. 2015-08-12 13:12:32 -07:00
Peeyush Agarwal
05e069d038 Use bash comments in kubectl examples
Comments in kubectl examples should use bash comments, not Go comments.
So, replaces // by # for example strings.
2015-08-12 19:56:23 +00:00
RichieEscarez
e72c0428bd Fixed broken link (was pointing to a file that has since been moved).
Fixes #12357
2015-08-12 09:47:25 -07:00
feihujiang
c0b2098844 Kubectl expose command accepts a filename param 2015-08-12 16:16:37 +08:00
Piotr Szczesniak
0ded91c521 Merge pull request #12403 from stensonb/consolidate-cloudprovider-imports
consolidate cloudproviders into a single import
2015-08-12 09:56:09 +02:00
Piotr Szczesniak
b2c0a55679 Merge pull request #12332 from hurf/nits
Synchronize help message between describe and get
2015-08-12 09:51:31 +02:00
hurf
1d1f1fd97c Synchronize help message between describe and get
small nits, change 'resources' to 'resource types'
2015-08-12 15:27:11 +08:00
Piotr Szczesniak
fe5bebba29 Merge pull request #12570 from a-robinson/update-demo
Fix the paths given in the update-demo, which was moved out of examples
2015-08-12 09:26:58 +02:00
Byungjoon Lee
5de9094652 Fix the problem that Kubernetes UI is not installed by deployAddons.sh script in Ubuntu environment. 2015-08-12 15:33:07 +09:00
Alex Robinson
0e553a2611 Fix the paths given in the update-demo, which was moved out of examples
and into docs/user-guide about a month ago.
2015-08-11 23:00:24 -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
Piotr Szczesniak
1df0267f4a Merge pull request #12551 from eparis/underscore-to-dash
Update code and docs to use - in flag names instead of _
2015-08-12 07:16:31 +02:00
Lei Zhang
6a2e58552d vxlan as bankend of flannel & auto restart k8s. 2015-08-12 11:16:19 +08:00
CJ Cullen
64051c535f Merge pull request #12433 from davidopp/doc2
Rescheduler design space doc.
2015-08-11 18:00:16 -07:00
Eric Paris
5aa495cdad Update code to use - in flag names instead of _ 2015-08-11 16:31:52 -04:00
Alex Robinson
cbc41eda76 Strip out extra gunk from the end of an example output line. 2015-08-11 20:13:48 +00:00
CJ Cullen
9fdd793555 Merge pull request #11841 from eparis/commit-speed
Speedups for precommit hooks
2015-08-11 12:58:58 -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
David Oppenheimer
e4d9aaa2cf Address reviewer comments. 2015-08-11 01:31:30 -07:00
Filip Grzadkowski
9dd3cac82e Merge pull request #12423 from brendandburns/service
Make services print on a single line.
2015-08-11 10:29:23 +02:00
Wojciech Tyczynski
4f725900e3 Kubmark proposal 2015-08-11 09:26:58 +02:00
Wojciech Tyczynski
d75fd077ff Fixes to watch in apiserver proposal 2015-08-11 09:26:58 +02:00
David Oppenheimer
7aac21fd73 Rescheduler design space doc. 2015-08-10 23:33:11 -07:00
Brendan Burns
3f18641857 Merge pull request #12434 from ZJU-SEL/unsupported-param
fix unsupported param of containerized kubelet
2015-08-10 21:04:40 -07:00
Alex Robinson
f63eba6e36 Merge pull request #12061 from pmorie/secrets-ug-vectors
Add information about protections/risks to secrets user guide
2015-08-10 18:08:51 -07:00
Alex Robinson
5836d455b8 Merge pull request #12239 from eparis/bash-completions-rolling-update
Bash completion annotations for rollingupdates
2015-08-10 15:02:48 -07:00
Alex Robinson
9bda3c5998 Merge pull request #11138 from feihujiang/portForwardWithoutP
kubectl port-forward accept a pod without -p
2015-08-10 13:29:14 -07:00
Alex Robinson
91b0787f8a Merge pull request #12313 from mesosphere/mesos-docker-guide
Clarify build instructions in mesos/docker guide
2015-08-10 13:28:06 -07:00
Alex Robinson
933c855fba Merge pull request #12354 from mjibson/replace-cascade-fix
Fix flag docs for replace cascade
2015-08-10 11:06:41 -07:00
Alex Robinson
462fed62b7 Merge pull request #12189 from feihujiang/describeKindNoArguments
kubectl describe <kind> work with no arguments
2015-08-10 11:05:34 -07:00
Brendan Burns
79fb674679 Fix the service printer to be a single line per service 2015-08-10 10:57:45 -07:00
Karl Isenberg
73ca343e69 Clarify build instructions in mesos/docker guide
- Linux build requires docker sudo group
- Golang & Make optional
- Extracted a section on building locally
2015-08-10 09:46:30 -07:00
Brendan Burns
68bc931c65 Update the documentation to show that you can get an external IP from kubectl and LoadBalancer services 2015-08-10 09:39:06 -07:00
gmarek
acf788b6a6 small changes to Services doc 2015-08-10 18:37:49 +02:00
Matt Jibson
2c0f32e9b8 Fix flag docs for replace cascade 2015-08-10 12:03:43 -04:00
Marek Grabowski
9ddcfb7d54 Merge pull request #12421 from jlowdermilk/replace-help-text
Clarify help text of kubectl replace
2015-08-10 16:34:17 +02:00
Marek Grabowski
5f9cefc1d8 Merge pull request #12441 from vlajos/typofixes-vlajos-20150807
typofix - https://github.com/vlajos/misspell_fixer
2015-08-10 16:33:52 +02:00
Marek Grabowski
08f67e5888 Merge pull request #12469 from xiejunan/auth_example
change "ns" to "namespace" in example and doc for ABAC authorization
2015-08-10 16:33:22 +02:00
Marek Grabowski
d3b8dbe7a7 Merge pull request #12475 from ae6rt/issue/12473
issue 12473 Fix minor typo in authentication.md around base64 encodin…
2015-08-10 16:33:10 +02:00
Eric Paris
9de64328a5 Bash completion annotations for rollingupdates 2015-08-10 10:26:18 -04:00
Marek Grabowski
a0371b3985 Merge pull request #11919 from samsabed/descLaststatus
kubectl describe pod should print lastState
2015-08-10 14:56:44 +02:00
Marek Grabowski
e27787c9d3 Merge pull request #12292 from brendandburns/stdin3
Add support for `--restart`
2015-08-10 14:54:54 +02:00
Mark Petrovic
105ace039f issue 12473 Fix minor typo in authentication.md around base64 encoding in the HTTP Authorization header 2015-08-10 05:25:44 -07:00
xiejunan
8d99ba94c8 modify example and doc for ABAC authorization 2015-08-10 18:46:13 +08:00
feihujiang
73b694e6c1 kubectl describe <kind> work with no arguments
Add describe_resource_assert to test describe <kind> with no object arg
2015-08-10 14:08:38 +08:00
Jeff Lowdermilk
1956484816 Clarify help text of kubectl replace
Help the next poor soul avoid the confusion I had when
```
$ kubectl create -f pod.yaml
$ kubectl replace -f pod.yaml
```
doesn't work.
2015-08-09 12:30:03 -07:00
Ed Costello
35a5eda585 Copy edits for typos 2015-08-09 14:18:06 -04:00
Veres Lajos
9f77e49109 typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
He Simei
be26f1c5ab fix unsupported param of containerized kubelet 2015-08-08 20:22:02 +08:00
Satnam Singh
991775e77b Merge pull request #10724 from eparis/convert-underscore-to-dash
Convert underscore to dash
2015-08-07 16:40:05 -07:00
Satnam Singh
b071857c0f Merge pull request #10816 from feihujiang/kubectlDescribeAcceptFileNameParam
Kubectl describe command accepts a filename param
2015-08-07 15:23:57 -07:00
Brendan Burns
2986c2fd59 Merge pull request #12385 from benmccann/architecture-diagram-fix
Improve architecture diagram readability
2015-08-07 14:58:47 -07:00
Brendan Burns
e42d6aa255 Add --restart support to kubectl run 2015-08-07 13:20:09 -07:00
Ananya Kumar
03490af6a4 Add qos proposal 2015-08-07 10:07:20 -07:00
Eric Paris
e4d0389b4a Converts docs/ from --flag_name= to --flag-name= 2015-08-07 11:00:13 -04:00
Jerzy Szczepkowski
a53f4c8695 Merge pull request #12394 from Huawei-PaaS/issue_ubuntu_md_variable_typos
Amend some variable typos in ubuntu.md
2015-08-07 14:27:47 +02:00
qiaolei
60ef96a135 Amend some variable typos in ubuntu.md
Amend some variable typos. 1, `roles`->`role`; 2, service_cluster_ip_range -> `SERVICE_CLUSTER_IP_RANGE`.
2015-08-07 20:05:20 +08:00
Jerzy Szczepkowski
372508cfbb Merge pull request #12117 from davidwalter0/wip
change underscores to dashes to match the command line argument
2015-08-07 12:58:30 +02:00
feihujiang
90f4c79bb9 kubectl port-forward accept a pod without -p 2015-08-07 17:21:59 +08:00
feihjiang
2ca200f087 Kubectl describe command accepts a filename param 2015-08-07 16:28:51 +08:00
Ben McCann
4c199b604a Fix the architecture diagram such that the arrow from the api server to the node doesn't go through/under etcd 2015-08-07 00:13:15 -07:00
Jerzy Szczepkowski
67d45821f8 Merge pull request #12216 from derekwaynecarr/limit_range_requests
LimitRange design updates to account for Requests and Limits
2015-08-07 08:18:10 +02:00
David Walter
76bb6bbf12 change underscores to dashes to match the command line argument 2015-08-06 22:48:21 -05:00
Brendan Burns
9ac50b4980 Add interactive run that combines run and attach. 2015-08-06 20:20:14 -07:00
David Walter
792fc2269b change underscores to dashes to match the command line argument 2015-08-06 22:13:44 -05:00
Sam Abed
e7dcec075a show LastTerminationState in kubectl describe pod
Signed-off-by: Sam Abed <samsabed@gmail.com>
2015-08-07 11:45:20 +10:00
Eric Paris
76896bf244 Regen docs with new pflags
This basically just shows in the docs that the =false portion of
booleans are optional.
2015-08-06 19:16:13 -04:00
Dawn Chen
256eeeda2b Merge pull request #12291 from derekwaynecarr/resource_quota_requests
Update resource quota design to align with requests and limits
2015-08-06 16:07:42 -07:00
Dawn Chen
5175bb0b91 Merge pull request #10608 from stefwalter/proxy-unix-socket
kubectl: Add proxy --unix-socket=/file/path option
2015-08-06 10:47:19 -07:00
Brendan Burns
1407aee8b0 fix invalid flag --insecure-bind-address to --address 2015-08-06 09:25:17 -07:00
derekwaynecarr
e75f8be8ea Update design for LimitRange to handle requests 2015-08-06 10:58:55 -04:00
Wojciech Tyczynski
5b216d8a51 Merge pull request #12328 from pmorie/sc-typo
Fix typo in security context proposal
2015-08-06 15:27:45 +02:00
Wojciech Tyczynski
4244a7cb2f Merge pull request #12296 from erictune/troubleshooting
Troubleshooting for misplaced/misspelled fields
2015-08-06 15:20:46 +02:00
Wojciech Tyczynski
e366f2c597 Merge pull request #12206 from derekwaynecarr/move_doc
LimitRange documentation should be under admin
2015-08-06 13:43:58 +02:00
Stef Walter
f6da3fdbe1 kubectl: Add proxy --unix-socket=/file/path option
Proxies on a TCP port are accessible outside the current security
context (eg: uid). Add support for having the proxy listen on a
unix socket, which has permissions applied to it.

We make sure the socket starts its life only accessible by the
current user using Umask.

This is useful for applications like Cockpit and other tools which
want the help of kubectl to handle authentication, configuration and
transport security, but also want to not make that accessible to
all users on a multi-user system.
2015-08-06 11:56:47 +02:00
Wojciech Tyczynski
871ca7a05f Merge pull request #12320 from mikedanese/rewrite-pr-issue-links
rewrite all links to issues and PRs to k8s links
2015-08-06 09:55:44 +02:00
Wojciech Tyczynski
cb49b195a6 Merge pull request #12270 from jacobtomlinson/docs-persistent-volumes
Improved docs readability
2015-08-06 08:33:09 +02:00
Wojciech Tyczynski
0a8073b30b Merge pull request #12267 from TheMeier/patch-1
typo in rbd doc
2015-08-06 08:32:16 +02:00
Paul Morie
7a73f3cdb8 Fix typo in security context proposal 2015-08-06 00:53:01 -04:00
Mike Danese
8326697055 rewrite all links to prs to k8s links 2015-08-05 21:11:11 -07: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
Dawn Chen
b9c118ada6 Merge pull request #12306 from goltermann/oncall
Add post v1.0 PR merge details
2015-08-05 15:27:19 -07:00
Dawn Chen
49d62ca0be Merge pull request #12295 from feelobot/master
Update Binary Versions in AWS cloud-config's
2015-08-05 15:25:44 -07:00
Dawn Chen
9a29583fe0 Merge pull request #12064 from AnanyaKumar/patch-2
Update admission_control.md
2015-08-05 15:14:00 -07:00
Dawn Chen
ec7d0a985b Merge pull request #10742 from hurf/help_kind
Use TYPE instead of RESOURCE in help string
2015-08-05 15:12:17 -07:00
Dawn Chen
e532a1ddd8 Merge pull request #12046 from asridharan/master
Updating instructions for launching kubernets in a local docker installation
2015-08-05 15:09:44 -07:00
goltermann
90e1d5216e Add post v1.0 PR merge details. 2015-08-05 14:52:46 -07:00
feelobot
7e85e587a8 Update Binary Versions in AWS cloud-config's 2015-08-05 11:43:10 -07:00
derekwaynecarr
789450a40d Update resource quota design to align with requests and limits 2015-08-05 14:37:09 -04:00
Eric Tune
1ce1c54b21 troubleshooting for misplaced/misspelled fields 2015-08-05 11:09:32 -07:00
Karl Isenberg
f5fa688908 Add docker-compose cluster that runs with mesos 2015-08-05 10:48:28 -07:00
derekwaynecarr
577f2fa0a5 LimitRange documentation should be under admin 2015-08-05 10:26:52 -04:00
Jacob Tomlinson
91bd7f5d6c Improved readability 2015-08-05 13:50:49 +01:00
Christoph Maser
c0802dbd43 typo in rbd doc
mixed up readers and writers
2015-08-05 13:51:07 +02:00
hurf
33fb6170f9 Use TYPE instead of RESOURCE in help string
For commands in kubectl, use TYPE in help string.
2015-08-05 16:34:48 +08:00
Alex Robinson
714b39f025 Merge pull request #12240 from a-robinson/logs
Also collect the monit and salt logs in our fluentd configs
2015-08-04 19:56:14 -07:00
Alex Mohr
0e8020f9bb Merge pull request #11779 from JanetKuo/add-kubectl-annotation
Auto commit by PR queue bot
2015-08-04 18:28:12 -07:00
Alex Mohr
af76271e7c Merge pull request #12213 from caseydavenport/cd4-kube-calico-bare-metal
CoreOS + Calico bare-metal guide
2015-08-04 17:31:35 -07:00
Alex Robinson
7430181d65 Collect more of the VM's log files (monit, salt) in fluentd-gcp. 2015-08-05 00:21:47 +00:00
Alex Mohr
879bf62e27 Merge pull request #12086 from bdevloed/patch-1
Update docker.md, simplified kill command
2015-08-04 17:08:10 -07:00
Alex Mohr
3ed0e077ac Merge pull request #12049 from brendandburns/docs
Auto commit by PR queue bot
2015-08-04 11:58:23 -07:00
Alex Mohr
7eade1c2ce Merge pull request #11184 from caesarxuchao/patch-replace-doc
Auto commit by PR queue bot
2015-08-04 11:18:39 -07:00
Casey D
7e1e9fed29 CoreOS + Calico bare-metal guide 2015-08-04 10:47:14 -07:00
gmarek
2201e75666 NodeController small cleanup 2015-08-04 14:44:14 +02:00
Ananya Kumar
15884e14d2 Update admission_control.md 2015-08-03 23:00:48 -07:00
Alex Mohr
3d2d99c6fd Merge pull request #12007 from brendandburns/stdin
Auto commit by PR queue bot
2015-08-03 19:28:16 -07:00
David Walter
f8667f73e3 change underscores to dashes to match the command line argument 2015-08-03 21:05:48 -05:00
Chao Xu
17cd3cf392 direct people to api-reference/definitions.html to find out if a field is mutable through kubectl replace/patch 2015-08-03 18:18:00 -07:00
Alex Mohr
7ac6c50b9d Merge pull request #12094 from brendandburns/kubectl
Auto commit by PR queue bot
2015-08-03 17:09:06 -07:00
Kenjiro Nakayama
ae8b4aa905 Add --cert-dir flag to run km opiserver in Kubernetes on Mesos getting started guide 2015-08-04 08:34:58 +09:00
Janet Kuo
7e63213478 Implement kubectl annotation update command. Refactor kubectl annotate to decouple command framework from business logic. 2015-08-03 14:35:56 -07:00
Brendan Burns
6e2eb8b292 update docs to use hyperkube image 2015-08-03 14:19:41 -07:00
Brendan Burns
2e68002f31 Merge pull request #11692 from wojtek-t/new_api_instance_groups
Auto commit by PR queue bot
2015-08-03 11:07:36 -07:00
Eric Paris
89dc3d56cd Update go-md2man so godep restore/save work 2015-08-03 12:02:42 -04:00
Mike Danese
b73c53c37d Merge pull request #11363 from feihujiang/fixDeleteCommandWrongDescription
Correct kubectl delete's wrong synopsis
2015-08-03 07:36:52 -07:00
Marek Grabowski
bff79366f7 Merge pull request #12128 from ZJU-SEL/containerized-kubelet-param
fix upstart param for containerized kebelet
2015-08-03 14:37:48 +02:00
Wojciech Tyczynski
2d95cd454c Swich to new gcloud API for GCE MIGs 2015-08-03 09:56:25 +02:00
feihujiang
fa68de4fcf Correct kubectl delete's wrong synopsis 2015-08-03 13:58:23 +08:00
He Simei
52ea1108eb fix upstart param for containerized kebelet 2015-08-02 10:30:04 +08:00
Avinash Sridharan
6960d82c6b trying to fix build error 2015-08-01 14:59:11 -07:00
Avinash Sridharan
29f3ab7ccb Merge github.com:GoogleCloudPlatform/kubernetes 2015-07-31 22:09:47 -07:00
Avinash Sridharan
8e9c254f44 Just removing the white-spaces 2015-07-31 22:09:34 -07:00
Avinash Sridharan
b5a7cc9887 Re-formatted the instructions 2015-07-31 21:57:51 -07:00
Brendan Burns
51757f6552 Add parameters for interactive containers. Useful with kubectl attach. 2015-07-31 21:41:58 -07:00
Mike Danese
cf4cb1a6a3 Merge pull request #10474 from kargakis/scale-multiple-controllers
Enable scaling multiple controllers
2015-07-31 14:51:43 -07:00
Mike Danese
f3c4b7f7ac Merge pull request #12016 from hurf/shortcut
Better help message for get and describe
2015-07-31 13:53:02 -07:00
Mike Danese
a23ee556ad Merge pull request #11999 from brendandburns/attach2
Add support for attach to kubectl
2015-07-31 12:51:08 -07:00
Mike Danese
feb0152595 Merge pull request #12056 from pmorie/container-env-dapi
Add link to downward API docs to container env docs
2015-07-31 12:16:04 -07:00
Brendan Burns
c9bc1456ff Add session affinity flags to kubectl expose 2015-07-31 10:34:52 -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
Paul Morie
f475b933b0 Add link to downward API docs to container env docs 2015-07-31 12:52:12 -04:00
bdevloed
0dbd5bb2a8 Update docker.md, simplified kill command
docker ps -a | awk '{print $1}' could be replaced with docker ps -aq
2015-07-31 16:55:11 +02:00
kargakis
0e796ca09a Enable scaling multiple controllers 2015-07-31 10:24:59 +02:00
Jerzy Szczepkowski
5ec7680554 Merge pull request #12023 from resouer/patch-4
Remove duplicated warning of docker version
2015-07-31 09:16:18 +02:00
hurf
029ed15be5 Better help message for get and describe
Add tips for shortcut ns and ep.
2015-07-31 15:15:51 +08:00
Ananya Kumar
bf5bcdc68f Update admission_control.md
I tested out a Limit Ranger, and it seems like the admission happens *before* Validation. Please correct me if I'm wrong though, I didn't look at the code in detail. In any case, I think it makes sense for admission to happen before validation because code in admission can change containers.

By the way I think it's pretty hard to find flows like this in the code, so it's useful if we add links to code in the design docs (for prospective developers) :)
2015-07-30 20:02:06 -07:00
Paul Morie
429e9bda5e Add information about protections/risks to secrets user guide 2015-07-30 21:33:00 -04:00
Mike Danese
a101aa175d Merge pull request #12047 from thockin/devdocs
Add a note on when to use commits
2015-07-30 17:50:57 -07:00
Eric Paris
024208e39f Fix trailing whitespace in all docs 2015-07-30 20:41:30 -04:00
Eric Paris
8886a9940d Rewrite how the munger works
The basic idea is that in the main mungedocs we run the entirefile and
create an annotated set of lines about that file. All mungers then act
on a struct mungeLines instead of on a bytes array. Making use of the
metadata where appropriete. Helper functions exist to make updating a
'macro block' extremely easy.
2015-07-30 20:41:30 -04:00
Eric Paris
4cbca2e63c Make munger begin/end less generic
Just force the beginMungeTag() endMungeTag() macros on users, by hiding
it under the covers. It really simplies things for users.
2015-07-30 20:41:30 -04:00
Mike Danese
bfaa527139 Merge pull request #12045 from a-robinson/logs
Fix fluentd configs to collect etcd logs on the master
2015-07-30 17:36:46 -07:00
Mike Danese
51a7a38f67 Merge pull request #12020 from wojtek-t/move_to_storage
Move storage-related code to pkg/storage
2015-07-30 16:23:03 -07:00
Alex Robinson
9e18c29e9f Make fluentd-gcp collect etcd's logs on the master. 2015-07-30 22:20:57 +00:00
Tim Hockin
c58e3fbbb6 Add a note on when to use commits 2015-07-30 15:11:38 -07:00
Avinash Sridharan
bf46a08f14 Merge branch 'master' of github.com:asridharan/kubernetes into fix_docker_doc 2015-07-30 14:30:08 -07:00
Avinash Sridharan
895cbb92ad There is an open issue #9837 because of which kubernets is not able to start the API server if the underlying kernel does not support memory limits for CGROUP. Apparently docker is able
to detect this, but somehow this is not communicated to invocations from the remote API. Thus to get kubernets working on a local docker installation, its important to make sure that
the memory and swap accounting are turned on in the kernel and passed as a parameter to the kernel when booting up.

Hence added the required instructions as a pre-req for running kubernets in a local docker installation.
2015-07-30 14:19:57 -07:00
Mike Danese
cdb7d1ec61 Merge pull request #11960 from brendandburns/docker
Update docker instructions to 1.0.1
2015-07-30 14:12:41 -07:00
Brendan Burns
97cb1cd071 Add support for attach to kubectl 2015-07-30 12:56:18 -07:00
Mike Danese
452bdcae2d Merge pull request #11895 from derekwaynecarr/vagrant_confornamce_tickbox
Vagrant passes conformance tests at HEAD
2015-07-30 10:35:34 -07:00
Harry Zhang
1674c00816 Remove duplicated warning of docker version
Sorry, but we need to left duplicated docker version warning. That's verbose.
2015-07-30 23:07:53 +08:00
Wojciech Tyczynski
3cbbe72f9f Move etcd storage to pkg/storage/etcd 2015-07-30 15:42:06 +02:00
Mike Danese
4ddfa5d500 Merge pull request #11910 from mikedanese/dock-fix
fix incorrect maintainer for getting started from scratch guide
2015-07-29 16:20:21 -07:00
Mike Danese
82227c4fbd Merge pull request #11973 from hurf/deprecate_stop
Deprecate kubectl stop command
2015-07-29 15:47:59 -07:00
Brendan Burns
4d65ff1192 Update multinode instructions 2015-07-29 13:43:27 -07:00
Brendan Burns
132575bcf8 Update single node docker to 1.0.1 2015-07-29 13:43:27 -07:00
Brendan Burns
fa6ee98ddc Update worker.sh 2015-07-29 13:23:06 -07:00
Brendan Burns
b9a653bfbc fix a missing 'g' 2015-07-29 13:22:47 -07:00
Mike Danese
1367076d2e Merge pull request #11712 from dgonyeo/master
Updated coreos cloud configs for v1.0.1
2015-07-29 11:26:22 -07:00
Mike Danese
e907c276fb Merge pull request #11630 from mgannholm/master
remove dup install and config sections; add chmod
2015-07-29 11:23:26 -07:00
Mike Danese
ed9e47adab Merge pull request #11900 from aveshagarwal/fedora-ansible-fixes
Update fedora ansible guide to reflect recent changes in the kubernetes ansible code.
2015-07-29 10:32:54 -07:00
Mike Danese
025d3568bc Merge pull request #11970 from ZJU-SEL/deprecate-outdated-param
deprecate outdated param for deploying k8s on ubuntu
2015-07-29 10:30:20 -07:00
Mike Danese
45b3ba17e3 Merge pull request #11969 from moander/patch-1
typo
2015-07-29 09:50:35 -07:00
Mike Danese
60ac834563 Merge pull request #10652 from JanetKuo/kubectl-o-name
Add '-o name' to mutations
2015-07-29 09:46:10 -07:00
Mike Danese
e5c31da2ff Merge pull request #11878 from wojtek-t/refactor_etcd_watcher
Factor out etcdWatcher and rename methods in StorageInterface
2015-07-29 09:44:02 -07:00
Mike Danese
b4f8dae187 Merge pull request #11863 from danieldreier/fedora_manual_docsfix
Fix fedora manual config getting started guide
2015-07-29 09:42:03 -07:00
Mike Danese
0b7c2d5496 Merge pull request #11450 from errordeveloper/master
coreos/azure: Updates for 1.0
2015-07-29 09:18:09 -07:00
Mike Danese
c25bcaa395 Merge pull request #11109 from resouer/patch-3
Add a script version for kube-in-docker
2015-07-29 07:28:43 -07:00
derekwaynecarr
01ec50deb4 Vagrant passes conformance tests at HEAD 2015-07-29 10:16:39 -04:00
hurf
35cac3c4e7 Deprecate kubectl stop command
Added deprecation warning for stop.
2015-07-29 17:19:18 +08:00
Wojciech Tyczynski
db5f6eae6c Factor out etcdWatcher to a separate file 2015-07-29 08:02:13 +02:00
He Simei
a67be8e8ab deprecate outdated param 2015-07-29 13:57:14 +08:00
Morten Andersen
e8017d3a90 Missing argument to get documented result 2015-07-29 07:50:05 +02:00
Morten Andersen
9a010a71c8 typo 2015-07-29 07:42:55 +02:00
Daniel Dreier
d67105d05a Fix fedora manual config getting started guide
Add a step to create /var/run/kubernetes. Without this step the kube-apiserver service is
unable to create a self-signed SSL cert and fails to start.
2015-07-28 14:31:11 -07:00
Ilya Dmitrichenko
03070297a7 coreos/azure: Updates for 1.0
- Bump CLI tools version
- Bump CoreOS image IDs
- Use etcd2 shipped in stable channel
- Prefix unit names for consistency
- Run proxy on master as well
- Allocate node port for the app
- Update docs
- No need to register nodes any more
- Remove stale argument `--cloud_provider=vagrant`
- Refactor how addons are delivered
- Remove fluentd (it can be optionally dropped into addons dir)
- Script Azure endpoint creation for Guestbook example
- Provide only SkyDNS addon out-of-the-box
2015-07-28 22:02:49 +01:00
Brendan Burns
a546a2979c Merge pull request #11726 from caesarxuchao/fix-types-link
Auto commit by PR queue bot
2015-07-28 13:24:11 -07:00
Harry Zhang
e6a2b068cb Fix intend mess in scripts 2015-07-28 10:15:14 +08:00
Harry Zhang
611a41d894 Merge scripts of kube-in-docker with the manual guide 2015-07-28 10:15:14 +08:00
Mike Danese
b37e7bbd7c fix incorrect maintainer for getting started from scratch guide 2015-07-27 16:26:42 -07:00
Tim Hockin
c2e8fa843a capitalization 2015-07-27 16:01:26 -07:00
Janet Kuo
180798cfa4 Use example syncer tags instead of hard-coded examples in doc 2015-07-27 14:48:41 -07:00
Daniel Smith
2bd53119b1 Merge pull request #10524 from bprashanth/delete_overlapping_error
Add clarity around overlapping controllers
2015-07-27 14:31:49 -07:00
Janet Kuo
0e42d0699a Add '-o name' to mutations 2015-07-27 14:06:53 -07:00
Avesh Agarwal
1d2ae296fd Update fedora ansible guide to reflect recent changes in the kubernetes
ansible code.
2015-07-27 16:00:13 -04:00
Jeff Lowdermilk
f71a662dc6 Make kubectl proxy support picking a random port 2015-07-27 09:56:33 -07:00
Marek Grabowski
8ec5324efd Merge pull request #11868 from nak3/fix-dead-link
Fix dead link in Kubernetes on Mesos getting started guide
2015-07-27 16:12:29 +02:00
Kenjiro Nakayama
ac5aa8ee7d Fix dead link in Kubernetes on Mesos getting started guide 2015-07-27 17:20:39 +09:00
Daniel Dreier
8130a4c390 Fix typo in service account documentation
Extra "c" in "serviceaccounts" made example not work when copy-pasting.
2015-07-25 12:32:00 -07:00
Chao Xu
6153aba30a update links in docs/api-reference/definitions.html 2015-07-24 18:08:05 -07:00
Tim Hockin
0dbcb51ddd Add stub md files so gh-pages importer keeps them 2015-07-24 16:56:08 -07:00
Tim Hockin
0df0418c48 Add whatisk8s.md to master 2015-07-24 16:19:23 -07:00
Prashanth Balasubramanian
f4fe40e2d1 Delete overlapping controllers, add clarity to docs 2015-07-24 12:13:26 -07:00
Mike Danese
15fcb84e0d Merge pull request #10743 from hurf/get_help_fix
Fix hits in help strings of kubectl get command
2015-07-24 11:09:48 -07:00
Mike Danese
13c5761268 Merge pull request #11358 from ZJU-SEL/upgradek8s
[WIP]upgrade ubuntu bare-metal k8s to 1.0.1
2015-07-24 10:22:43 -07:00
Mike Danese
823e5d45c3 Merge pull request #10841 from liggitt/delete_all
Default --ignore-not-found to true for delete --all
2015-07-24 09:26:35 -07:00
Jerzy Szczepkowski
c378143a0d Merge pull request #11782 from erictune/ubuntu-intructions
Vulnerability reporting doc.
2015-07-24 09:35:25 +02:00
wizard
9b82c4716a upgrade k8s to 1.0.1 2015-07-24 13:31:52 +08:00
Charles Butler
5bf5f7f33b Updates Juju Getting Started Guide 2015-07-23 23:50:31 -04:00
Jordan Liggitt
85fd52126d Default --ignore-not-found to true for delete --all 2015-07-23 18:08:15 -07:00
Eric Tune
111ce120b7 Vulnerability reporting doc. 2015-07-23 16:15:04 -07:00
Vish Kannan
a02252dc11 Merge pull request #11714 from colmm99/master
add command for workaround for issue 10836
2015-07-23 14:40:39 -07:00
colmm99
ef5c07cf61 added the blank line before the ``` block 2015-07-23 22:02:26 +01:00
Mike Danese
caab2741ba add documentation on how to use service aaccounts with ABAC mode authorization 2015-07-23 13:34:33 -07:00
Vish Kannan
dc59c99d1a Merge pull request #11740 from piosz/config
Added possibility to overwrite ENABLE_CLUSTER_DNS with env var
2015-07-23 13:25:35 -07:00
Vish Kannan
1194001116 Merge pull request #11708 from bgrant0607/docfix
Update post-1.0 release versioning proposal.
2015-07-23 10:02:15 -07:00
Wojciech Tyczynski
56444bfb76 Merge pull request #11722 from JanetKuo/docs-fix-typo
Fix doc typos
2015-07-23 13:12:38 +02:00
Piotr Szczesniak
06b3406cef Added possibility to overwrite ENABLE_CLUSTER_DNS with env var
It's for autoscaling tests purposes and making the config consistent with
other flags like ENABLE_NODE_LOGGING
2015-07-23 10:25:06 +02:00
Wojciech Tyczynski
dd6ba6a07f Watch in apiserver proposal 2015-07-23 08:14:37 +02:00
Brian Grant
cba5433f43 Change to semantic versioning. 2015-07-23 00:42:03 +00:00
Janet Kuo
a2971fb2ab Fix doc typos 2015-07-22 17:19:07 -07:00
colmm99
165d08e627 add command for workaround for issue 10836 2015-07-22 23:14:15 +01:00
Derek Gonyeo
84df4293da Updated coreos cloud configs for v1.0.1 2015-07-22 17:50:23 -04:00
Vish Kannan
bfd7477b5b Merge pull request #11648 from jumpkick/patch-1
Update volumes.md
2015-07-22 14:06:32 -07:00
Vish Kannan
fc663944f1 Merge pull request #11680 from ZJU-SEL/fix-scratch-doc
fix scartch doc
2015-07-22 13:43:56 -07:00
Brian Grant
f171cc0912 Update post-1.0 release versioning proposal. 2015-07-22 20:20:31 +00:00
He Simei
6a1cd10605 fix doc 2015-07-22 10:39:02 +08:00
jumpkick
362835c641 Update volumes.md 2015-07-21 00:45:49 -04:00
Tim St. Clair
0c28499038 Detailed walkthrough docs cleanup
- Consistent capitalization of IP
- Remove file name from some docs links
- Fix comma usage and typos
2015-07-20 18:11:32 -07:00
krousey
fbc85e9838 Merge pull request #11627 from davidopp/doc2
Add a known issues doc.
2015-07-20 17:34:46 -07:00
David Oppenheimer
ab3d63c95f Add a known issues doc. 2015-07-20 17:28:20 -07:00
Martin Gannholm
2e7e2984a9 remove dup install and config sections; add chmod 2015-07-20 16:55:36 -07:00
Dan Osborne
33d385bc97 added project calico networking plugin tutorial 2015-07-20 16:48:41 -07:00
Tim St. Clair
ca32e651bd Cleanup docs.
- Fix typo in services-firewalls
- Fix incorrect comma usage
- s/minion/node/
- Link deadlock to wikipedia article
- Fix livenessProbe capitalization
- Change API reference quoting from " to \`
2015-07-20 16:25:37 -07:00
krousey
220cc6a86c Merge pull request #11596 from brendandburns/docs
Add some additional text about getting help.
2015-07-20 16:21:11 -07:00
Brendan Burns
21f540194b Update troubleshooting docs some. 2015-07-20 15:42:38 -07:00
krousey
6553ec47da Merge pull request #11402 from brendandburns/docs2
Add upgrade instructions.
2015-07-20 15:28:31 -07:00
krousey
5161d22322 Merge pull request #11595 from erictune/foo
Split namespace docs user vs admin.
2015-07-20 15:11:03 -07:00
Brendan Burns
4b946d7633 Add upgrade instructions. 2015-07-20 15:05:25 -07:00
Eric Tune
6fa6beaccc Split namespace docs user vs admin.
Move namespace.md and examples dir from docs/user-guide
to docs/admin.

Assumption is that creating and deleting namespaces is an "admin"
task.

Add a mostly new user-guide to namespaces that gives more advice
on when to use namespaces, and how to work within them,
but not how to create/delete them.  It is more succinct than
before.
2015-07-20 15:01:44 -07:00
krousey
a6fdc50265 Merge pull request #11611 from erictune/fixhdr
Remove equals from heading which breaks our links.
2015-07-20 14:58:03 -07:00
mgannholm
55e64cb0ca grammar fixes 2015-07-20 14:51:13 -07:00
krousey
6617d63c97 Merge pull request #11602 from erictune/quota
Improvements to quota doc.
2015-07-20 14:50:35 -07:00
krousey
b1b2f1a925 Merge pull request #11593 from erictune/gsg3
Improve scratch getting-started-guide.
2015-07-20 14:49:55 -07:00
Eric Tune
0b327627f4 Improvements to quota doc.
Address review comments in #11487
2015-07-20 14:45:44 -07:00
Eric Tune
844c823f01 Remove equals from heading which breaks our links. 2015-07-20 14:44:10 -07:00
Alex Robinson
acd1bed70e Fix capitalization of Kubernetes in the documentation. 2015-07-20 14:39:36 -07:00
krousey
7536db6d53 Merge pull request #11598 from amygdala/master
fixed 2 links, bit of text polishing
2015-07-20 14:33:19 -07:00
Eric Tune
d607a3df0e Improve scratch getting-started-guide. 2015-07-20 14:31:24 -07:00
Amy Unruh
aacfbba8d3 fixed 2 links, bit of text polishing 2015-07-20 13:52:04 -07:00
krousey
b4fb9387b6 Merge pull request #11487 from erictune/admindocs
Improve resource quota doc.
2015-07-20 13:29:15 -07:00
krousey
1f8e85c634 Merge pull request #11408 from lavalamp/docsIndex
add admin index
2015-07-20 13:27:18 -07:00
krousey
9721efed91 Merge pull request #11569 from nikhiljindal/eric
Linking to API object definitions from docs
2015-07-20 12:30:47 -07:00
krousey
960c6a2d8b Merge pull request #11583 from thockin/docs-tick-tick-tick
Collected markedown fixes around syntax.
2015-07-20 12:01:04 -07:00
Daniel Smith
022ccb475d Add admin TOC; mv README -> intro, TOC -> README 2015-07-20 11:46:23 -07:00
nikhiljindal
021138bd83 Linking to API object definitions from docs 2015-07-20 11:11:13 -07:00
David Oppenheimer
2d88675f22 Merge pull request #10827 from gmarek/doc
Update cluster management doc.
2015-07-20 10:49:47 -07:00
gmarek
de07cbda3a Update cluster management doc. 2015-07-20 19:47:09 +02:00
Eric Tune
7f1970a22d Improve resource quota doc. 2015-07-20 10:15:07 -07:00
Tim Hockin
995a7aef29 Collected markedown fixes around syntax. 2015-07-20 09:51:22 -07:00
krousey
0a66d3ff69 Merge pull request #11582 from aveshagarwal/master-doc-fixes
Fixed a missing bracket and removed some white spaces and stray %}
2015-07-20 09:35:15 -07:00
krousey
f9fa83fae3 Merge pull request #10613 from mesosphere/mesos-docs
Move k8s-mesos docs to the kubernetes repo
2015-07-20 09:23:20 -07:00
krousey
e0c5e563cd Merge pull request #10746 from mesosphere/fix-quay-etcd-invocation-in-mesos.md
Fix invocation of quay.io etcd in mesos getting started guide
2015-07-20 09:22:23 -07:00
Avesh Agarwal
178473d340 Fixed a missing bracket and removed some white spaces and stray %} 2015-07-20 12:09:40 -04:00
Brian Grant
5450afdabc Merge pull request #11568 from davidopp/doc2
Absolutize links that leave the docs/ tree to go anywhere other than
2015-07-20 07:34:00 -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
ddda661991 Merge pull request #11560 from davidopp/doc3
Update doc guide in top-level README.md and fix description of
2015-07-19 23:17:33 -07:00
David Oppenheimer
ddde3930f5 Update doc guide in top-level README.md and fix description of
cluster management doc in docs/admin/README.md
2015-07-19 23:00:54 -07:00
Tim Hockin
1098ad83a1 Fix console syntax for highligting 2015-07-19 20:56:30 -07:00
Dr. Stefan Schimanski
57d488f79a Fix invocation of quay.io etcd in mesos getting started guide 2015-07-19 22:02:43 +02:00
Brian Grant
8cbe9c997a Merge pull request #11443 from aveshagarwal/fedora-kubernetes-ansible
Updates to fedora ansible guide.
2015-07-19 10:04:23 -07:00
Avesh Agarwal
ace7b96d2a Updates to fedora ansible guide. 2015-07-19 11:53:44 -04: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
Alex Robinson
4c308f0703 Improve design docs syntax highlighting. 2015-07-19 08:46:02 +00:00
Dr. Stefan Schimanski
8fca9b6f09 Add original k8s-mesos docs to contrib/mesos 2015-07-19 10:13:25 +02:00
Alex Robinson
3364a32dc6 Improve admin docs syntax highlighting. 2015-07-19 05:48:34 +00:00
Brian Grant
91923b51c8 Merge pull request #11546 from a-robinson/toc
Fix broken table of contents sections
2015-07-18 22:29:02 -07:00
Alex Robinson
6e792f75f5 Fix broken table of contents sections. 2015-07-18 22:18:55 -07:00
Alex Robinson
afa9f57020 Improve markdown highlighting in azure getting started guide. 2015-07-19 03:56:22 +00:00
Alex Robinson
137f63a54f Improve markdown highlighting in centos getting started guide. 2015-07-19 03:56:22 +00:00
Alex Robinson
11d0fd1515 Improve markdown highlighting in coreos getting started guides. 2015-07-19 03:56:22 +00:00
Alex Robinson
261e347e60 Improve markdown highlighting in docker multinode getting started guides. 2015-07-19 03:56:22 +00:00
Alex Robinson
1bc91a3c72 Improve markdown highlighting in docker getting started guide. 2015-07-19 03:56:22 +00:00
Alex Robinson
bfd85cefad Improve markdown highlighting in fedora getting started guides. 2015-07-19 03:56:22 +00:00
Alex Robinson
72106a2de3 Improve markdown highlighting in GCE getting started guide. 2015-07-19 03:56:22 +00:00
Alex Robinson
afddef703a Improve markdown highlighting in juju getting started guide. 2015-07-19 03:56:22 +00:00
Alex Robinson
83104907d1 Improve markdown highlighting in the libvirt-cores getting started guide. 2015-07-19 03:56:22 +00:00
Alex Robinson
f64ed2b358 Improve markdown highlighting in local getting started guide. 2015-07-19 03:56:22 +00:00
Alex Robinson
f729938aed Improve markdown highlighting in mesos getting started guide. 2015-07-19 03:56:21 +00:00
Alex Robinson
6ae88fc1dc Improve markdown highlighting in the rkt getting started guide. 2015-07-19 03:56:21 +00:00
Alex Robinson
51247069e4 Improve markdown highlighting in scratch getting started guide. 2015-07-19 03:56:21 +00:00
Alex Robinson
8af0e3ec8a Improve markdown highlighting in ubuntu getting started guide. 2015-07-19 03:56:21 +00:00
Alex Robinson
a6e4d317d2 Improve markdown highlighting in vagrant getting started guide. 2015-07-19 03:56:16 +00:00
Alex Robinson
38c6a23eb2 Improve markdown highlighting in downward API user guide. 2015-07-19 03:54:28 +00:00
Alex Robinson
fefb582447 Improve markdown highlighting in limit range user guide. 2015-07-19 03:54:28 +00:00
Alex Robinson
02cdce3d7d Add markdown highlighting to liveness user guide. 2015-07-19 03:54:28 +00:00