Commit Graph

14289 Commits

Author SHA1 Message Date
Daniel Smith 9ef38c124c manual fixes 2015-07-10 10:54:47 -07:00
Daniel Smith c03a788c67 Auto-fixed docs 2015-07-10 10:54:47 -07:00
Daniel Smith c4aab16b04 Adds a link fixer/checker to mungedocs.
Links that don't work yet can be prefixed with "TODO:" to avoid the check.
2015-07-10 10:54:47 -07:00
Rohit Jnagal affba42a05 Merge pull request #10958 from cjcullen/racefix
Remove race in setting/reading kubelet.podCIDR
2015-07-10 10:09:44 -07:00
Rohit Jnagal ebc11e11ad Merge pull request #9782 from andronat/9578_TestCreateCleanWithPrefix
TestCreateCleanWithPrefix was failing if env variables existed
2015-07-10 10:04:20 -07:00
Rohit Jnagal 161b9c84a2 Merge pull request #11062 from thockin/docs-versioning-3
When releasing, update versions in title
2015-07-10 10:01:18 -07:00
Rohit Jnagal 553e0621e8 Merge pull request #11055 from ArtfulCoder/etcd_mount
Assigned emptyDir for etcd data dir in skydns pod
2015-07-10 09:46:06 -07:00
Abhishek Shah bc99a57915 Assigned emptyDir for etcd data dir in skydns pod 2015-07-10 09:27:42 -07:00
Rohit Jnagal 906cc743be Merge pull request #11004 from bprashanth/dns_sidecar
Use the exec-sidecar as a healthz probe for the syndns container
2015-07-10 09:24:43 -07:00
Tim Hockin 0397949d83 Merge pull request #11059 from quinton-hoole/2015-07-10-demote-services-shell-e2e
Demote Shell.*services e2e test as it cannot be run in parallel yet
2015-07-10 09:06:46 -07:00
Tim Hockin cb8e27230e When releasing, update versions in title 2015-07-10 09:04:19 -07:00
Quinton Hoole f653932b87 Demote Shell.*services e2e test as it cannot be run in parallel with other tests (yet)
Fixes #10127
2015-07-10 08:33:22 -07:00
Zach Loafman f82c25524a Merge pull request #11033 from thockin/version-subst-any-ver-to-new
Only subst things that exist
2015-07-10 08:24:29 -07:00
Wojciech Tyczynski 22e63a76b9 Merge pull request #11039 from nikhiljindal/beta3Conversion
Updating the scripts to not delete v1beta3 conversions and copies
2015-07-10 09:58:47 +02:00
Wojciech Tyczynski ccc4cfc7e1 Merge pull request #10989 from wojtek-t/promote_demote
Promote Services shell out of flaky. Demote Elasticsearch
2015-07-10 09:09:51 +02:00
Wojciech Tyczynski dc711ee92d Promote Services shell out of flaky. Demote Elasticsearch 2015-07-10 08:26:42 +02:00
Marek Grabowski 0c58e8a3f3 Merge pull request #10393 from ZJU-SEL/updatek8s
Bump the ubuntu k8s version to 0.19.3
2015-07-10 07:35:32 +02:00
Brendan Burns 86f54b4d05 Merge pull request #11035 from nikhiljindal/nettest
Updating nettest image to latest code
2015-07-09 22:08:01 -07:00
Victor Marmol cabecc1271 Merge pull request #10611 from marekbiskup/addon-update-kill-children
Addon update kill children
2015-07-09 21:09:58 -07:00
Victor Marmol 2e871b8cb6 Merge pull request #10940 from mbforbes/jenkinsUpgradeVersion
Jenkins: Allow fetching new tars for multi-job tests
2015-07-09 21:08:54 -07:00
Victor Marmol 4e75e84994 Merge pull request #11025 from mbforbes/restart
Move code to prepare for e2e/restart transition
2015-07-09 21:08:27 -07:00
Victor Marmol 68a62fef95 Merge pull request #11010 from derekwaynecarr/enable_test_vagrant
Enable e2e networking test for intra-pod communication for vagrant
2015-07-09 21:08:03 -07:00
nikhiljindal 1350cc8bc3 Set KUBE_API_VERSIONS appropriately 2015-07-09 19:04:20 -07:00
wizard f7779a8162 update kubedns on ubuntu 2015-07-10 09:57:00 +08:00
wizard 69b55b82f8 update k8s to 0.19.3 2015-07-10 09:57:00 +08:00
nikhiljindal 90d371c98f Updating nettest image to latest code 2015-07-09 18:07:18 -07:00
Victor Marmol 5540570e44 Merge pull request #10925 from bprashanth/sidecar_exec
Sidecar container capable of servicing exec style liveness probes over http
2015-07-09 17:46:11 -07:00
Tim Hockin 10ce2d2e38 Only subst things that exist 2015-07-09 17:17:49 -07:00
Zach Loafman 8cca0b6ffb Merge pull request #11028 from thockin/version-subst-any-ver-to-new
On release, always subst new version
2015-07-09 17:02:33 -07:00
Tim Hockin d6756c1fbd On release, always subst new version 2015-07-09 16:33:23 -07:00
Victor Marmol d864d271af Merge pull request #10999 from derekwaynecarr/skip_tests
Skip service tests that require external load balancer when using vagrant provider
2015-07-09 16:04:35 -07:00
Max Forbes 3d9de02b78 Move code to prepare for e2e/restart transition 2015-07-09 16:02:27 -07:00
Victor Marmol e067b31b8a Merge pull request #11015 from aveshagarwal/master-fix
Update Fedora Getting Started to indicate needs v0.18 or later
2015-07-09 15:40:49 -07:00
Victor Marmol 7031fd2cd8 Merge pull request #11017 from jbeda/fix-1.3
Fix up #10851 to be golang 1.3 compatible.
2015-07-09 15:37:15 -07:00
Victor Marmol ee8d2857fc Merge pull request #9381 from justinsb/aws_support_jessie
AWS: Add support for Vivid Vervet & Debian Jessie
2015-07-09 15:20:37 -07:00
Prashanth Balasubramanian 412467fe27 Use the exec-sidecar as a healthz probe for the syndns container 2015-07-09 15:13:46 -07:00
Prashanth Balasubramanian 3ec6703a5d Create a sidecar container for use as an http-exec bridge 2015-07-09 15:00:25 -07:00
Joe Beda 31de03c18a Fix up #10851 to be golang 1.3 compatible.
See also #11016
2015-07-09 14:53:57 -07:00
Avesh Agarwal f134830aba The option --service-cluster-ip-range was introduced with kubernetes 0.18.
So this fix changes tested version for this guide to 0.18 and beyond.

Signed-off-by: Avesh Agarwal <avagarwa@redhat.com>
2015-07-09 17:37:24 -04:00
Victor Marmol ffc5a86098 Merge pull request #11001 from satnam6502/e2e-es
Fix error with variable re-declaration in ES logging test
2015-07-09 14:23:39 -07:00
Victor Marmol fbc6e7f5f5 Merge pull request #11008 from krousey/nodesflake
Adding polling to all node readiness
2015-07-09 14:23:29 -07:00
Victor Marmol fb204173e8 Merge pull request #10993 from mwielgus/cassandra-image
examples/cassandra - image version inc and reduced cpu requirements
2015-07-09 14:22:49 -07:00
Victor Marmol b45115dd2c Merge pull request #10964 from JanetKuo/e2e-kubectl-label
E2E tests for kubectl label command
2015-07-09 14:22:35 -07:00
Victor Marmol 809d16de20 Merge pull request #10856 from mikedanese/v1beta3-remove-docs
remove v1beta3 examples from getting started from scratch guide
2015-07-09 14:22:02 -07:00
Victor Marmol 4d637d0cff Merge pull request #10851 from jbeda/namespace-align
Fix up alignment of columns w/ namespaces.
2015-07-09 12:31:10 -07:00
Kris Rousey 3058ddad19 Adding polling to all node readiness 2015-07-09 12:26:16 -07:00
derekwaynecarr 26c924a96d DNS is supported on vagrant so enable test 2015-07-09 15:09:29 -04:00
Max Forbes 6b609f644b Jenkins: Allow fetching new tars for multi-job tests 2015-07-09 11:28:51 -07:00
Satnam Singh 9c82b4b6c8 Fix error with variable re-declaration in ES logging test 2015-07-09 10:10:48 -07:00
derekwaynecarr 8da819f39f Skip test on vagrant provider 2015-07-09 12:47:12 -04:00