Commit Graph

7033 Commits

Author SHA1 Message Date
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
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
Daniel Smith
bdb307cc46 Merge pull request #4993 from vmarmol/docker-dep
Updating github.com/docker/docker/pkg/term Godep.
2015-03-03 11:53:53 -08:00
Brian Grant
8fd315e324 Merge pull request #4988 from justinsb/sync_aws_with_gce
Use new config file & sync with GCE script
2015-03-03 11:41:48 -08:00
Brian Grant
e1ad29e071 Merge pull request #4987 from justinsb/aws_ssh
Make public-ip detection more robust for AWS, enable SSH function
2015-03-03 11:41:05 -08:00
Brian Grant
fd551a2249 Merge pull request #4986 from justinsb/salt_master_by_ip
Use internal ip for connecting to salt master, with clearer env var
2015-03-03 11:39:50 -08:00
Brian Grant
a9afb3bb9a Merge pull request #4984 from derekwaynecarr/fix_vagrant_instance_prefix
Further vagrant reliability improvements.
2015-03-03 11:39:05 -08:00
Satnam Singh
709476cb5b Merge pull request #4657 from piosz/kubectl
Added new command clusterinfo to kubectl
2015-03-03 11:34:17 -08:00
Piotr Szczesniak
e92192d379 Added new command clusterinfo to kubectl
This is first version of the command. It prints IPs of master and cluster
services. Should be improved once generalized labels are implemented #341.

It requires label kubernet.io/cluster-service=true set for cluster services.

Follow up cl after discussion in #4417.
2015-03-03 20:14:24 +01:00
Victor Marmol
a9e67f04ac Updating github.com/docker/docker/pkg/term Godep.
This matches the version of the rest of the Docker package. There is no
actual code change, but the mistmatch made it impossible to udpate the
dependency (or any that depended on this).
2015-03-03 11:14:12 -08:00
CJ Cullen
51f1a244e7 Fix leaking PDs from pd.go e2e test
Also upped the timeouts, because Slow Test > Flaky Test.
2015-03-03 11:10:36 -08:00
Brian Grant
841b6f6970 Merge pull request #4936 from thockin/plural_24_default_dest_port
Change the v1b3 default for service ContainerPort
2015-03-03 11:01:01 -08:00
Brian Grant
fca9fd68c7 Merge pull request #4779 from smarterclayton/status_endpoints
Minimal status mutation change
2015-03-03 11:00:02 -08:00