Joe Beda
35313c605c
Script to help mark new versions
2014-11-24 12:24:29 -08:00
Joe Beda
3a385a8b0b
Squash output from 'which'
2014-11-24 12:23:34 -08:00
Joe Beda
d5536abdb5
Better version check on push
2014-11-24 12:23:34 -08:00
bgrant0607
936f2c964f
Merge pull request #2567 from bgrant0607/docfix
...
Clarify format of service environment variables. Fixes #1936 .
2014-11-24 11:49:14 -08:00
Tim Hockin
b6d8215f3a
Merge pull request #2537 from dchen1107/mirror-registry
...
Enable docker registry cache. By default it is off
2014-11-25 03:46:35 +08:00
derekwaynecarr
039af4a569
Endpoint.Namespace is not being set when it has no resolved pods
2014-11-24 14:15:22 -05:00
Deyuan Deng
10cf639596
Merge pull request #2545 from skelterjohn/patch-1
...
fix typo
2014-11-24 14:07:14 -05:00
Brendan Burns
8627fea21a
final fixes *sigh*
2014-11-24 10:20:39 -08:00
Brendan Burns
b964e5644e
fix indentation.
2014-11-24 10:18:07 -08:00
Brendan Burns
ac8d8c07cb
improved gce pd instructions
2014-11-24 10:17:24 -08:00
Brendan Burns
fdc43efd68
Update PD example.
2014-11-24 10:05:07 -08:00
Brian Grant
e448604c7f
Clarify format of service environment variables. Fixes #1936 .
2014-11-24 18:01:56 +00:00
John Asmuth
5de0c303c3
fixed more typos
2014-11-24 12:51:13 -05:00
bgrant0607
e52579b8e1
Merge pull request #2535 from erictune/move_env
...
Move service environment vars code.
2014-11-24 09:47:32 -08:00
Eric Tune
248dddf34a
Merge pull request #2538 from brendandburns/fix
...
Increase the verbosity of integration test runs.
2014-11-24 09:41:08 -08:00
bgrant0607
c0fb54b8ca
Merge pull request #2540 from mikedanese/kubectl-example-fix
...
Fixed kubectl example
2014-11-24 09:30:33 -08:00
Eric Tune
f417139d94
Merge pull request #2566 from andrewwatson/patch-1
...
fixed a minor format problem
2014-11-24 09:27:24 -08:00
Eric Tune
c5e3eb1e3d
Merge pull request #2547 from ddysher/show-node-label
...
Display node label
2014-11-24 09:26:14 -08:00
Eric Tune
835b699ee9
Merge pull request #2550 from komljen/master
...
Typo fix
2014-11-24 09:22:25 -08:00
Eric Tune
517bb074c2
Merge pull request #2551 from meirf/set-error-to-set-deadline-call
...
reset err value to SetDeadline return
2014-11-24 09:21:21 -08:00
Joe Beda
a25d865f06
Merge pull request #2555 from erictune/cleanup4
...
Do not use nginx image in e2e test
2014-11-24 08:49:59 -08:00
Brendan Burns
4b2a5cdb11
Merge pull request #2520 from mikedanese/proxy-healthz
...
add health check to kube-proxy
2014-11-24 08:44:33 -08:00
Brendan Burns
428cbcd799
Merge pull request #2531 from jbeda/32bit-fix
...
Fix 32bit build
2014-11-24 08:43:43 -08:00
Andrew Watson
ffeb642101
fixed a minor format problem
2014-11-24 11:09:08 -05:00
Deyuan Deng
b5fce5021f
gitrepo validation
2014-11-23 23:03:11 -05:00
Eric Tune
b67b359a1b
Do not use nginx image in e2e test
2014-11-23 09:22:45 -08:00
Mike Danese
5bda95f9fe
added healthz check to the proxy with configurable port
2014-11-23 09:07:19 -08:00
Eric Tune
f122fc94bf
Move service enviroment vars code.
...
GetServiceEnvironmentVariables (originally in pkg/registry/service/rest.go)
is split into two parts: one that lists services, and one that turns
a ServiceList into environment vars. This will allow a subsequent PR
to add a call to the latter function with an existing ServiceList.
The former part is moved into pkg/registry/pod/bound_pod_factory.go.
The latter part is put in a new package, pkg/kubelet/envvars/envvars.go.
The new package is under kubelet because the container enviroment is more
associated with kubelet than with registry.
Test code moved too.
2014-11-23 05:50:34 -08:00
Meir Fischer
9b441d01ab
reset err value to SetDeadline return
2014-11-22 23:48:27 -05:00
Alen Komljen
5b1288c824
Typo fix
2014-11-23 02:31:40 +01:00
John Asmuth
9565c170c4
fix typo
2014-11-22 13:53:45 -05:00
Deyuan Deng
6a42b66369
Display node label
2014-11-22 11:33:02 -05:00
Brendan Burns
5bda4f9292
Increase the verbosit of integration test runs.
2014-11-21 21:45:21 -08:00
Mike Danese
39bdee387e
kubectl get format is specified with -o, not -f
2014-11-21 17:55:48 -08:00
Dawn Chen
162e4983b9
Merge pull request #2527 from erictune/cleanup2
...
Remove unused return value. Make stuff private.
2014-11-21 17:16:50 -08:00
Dawn Chen
e13ce48676
Enable docker registry cache. By default it is off
2014-11-21 17:13:22 -08:00
Brendan Burns
29e8faefc7
Add a note indicating breakage in these configs.
2014-11-21 16:50:13 -08:00
Joe Beda
c8b1b62145
Fix pointers in AWS CloudFormation template
2014-11-21 16:47:02 -08:00
Eric Tune
7d3e00c679
Remove never-needed return value.
...
Make some types private.
2014-11-21 15:11:45 -08:00
Joe Beda
e5b988393d
Fix 32bit build
2014-11-21 14:58:17 -08:00
bgrant0607
7ca2e06553
Merge pull request #2526 from erictune/addhelper
...
Add selector making helper
2014-11-21 14:27:18 -08:00
bgrant0607
8298308d34
Merge pull request #2525 from erictune/cleanup1
...
Rename makeContainerKey -> make BoundPodsKey.
2014-11-21 14:04:11 -08:00
bgrant0607
ec1d4f8a7c
Merge pull request #2522 from markturansky/v1beta3_podphaserefactor
...
Refactor PodCondition to PodPhase
2014-11-21 13:49:50 -08:00
Eric Tune
01434a8c04
Add helper for making simple selector.
2014-11-21 13:34:20 -08:00
Eric Tune
20a8e4bf19
Rename makeContainerKey -> make BoundPodsKey.
...
Fix some typos too.
2014-11-21 13:15:08 -08:00
markturansky
8159c8fd25
Refactor PodCondition to PodPhase
2014-11-21 15:28:38 -05:00
bgrant0607
9f5ebef3d8
Merge pull request #2513 from lavalamp/verifyNetwork
...
Fix crash (loop?) in kubelet
2014-11-21 10:10:32 -08:00
bgrant0607
ae1e386d5f
Merge pull request #2519 from erictune/channel_api
...
Fix typo.
2014-11-21 10:07:07 -08:00
bgrant0607
e3297ae098
Merge pull request #2506 from komljen/master
...
Update guestbook example README page with latest json file changes
2014-11-21 10:04:54 -08:00
Eric Tune
3aa35e1941
Fix typo.
2014-11-21 09:02:14 -08:00