Commit Graph

2409 Commits

Author SHA1 Message Date
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
Tim Hockin
1dda3072a4 Merge pull request #1525 from erictune/rename_dir
Directory renamed to Dir to match json property
2014-10-02 11:28:27 -07:00
Joe Beda
c43423a072 Merge pull request #1541 from proppy/fix-maintainer
MAINTAINERS.md: fix filename
2014-10-02 10:35:51 -07:00
Johan Euphrosine
aa91a527b0 MAINTAINERS.md: fix filename 2014-10-02 10:34:44 -07:00
Clayton Coleman
c5fa765926 Merge pull request #1533 from jhadvig/upstream_k8_stream_new
Support for streaming
2014-10-02 12:49:57 -04:00
Tim Hockin
9caecc69b0 Merge pull request #1539 from eparis/bash_completions_mac
Bash completions for OS X
2014-10-02 09:24:07 -07:00
Eric Paris
707e6ac561 To support Macs which have a 5 year old bash, don't use associative arrays 2014-10-02 12:06:48 -04:00
jhadvig
d6b1fa8e02 Support for streaming 2014-10-02 14:45:16 +02:00
Brendan Burns
d3816069e6 Merge pull request #1531 from brendandburns/auth
Re-add the ability to load certs from the config file.
2014-10-01 17:15:17 -07:00
Brendan Burns
c3d2517371 Re-add the ability to load certs from the config file. 2014-10-01 17:10:07 -07:00
Clayton Coleman
19fac35349 Merge pull request #1530 from smarterclayton/revert_streaming_support
Revert "Stream support for k8s client request"
2014-10-01 19:43:28 -04:00
Clayton Coleman
a81dc44fc6 Revert "Stream support for k8s client request"
This reverts commit 755b598a7d.
2014-10-01 19:39:08 -04:00
Clayton Coleman
67ef24b410 Merge pull request #1506 from jhadvig/upstream_k8_stream
Stream support for client request
2014-10-01 19:32:27 -04:00
jhadvig
755b598a7d Stream support for k8s client request 2014-10-02 01:07:43 +02:00
erictune
883bb60b3a Merge pull request #1500 from smarterclayton/refactor_client_again
Refactor the client (again) to better support auth
2014-10-01 14:04:57 -07:00
Joe Beda
a8de8d5f18 Merge pull request #1526 from thockin/docs
Minor point about assigned reviews
2014-10-01 14:01:16 -07:00
Tim Hockin
2c9edb747e Minor point about assigned reviews 2014-10-01 13:58:58 -07:00
Eric Tune
9c0769422d Directory renamed to Dir to match json property 2014-10-01 13:35:21 -07:00
Tim Hockin
710832b8b6 Merge pull request #1474 from brendandburns/resource
Add a resource fit predicate.
2014-10-01 13:12:28 -07:00
Tim Hockin
db49dc0012 Merge pull request #1458 from brendandburns/dontpull
Add the ability to turn off image pulling.
2014-10-01 12:40:47 -07:00
Tim Hockin
c391fe81a9 Merge pull request #1495 from derekwaynecarr/introduce_context_obj
Add and validate namespace to pod, service, replication controller objects
2014-10-01 12:40:37 -07:00
Brendan Burns
39d03948e7 Add resource fit predicates. 2014-10-01 12:38:09 -07:00
Brendan Burns
4c456015b6 Add the ability to turn off image pulling. 2014-10-01 12:34:22 -07:00
Clayton Coleman
ff2eca97d9 Refactor the client (again) to better support auth
* Allows consumers to provide their own transports for common cases.
* Supports KUBE_API_VERSION on test cases for controlling which
  api version they test against
* Provides a common flag registration method for CLIs that need
  to connect to an API server (to avoid duplicating flags)
* Ensures errors are properly returned by the server
* Add a Context field to client.Config
2014-10-01 15:23:37 -04:00
derekwaynecarr
016d394705 Remove redundant code in validation 2014-10-01 14:29:47 -04:00
Brendan Burns
1c29b50303 Merge pull request #1520 from davidreynolds/master
Fix typos
2014-10-01 10:14:36 -07:00
Brendan Burns
8363d18792 Merge pull request #1522 from bgrant0607/maintainers
Created maintainers file. Fixes #1175.
2014-10-01 10:13:32 -07:00
Brian Grant
50600da8fd Created maintainers file. Fixes #1175. 2014-10-01 17:09:13 +00:00
derekwaynecarr
6625e58a20 Updates to review comments 2014-10-01 10:57:50 -04:00
derekwaynecarr
f3859394ab Update schemas for api docs 2014-10-01 10:57:50 -04:00
derekwaynecarr
e032c3075c Fix examples test by setting a context prior to validation 2014-10-01 10:57:50 -04:00
derekwaynecarr
0312d80ffa Update test cases to use default context 2014-10-01 10:57:50 -04:00
derekwaynecarr
e4ec49ee6b Require namespace on controller, pod, service objects 2014-10-01 10:57:50 -04:00
erictune
1b2c62a8ca Merge pull request #1509 from roberthbailey/auth
Proofreading pass: Fix typos, add links.
2014-10-01 07:54:27 -07:00
David Reynolds
9fece09f26 Use -addr in start_etcd instead of -bind-addr 2014-09-30 19:33:28 -07:00
David Reynolds
d6dee3cad5 Fix typos in README.md 2014-09-30 19:33:28 -07:00
Tim Hockin
88bf01b008 Merge pull request #1225 from smarterclayton/v1beta3_proposals
Proposal: v1beta3 API overhaul
2014-09-30 16:12:13 -07:00
Tim Hockin
ef384944bd Merge pull request #1516 from derekwaynecarr/kubecfg_ns_updates
Add ctx object to kubecfg and client
2014-09-30 15:52:00 -07:00
Dawn Chen
6f66dd71f1 Merge pull request #1497 from jhadvig/k8s_all_containers
ListContainer filter
2014-09-30 15:48:44 -07:00
jhadvig
9b21053188 ListContainer filter 2014-09-30 23:30:32 +02:00
Joe Beda
9ef1e13630 Merge pull request #1508 from brendandburns/ux
Update the proxy server so that it passes labels along too.
2014-09-30 11:48:03 -07:00
derekwaynecarr
de1f94cbc7 Fix integration test 2014-09-30 14:31:17 -04:00
derekwaynecarr
02e1a2e79d Update unit tests to pass a context on client create 2014-09-30 14:27:56 -04:00
derekwaynecarr
b7b1193919 Add context object to kubecfg/client 2014-09-30 14:27:19 -04:00
Robert Bailey
0820555d22 Proofreading pass: Fix typos, add links. 2014-09-30 10:04:11 -07:00
Joe Beda
ca547bd29b Merge pull request #1504 from chmouel/patch-1
Fix typo, contianer => container
2014-09-30 09:54:08 -07:00
Brendan Burns
f630104538 Update the proxy server so that it passes labels along too. 2014-09-30 09:27:20 -07:00
Chmouel Boudjnah
79d1d33756 Fix typo, contianer => container
Fix trivial typo
2014-09-30 12:25:07 +02:00
Filipe Brandenburger
33afc2f210 Merge pull request #1246 from eparis/bash_completions
Introduce bash completions for kubecfg
2014-09-29 21:23:34 -07:00
Eric Paris
59e1c5c80a Introduce bash completions for kubecfg
completions only work for list, get, create, delete, update
2014-09-29 17:16:37 -04:00