Brendan Burns
|
e294cef9d4
|
Merge pull request #1611 from thockin/netipnet
Add a flag-compatible wrapper for net.IPNet
|
2014-10-06 21:34:45 -07:00 |
|
Brendan Burns
|
b2dd4acc43
|
Merge pull request #1616 from brendandburns/kubelet
Fix a problem with for loops, copy semantics and async routines.
|
2014-10-06 21:26:49 -07:00 |
|
Brendan Burns
|
7ecd8d7207
|
Fix a problem with for loops, copy semantics and async routines.
|
2014-10-06 21:20:00 -07:00 |
|
bgrant0607
|
3e2ace5f54
|
Merge pull request #951 from meirf/selector-string-form
extend selector with EXISTS, new tests/some old tests use table-driven style
|
2014-10-06 21:15:46 -07:00 |
|
Tim Hockin
|
0d74fe74cd
|
Add a flag-compatible wrapper for net.IPNet
|
2014-10-06 18:28:49 -07:00 |
|
Meir Fischer
|
89a9e5e672
|
extend selector with EXISTS, new tests/some old tests use table-driven style; add Has to Labels interface; enforce Requirement restrictions in constructor
|
2014-10-06 21:10:11 -04:00 |
|
Deyuan Deng
|
1454d5d174
|
Improve replication controller errro handling.
|
2014-10-06 21:02:51 -04:00 |
|
Daniel Smith
|
6449b30ca4
|
Merge pull request #1593 from thockin/utilerrlist
Move ErrorList to util
|
2014-10-06 16:59:34 -07:00 |
|
Brendan Burns
|
fca26ccc65
|
Merge pull request #1569 from dchen1107/termination
Initial support to propagating the termination reasons and image failures
|
2014-10-06 16:56:23 -07:00 |
|
Brendan Burns
|
130784bfdf
|
Merge pull request #1594 from thockin/ipallocator
Add an IPAllocator type
|
2014-10-06 16:56:00 -07:00 |
|
Daniel Smith
|
e26bdd0721
|
Merge pull request #1591 from smarterclayton/simple_test
Add a Log method on Scheme for better debugging
|
2014-10-06 15:39:51 -07:00 |
|
Dawn Chen
|
4fdfeaa30e
|
Addressed comments.
|
2014-10-06 14:41:20 -07:00 |
|
Dawn Chen
|
a86d496f9a
|
Fix e2e tests.
|
2014-10-06 13:37:24 -07:00 |
|
Dawn Chen
|
39f648bda2
|
Fix rebase issues.
|
2014-10-06 13:37:23 -07:00 |
|
Dawn Chen
|
8d0ed93aa1
|
Clean unittests
|
2014-10-06 13:37:22 -07:00 |
|
Dawn Chen
|
9861eb7c8e
|
Initial support of propogating the termination reasons and image failure
to apiserver. Deprecated docker.Container from API completely.
Conflicts:
pkg/api/types.go
pkg/kubelet/kubelet.go
|
2014-10-06 13:37:22 -07:00 |
|
Brendan Burns
|
ab6065944c
|
Merge pull request #1584 from thockin/net
Flag-compatible IP type
|
2014-10-06 13:35:48 -07:00 |
|
Brendan Burns
|
7c694d2cad
|
Merge pull request #1596 from thockin/unbound
Better handling of unbound pods.
|
2014-10-06 13:31:41 -07:00 |
|
Daniel Smith
|
cc086908aa
|
Merge pull request #1578 from brendandburns/controller
Extract the service controller from the apiserver.
|
2014-10-06 12:44:41 -07:00 |
|
Tim Hockin
|
372aa07b58
|
Better handling of unbound pods.
A small collection of tweaks to better handle pods when they are not currently
bound to a host.
|
2014-10-06 12:27:18 -07:00 |
|
Tim Hockin
|
7e83211840
|
Move ErrorList to util
|
2014-10-06 12:12:35 -07:00 |
|
Tim Hockin
|
0ad0a247c4
|
Flag-compatible IP type
|
2014-10-06 11:29:22 -07:00 |
|
Daniel Smith
|
98f9a4b05b
|
Merge pull request #1590 from ddysher/fix-registry
Fix bug in minion registrytest.
|
2014-10-06 10:02:10 -07:00 |
|
Tim Hockin
|
8131a5ca6a
|
Add an IPAllocator type
|
2014-10-06 09:02:04 -07:00 |
|
Clayton Coleman
|
305db35422
|
Add a Log method on Scheme for better debugging
|
2014-10-05 17:17:25 -04:00 |
|
Deyuan Deng
|
7bae027604
|
Fix bug in minion registrytest.
|
2014-10-05 15:55:26 -04:00 |
|
Meir Fischer
|
073940e66f
|
minor comment change for grammar/consistency across v1beta* packages
|
2014-10-05 01:22:05 -04:00 |
|
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 |
|
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 |
|
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 |
|
Brendan Burns
|
e6991d0a66
|
Extract the service controller from the apiserver, put it in the controller manager for now.
|
2014-10-03 15:27:22 -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
|
bd7b4192bc
|
Merge pull request #1559 from brendandburns/fix
Add an integration test for services.
|
2014-10-03 09:29:22 -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 |
|
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 |
|
Clayton Coleman
|
756f4afb2c
|
Allow Client to define arbitrary (non-default) prefix in config
|
2014-10-02 23:30:27 -04: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 |
|
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 |
|