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
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
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
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
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
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
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
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
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
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
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
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