bgrant0607
a0bb739609
Merge pull request #1534 from proppy/kubelet-noonce
...
kubelet: add --runonce flag
2014-10-04 15:48:44 -07:00
Tim Hockin
594e7db28f
Merge pull request #1583 from ddysher/fix-#1550
...
Ignore empty pod port spec.
2014-10-03 20:19:07 -07:00
bgrant0607
2ac00df460
Merge pull request #1580 from ghodss/fix_v1beta3_jsonbase_error
...
Compilation error on HEAD: Remove JSONBase reference from v1beta3/types.go to prevent it
2014-10-03 19:07:37 -07:00
Sam Ghods
3de1317c15
Remove JSONBase reference from v1beta3/types.go
2014-10-03 19:01:26 -07:00
Deyuan Deng
7640280284
Ignore empty pod port spec.
2014-10-03 21:38:29 -04:00
Johan Euphrosine
fa1dcd0a8b
kubelet: add basic test for runonce
2014-10-03 18:02:30 -07:00
Johan Euphrosine
f91162cf78
kubelet: add --runonce flag, exits after starting pod from the manifest
2014-10-03 18:02:30 -07:00
Tim Hockin
fd5a908070
Merge pull request #1579 from ddysher/integration-fix
...
Fix integration test read volume dir error.
2014-10-03 17:09:15 -07:00
Deyuan Deng
a9e7cf8e40
Fix integration test read volume dir error.
2014-10-03 19:51:07 -04:00
erictune
08ac126336
Merge pull request #1577 from brendandburns/fix
...
Use formal error checking to validate a not found err.
2014-10-03 16:31:49 -07:00
bgrant0607
838815de27
Merge pull request #1576 from kelseyhightower/add-coreos-docs
...
add coreos setup guides
2014-10-03 16:29:06 -07:00
bgrant0607
fea58c9b88
Merge pull request #1561 from brendandburns/sleep
...
Add some backoff to the scheduler to prevent tight-looping.
2014-10-03 15:29:12 -07:00
bgrant0607
bed5306434
Merge pull request #1536 from brendandburns/resource
...
Add in resource fit as a predicate. Manually set the available resources.
2014-10-03 15:29:00 -07:00
Kelsey Hightower
bbcce51327
add coreos setup guides
2014-10-03 15:25:59 -07:00
Brendan Burns
1551b48347
Add a resource fit scheduler predicate. Set sensible defaults.
2014-10-03 15:09:59 -07:00
Brendan Burns
e6d823da71
Use formal error checking to validate a not found err.
2014-10-03 15:08:16 -07:00
Tim Hockin
90d96e3483
Merge pull request #1575 from rgooch/docfixes
...
Docfixes
2014-10-03 14:36:17 -07:00
Richard Gooch
e7e7b1cc39
Add text about example cluster and clarify pre-requisites.
2014-10-03 14:29:14 -07:00
Brendan Burns
53304bd024
Add a backoff policy for failing pods.
2014-10-03 10:03:55 -07:00
Joe Beda
90800bdc43
Merge pull request #1544 from justinlindh/configurable-sleep-interval
...
Add configurable sleep between polling intervals for GCE status
2014-10-03 09:36:39 -07:00
Tim Hockin
bd7b4192bc
Merge pull request #1559 from brendandburns/fix
...
Add an integration test for services.
2014-10-03 09:29:22 -07:00
Dawn Chen
869cdf9fc8
Merge pull request #1563 from vmarmol/master
...
Add a signal handler to pause.
2014-10-03 09:18:28 -07:00
bgrant0607
f23a8ef5b2
Merge pull request #1560 from brendandburns/scheduler
...
Add a caching layer, so we don't pound cloud providers for ip addresses.
2014-10-03 09:06:52 -07:00
Victor Marmol
9b747c3a9d
Add a signal handler to pause.
...
It returns 0 when a signal is received.
2014-10-03 08:36:08 -07:00
Brendan Burns
a115840e4f
Add a caching layer, so we don't pound cloud providers for ip addresses.
2014-10-02 21:51:09 -07:00
Brendan Burns
f00fd8d2e3
Add an integration test for services.
2014-10-02 21:07:06 -07:00
Tim Hockin
f9e5477e2b
Merge pull request #1558 from smarterclayton/incorrect_validation_field_names
...
Some field names in validation.go not consistent
2014-10-02 21:05:00 -07:00
Clayton Coleman
0ff77ffcb3
Some field names in validation.go not consistent
...
Fields are (for now) JavaScript style field accessors
2014-10-02 23:43:30 -04:00
Tim Hockin
2a412a1b82
Merge pull request #1557 from smarterclayton/allow_prefix
...
Allow RESTClient to define arbitrary (non-default) prefix in config
2014-10-02 20:43:13 -07:00
Clayton Coleman
756f4afb2c
Allow Client to define arbitrary (non-default) prefix in config
2014-10-02 23:30:27 -04:00
Richard Gooch
543647c885
Split GCE prerequisites for minions and master
2014-10-02 18:30:36 -07:00
Clayton Coleman
d131ad640a
Merge pull request #1555 from proppy/fix-podex
...
podex: add build to travis
2014-10-02 21:10:19 -04:00
Johan Euphrosine
8f40d603f9
podex: add build to travis
2014-10-02 18:02:19 -07:00
Tim Hockin
8fdae1d884
Merge pull request #1537 from proppy/podex
...
podex: initial import
2014-10-02 17:32:52 -07:00
Johan Euphrosine
c0a2949219
podex: fix typo
2014-10-02 17:26:34 -07:00
Johan Euphrosine
ba9519f6e0
podex: cleanup maintainers
2014-10-02 17:25:57 -07:00
Tim Hockin
f7db0bc674
Merge pull request #1546 from smarterclayton/allow_configurable_net_image
...
Allow configurable Kubelet net image for isolated networks
2014-10-02 17:11:32 -07:00
erictune
82674d9c75
Merge pull request #1547 from derekwaynecarr/do_not_certify_cert_with_vagrant
...
Do not verify certs against vagrant
2014-10-02 15:31:35 -07:00
Brendan Burns
189f3dc6af
Merge pull request #1552 from thockin/bugs
...
Actually fix services bug
2014-10-02 15:25:13 -07:00
Tim Hockin
2bac0fb2c6
Actually fix services bug
2014-10-02 15:21:28 -07:00
bgrant0607
41daef6a00
Merge pull request #1524 from brendandburns/ux
...
Add an initial UX prototype for Kubernetes
2014-10-02 15:05:43 -07:00
Tim Hockin
446bcd468e
Merge pull request #1551 from brendandburns/fix
...
Fix error detection. (a better fix is coming)
2014-10-02 14:58:11 -07:00
Brendan Burns
c260c7d0eb
Fix error detection. (a better fix is coming)
2014-10-02 14:52:48 -07:00
Justin Lindh
d27eb8153a
Merge branch 'master' of github.com:GoogleCloudPlatform/kubernetes into configurable-sleep-interval
2014-10-02 14:00:33 -06:00
Clayton Coleman
6881db64a9
Allow configurable Kubelet net image for isolated networks
...
Public access to the DockerHub is not guaranteed in all environments,
add a flag to the kubelet that allows it to use a different image (like
one on a private registry) as well as only pull the first time the
image is needed.
Fixes #1545
2014-10-02 15:56:03 -04:00
derekwaynecarr
1567ac0d74
Do not verify certs against vagrant
2014-10-02 15:38:16 -04:00
erictune
0a2e208e8f
Merge pull request #1538 from smarterclayton/allow_skip_tls_verify
...
Allow clients to skip TLS verification
2014-10-02 11:49:40 -07:00
erictune
40f9201610
Merge pull request #1540 from derekwaynecarr/add_context_to_client_interfaces
...
Add context to client interfaces
2014-10-02 11:48:31 -07:00
Justin Lindh
4f31b1918f
Add configurable sleep between polling intervals for GCE status
2014-10-02 12:47:40 -06:00
Brendan Burns
06827fb5db
Merge pull request #1527 from bgrant0607/controller
...
Add documentation of replication controller.
2014-10-02 11:33:26 -07:00