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
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
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
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
bgrant0607
4c5a7e5915
Merge pull request #2492 from brendandburns/valid
...
Add a swagger schema validator, for validating client side json files.
2014-11-21 07:01:59 -08:00
bgrant0607
16f578835e
Merge pull request #2503 from markturansky/v1beta3_podrefactor
...
WIP: Missed a few fields in pod refactor
2014-11-21 06:52:09 -08:00
markturansky
13cba21c6c
Add old and new DesiredState/Status to podToSelectableFields for watches
2014-11-21 09:46:05 -05:00
Alen Komljen
d7ffc5e8f0
Update README to match with json files and remove duplicate index.php
2014-11-21 09:37:59 +01:00
Brendan Burns
6c53d3b462
Add a swagger schema validator, for validating client side json files.
2014-11-20 22:16:55 -08:00
Brendan Burns
3f74a1e9f5
Merge pull request #2516 from brendandburns/master
...
Revert part of #2512 , shot in the dark that it will fix integration test...
2014-11-20 21:56:42 -08:00
Brendan Burns
e1872b9bb3
Revert part of #2512 , shot in the dark that it will fix integration tests
2014-11-20 21:56:06 -08:00
Deyuan Deng
a4e7604266
Merge pull request #2478 from smarterclayton/refactor_minion_to_match_v1beta3
...
Move the internal minion representation to match v1beta3
2014-11-20 21:37:43 -05:00
Joe Beda
40b0b64f3f
Merge pull request #2458 from satnam6502/docfix
...
Fix and update logging documentation
2014-11-20 18:36:59 -08:00
Eric Tune
9e921cc7f8
Merge pull request #2512 from thockin/cleanups
...
Accumulated cleanups
2014-11-20 18:30:21 -08:00
Daniel Smith
9116c27040
Fix crash (loop?) in kubelet
2014-11-20 18:28:23 -08:00
Clayton Coleman
156000ef6d
Move the internal minion representation to match v1beta3
...
Moves to 'Spec' and 'Status' internally and removes duplicate
fields. Moves Capacity into Spec and drops use of NodeResources
2014-11-20 20:53:08 -05:00
Tim Hockin
95a9098311
fix 'go vet' warnings
2014-11-21 09:45:28 +08:00
Tim Hockin
ea960711ff
Clean up error logs.
...
Use %v for errors, tidy some messages, make error messages start lowe-case
(as per go guidelines). Just accumulated nits.
2014-11-21 09:45:26 +08:00
Daniel Smith
c688bd402f
Merge pull request #2278 from ddysher/static-machines
...
Create a backgroud task to register static list of machines.
2014-11-20 17:34:55 -08:00
Deyuan Deng
762e9a0f57
Create a backgroud task to register static list of machines.
2014-11-20 20:22:32 -05:00
Eric Tune
ea58ab7221
Merge pull request #2508 from lavalamp/fix4
...
Don't hold up the entire event queue for a single bad event.
2014-11-20 17:22:03 -08:00
Joe Beda
802d214ed0
Merge pull request #2461 from MSOpenTech/deploy
...
Bring Azure deploy scripts up to date
2014-11-20 17:15:44 -08:00
Eric Tune
30594dd169
Merge pull request #2509 from jbeda/auth-file-fix
...
Check in default blank file for kubelet/kubernetes_auth
2014-11-20 17:12:30 -08:00
Joe Beda
658c5cdaaa
Check in default blank file for kubelet/kubernetes_auth
...
This lets us eliminate some per-cloud stuff in our salt. This is an alternate fix for #2475 .
2014-11-20 17:01:28 -08:00
Eric Tune
aeaa4b9010
Merge pull request #2498 from ddysher/minion-doc
...
Add a document about node.
2014-11-20 16:52:21 -08:00
Jeff Mendoza
d0586ed066
Azure review fixes.
2014-11-20 16:40:35 -08:00
bgrant0607
6b80abc78c
Merge pull request #2494 from bgrant0607/config
...
Create tool for resizing a replication controller via kubectl.
2014-11-20 16:30:22 -08:00
Clayton Coleman
15fa958dce
Merge pull request #2504 from lavalamp/fix3
...
add test and more helpful error message
2014-11-20 19:29:18 -05:00
Daniel Smith
4437f03dbf
Don't hold up the entire event queue for a single bad event. Also, don't retry forever.
2014-11-20 16:01:42 -08:00
MikeJeffrey
da17cd1765
Adding link to logging conventions doc
2014-11-20 15:29:27 -08:00
Deyuan Deng
1bbd63513f
Add a document about node.
2014-11-20 18:13:31 -05:00
Daniel Smith
432cf39c0c
add test and more helpful error message
2014-11-20 14:11:19 -08:00
bgrant0607
e75e4e9127
Merge pull request #2480 from bgrant0607/docfix
...
Clarify spec vs status, and what we plan to do with usage.
2014-11-20 14:02:38 -08:00
bgrant0607
f57c072e4a
Merge pull request #2482 from bgrant0607/doctest
...
Add API documentation pre-commit hook.
2014-11-20 13:34:48 -08:00
MikeJeffrey
02666f0324
Cleanup
2014-11-20 13:09:14 -08:00
bgrant0607
5eda48dc5d
Merge pull request #2500 from skelterjohn/patch-1
...
fix link to skydns docs
2014-11-20 12:50:07 -08:00
Brian Grant
0afc83c01b
Clarify spec vs status, and what we plan to do with usage.
2014-11-20 20:47:33 +00:00
John Asmuth
efbb8b2969
fix link to skydns docs
2014-11-20 15:31:09 -05:00
Brian Grant
2ac8400cb2
Add API documentation pre-commit hook.
2014-11-20 20:25:44 +00:00