Commit Graph

6871 Commits

Author SHA1 Message Date
David Oppenheimer
dc0dc18f84 Respond to review comments 2015-03-05 00:34:33 -08:00
David Oppenheimer
920487d976 Update overview.md 2015-03-04 15:00:02 -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
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
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
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
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
Mike Danese
9ae18cc96e Only log on failing cases in auth integration test 2015-03-03 10:26:00 -08:00
Filipe Brandenburger
fbfbc7e086 Merge pull request #4686 from ixdy/parallelize-unit-tests
Parallelize execution of unit tests in hack/test-go.sh.
2015-03-03 10:05:25 -08:00
Brian Grant
109dbbf72e Merge pull request #4983 from fgrzadkowski/fix_test_cmd
Fix hack/test-cmd.sh so that it passes on a local machine
2015-03-03 09:42:10 -08:00
Tim Hockin
5aadd6ecae Change the v1b3 default for service ContainerPort
In v1b1 and v1b2 we choose the "first defined port" if you do not specify a
ContainerPort.  I am proposing that v1b3 just assume the ContainerPort is the
same as the service port unless explicitly provided.  This leaves named ports
for now, but that is under discussion on its own.

This is strictly compatible, though to implement this we have to leave the
internal objects with the looser behavior until v1b[12] die.  This also adds a
link dependency so that when we DO kill v1b[12] the endpoints controller will
blow up, prompting a fix.
2015-03-03 09:40:18 -08:00
Justin Santa Barbara
6508ca78a5 Use new config file & sync with GCE script 2015-03-03 12:24:56 -05:00
Justin Santa Barbara
6b067b3c85 Make public-ip detection more robust for AWS, enable SSH function 2015-03-03 12:21:44 -05:00
Justin Santa Barbara
94a433157e Use internal ip for connecting to salt master, with clearer env var 2015-03-03 12:18:12 -05:00