Mike Danese
4f6e09d854
add tests to pkg/tools/etcd_tools_test.go
2015-03-04 10:38:42 -08:00
Mike Danese
5cbf89c060
plumb through changes on ReplicationController and Service
2015-03-04 10:38:42 -08:00
Mike Danese
e1ca63f569
SetObj and CreateObj optionally accept an object to fill with the result of the get
2015-03-04 10:38:42 -08:00
Paul Morie
ce2b036b2b
Fix assertion on number of nodes in PD e2e test
2015-03-04 13:30:03 -05:00
MikeJeffrey
8eda537a96
Adding FAQ link to readme
2015-03-04 10:29:53 -08:00
Mike Danese
a663d3b1f3
mock LookupIP to speedup nodecontroller_test on some runtimes
2015-03-04 10:27:45 -08:00
Clayton Coleman
da46d04f13
Merge pull request #5024 from rsokolowski/doc-fixit-empty-service-selector
...
Explain what are services without endpoints used for.
2015-03-04 13:11:35 -05:00
Tim Hockin
fdea7252a4
Merge pull request #5001 from brendandburns/api3
...
Embed VolumeSource in v1beta3 and internal.
2015-03-04 09:50:14 -08:00
Jeff Lowdermilk
3891ad1b8f
Merge pull request #5015 from roberthbailey/kubectl-e2e-timeout
...
Increase the kubectl e2e test timeout to 10 minutes
2015-03-04 09:24:41 -08:00
Eric Tune
662189ebc2
Merge pull request #4967 from jlowdermilk/kubeconfig
...
Simplify generating kubeconfig with embeded cert data
2015-03-04 08:38:43 -08:00
Eric Tune
fd8361edf2
Merge pull request #5021 from justinsb/log_kubelet_internalerror
...
Log HTTP InternalServerErrors in the kubelet
2015-03-04 08:22:15 -08:00
Eric Tune
2ec257eb49
Merge pull request #5023 from justinsb/fix_typo_in_test
...
Fix typo in test
2015-03-04 08:12:08 -08:00
Eric Tune
d55a896773
Merge pull request #5026 from markturansky/sudo_env_vars
...
Added -E to sudo command in local-up-cluster.sh
2015-03-04 08:10:47 -08:00
Eric Tune
f3e11e6e15
Merge pull request #5027 from jayunit100/docs
...
Guestbook README updates, reset-by-peer error message and v1beta3 note
2015-03-04 08:09:04 -08:00
Clayton Coleman
17f7dd8d6d
Only insert outputversion as a preferred mapping type if no error occurs
...
Some types will be looked up based on their internal type, which is passed
directly to RESTMapping(). RESTMapping() will search the entire version
list if no external types are passed, but OutputVersionMapper was bypassing
that because the default type was always present.
Change OutputVersionMapper to collapse empty versions, and when no external
type is specified, try with the preferred version and then try without.
2015-03-04 10:48:05 -05:00
Clayton Coleman
a97635e643
Use IsListType instead of checking ItemPtr in resourcebuilder
2015-03-04 10:48:05 -05:00
Clayton Coleman
b799e8cd3a
Enumerate all versions when looking for an output conversion
...
Ensures that all objects can be printed, even if they don't
match output-version (because they are only implemented in
a newer API version).
2015-03-04 10:48:05 -05:00
Clayton Coleman
a52b0f2619
Switch List/Watch to ListPredicate/WatchPredicate
2015-03-04 10:48:05 -05:00
jayunit100
3a0a4f1fa8
Guestbook README updates, reset-by-peer error message and v1beta3 note
2015-03-04 10:28:39 -05:00
rsokolowski
af0ade518c
Explain what are services without endpoints used for.
2015-03-04 16:19:02 +01:00
markturansky
a6a6947618
Added -E to sudo command
2015-03-04 10:14:46 -05:00
Justin Santa Barbara
7725cd23ec
Fix typo in test
2015-03-04 10:10:08 -05:00
Derek Carr
cb1e044a60
Merge pull request #4923 from lavalamp/fix4
...
Allow reflector to do full resync periodically
2015-03-04 09:58:03 -05:00
Justin Santa Barbara
b681a45fb6
Log HTTP InternalServerErrors in the kubelet
...
Otherwise we just get a stack trace and no message
2015-03-04 09:48:44 -05:00
Paul Weil
e46c521e98
auto-scaler proposal
2015-03-04 08:53:18 -05:00
Brendan Burns
fb90b56bf6
Embed VolumeSource in v1beta3 and internal.
2015-03-04 02:25:40 -08:00
Brendan Burns
f8dd4fcac5
Change the service port defaulting to be more sane.
2015-03-04 02:00:24 -08:00
Robert Bailey
8ae17bf677
Increase the timeout to 10 minutes to give docker plenty of time to pull the
...
image. We've seen increasing pull times lately causing the e2e tests to flake.
Fixes #4996 .
2015-03-03 21:54:54 -08:00
Clayton Coleman
576bbb565e
Stop logging stack traces for 4xx requests
2015-03-03 21:14:57 -05:00
Clayton Coleman
3beea3b660
Skip types that are not registered on an API version
2015-03-03 21:14:57 -05:00
Clayton Coleman
bf4ab78ce9
Stop round trip testing in latest
2015-03-03 21:14:56 -05:00
Fabio Yeon
c38c6f0dad
Fix the etcd version check and have it return the version string.
2015-03-03 16:59:00 -08:00
Clayton Coleman
3d52aac13c
genericetcd.Etcd should test resourceVersion
...
Also fix that Update was returning AlreadyExists instead of
NotFound (when create is disabled) and that Update when CreateOnUpdate
was true was not populating the returned object.
Added more tests
2015-03-03 19:54:43 -05:00
Deyuan Deng
53e17f0fa5
Move Node.ExternalID to CloudNodes()
2015-03-03 19:37:46 -05:00
Eric Tune
6f6218cc1e
Merge pull request #5004 from vmarmol/gc-0
...
Updating github.com/stretchr/testify godep.
2015-03-03 16:30:14 -08:00
Brian Grant
a51bdd9795
Merge pull request #4701 from jonboulle/master
...
Rework definition of pods.
2015-03-03 15:56:32 -08:00
Vish Kannan
5aed317ffc
Merge pull request #4853 from sub-mod/grafana_v1beta3
...
v1beta3 api json for grafana example
2015-03-03 15:43:16 -08:00
Brian Grant
a0bfb62bae
Merge pull request #5003 from cjcullen/removepdsh
...
Remove pd.sh now that we have pd.go
2015-03-03 15:29:29 -08:00
CJ Cullen
7bb7ba6577
Remove pd.sh now that we have pd.go
2015-03-03 15:14:15 -08:00
Rohit Jnagal
a02194d372
Merge pull request #4925 from resouer/patch-1
...
Fix broken validation tips and typo in ubuntu-multi-nodes-guide
2015-03-03 14:46:02 -08:00
Eric Tune
6765bbc179
Added a doc with coding advice.
2015-03-03 14:29:39 -08:00
Eric Tune
6f85bd0c66
Merge pull request #4998 from philips/patch-2
...
docs: fix ior to or
2015-03-03 14:19:51 -08:00
Brandon Philips
5bddd99a76
docs: fix ior to or
2015-03-03 14:17:42 -08:00
Rohit Jnagal
084c08e452
Merge pull request #4748 from ocsbrandon/master
...
Support other names for GNU tar
2015-03-03 14:14:51 -08:00
Brian Grant
ccfd7da42a
Merge pull request #4994 from derekwaynecarr/fix_vagrant_instance_prefix
...
nodecontroller sync cloud was not setting external id in all code paths
2015-03-03 13:56:15 -08:00
derekwaynecarr
8150649cf3
nodecontroller sync cloud was not setting external id in all code paths
2015-03-03 16:39:06 -05:00
Eric Tune
4263f343ef
Merge pull request #4990 from mikedanese/auth-test-less-logs
...
Only log on failing cases in auth integration test
2015-03-03 13:31:41 -08:00
Zach Loafman
89422b63b9
Merge pull request #4965 from cjcullen/pdtestfix
...
Fix leaking PDs from pd.go e2e test
2015-03-03 12:54:13 -08:00
Jeff Lowdermilk
6e704d174d
Simplify generating kubeconfig with embeded cert data
2015-03-03 12:18:07 -08:00
markturansky
17dc95dd6f
Persistent storage proposal
2015-03-03 15:06:18 -05:00