Abhishek Shah
b08102d358
remove unused file
2015-04-16 21:51:51 -07:00
Clayton Coleman
1d9203d98f
Merge pull request #6932 from csrwng/proxy_redirect_params
...
Add URL parameters to proxy redirect Location header
2015-04-16 18:35:31 -04:00
Zach Loafman
e87ae8f8e3
Merge pull request #6891 from nak3/fix_obsolete_option
...
Replace obsolete tests option
2015-04-16 15:21:15 -07:00
Cesar Wong
e09b8c99dc
Add URL parameters to proxy redirect Location header
...
When a URL that doesn't end in "/" is sent to the API proxy,
the proxy responds with a redirect to the URL with a "/" at the
end. The problem is that this redirect path does not include
query parameters that were passed in the original request. This
is a fix to that issue.
2015-04-16 17:57:45 -04:00
Eric Tune
1d8659d9de
Merge pull request #5959 from jeffmendoza/patch-1
...
Update getting started support matrix.
2015-04-16 14:50:19 -07:00
Jeff Lowdermilk
97e4549170
Merge pull request #6680 from deads2k/deads-change-kubeconfig-chain
...
change kubeconfig loading chain
2015-04-16 13:57:31 -07:00
Eric Tune
67435e10c5
Merge pull request #6931 from mesosphere/fix-mesos-gsg-instructions
...
Fixed error in Mesos getting started guide.
2015-04-16 13:41:38 -07:00
Eric Tune
e300bf3e13
Merge pull request #6922 from fabianofranz/fix_config_dir_creation
...
Create complete parent dir structure when saving config to file
2015-04-16 13:40:32 -07:00
Alex Robinson
391e079cf6
Merge pull request #6917 from thockin/dockerfile-images-are-dead
...
Stop using dockerfile/* images
2015-04-16 13:30:50 -07:00
Eric Tune
cbb1108b73
Merge pull request #6921 from derekwaynecarr/fix_example
...
Docker requires a minimum amount of memory for container
2015-04-16 13:27:48 -07:00
Connor Doyle
a6d0b44a33
Fixed error in Mesos getting started guide.
...
The instructions previously advised that the Kubernetes-Mesos executor
will not start up a proxy instance on each minion, but this is
incorrect. Changed the wording to indicate that the proxy only needs to
be started manually on the master.
2015-04-16 13:26:08 -07:00
Eric Tune
14eb70b1dc
Merge pull request #6899 from nak3/fix-unittest-after-fail
...
Continue after failed unit test
2015-04-16 13:21:45 -07:00
Robert Bailey
080b5634bf
Merge pull request #6929 from zmerlynn/fix_stable_release
...
Fix build/mark-stable-release mktemp
2015-04-16 13:21:32 -07:00
Eric Tune
3edd4668a0
Merge pull request #6896 from nak3/fix_unit_test
...
Escape integration test codes from unit tests
2015-04-16 13:20:56 -07:00
Eric Tune
9b68984104
Merge pull request #6925 from ahmetalpbalkan/patch-1
...
Correct typo in azure.md
2015-04-16 13:01:59 -07:00
Zach Loafman
35f651382f
Fix build/mark-stable-release mktemp
2015-04-16 12:37:18 -07:00
Robert Bailey
0fc94155cf
Merge pull request #6875 from timothysc/kube-e2e-guestbook
...
Disable guestbook test for non-gce|gke due to "createExternalLoadBalancer": true
2015-04-16 12:32:13 -07:00
Tim Hockin
c2bacd588d
Stop using dockerfile/* images
...
As per
http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/
docker has stopped answering dockerfile/redis and dockerfile/nginx. Fix all
users in our tree. Sadly this means a lot of published examples are now broken.
2015-04-16 12:20:43 -07:00
Dawn Chen
fa4363d493
Merge pull request #6924 from yujuhong/data_race
...
Fix data race in kubelet_test.go
2015-04-16 11:56:40 -07:00
Quinton Hoole
31dc4851ef
Merge pull request #6870 from a-robinson/client
...
Make client service requests use the default timeout now that external load balancers are created asynchronously
2015-04-16 11:41:05 -07:00
Ahmet Alp Balkan
cf58b7283a
Correct typo in azure.md
2015-04-16 11:39:40 -07:00
Yu-Ju Hong
2fd87597a4
Fix data race in kubelet_test.go
...
Ensure that FakeDockerClient make a copy of the internal list and return it.
2015-04-16 11:36:10 -07:00
Robert Bailey
17181cbb81
Merge pull request #6918 from bgrant0607/docfix
...
Update link to Borg paper.
2015-04-16 10:53:46 -07:00
Quinton Hoole
57a52d40ec
Merge pull request #6920 from a-robinson/e2e
...
Fix a broken fmt.Errorf in the services e2e test
2015-04-16 10:39:58 -07:00
Alex Robinson
d2de75cf55
Merge pull request #6907 from ianmiell/patch-1
...
Minor pit-nicks
2015-04-16 10:32:17 -07:00
derekwaynecarr
c909071cce
Docker requires a minimum memory for container
2015-04-16 13:31:30 -04:00
Alex Robinson
663ca18e8d
Fix a broken fmt.Errorf in the services e2e test.
2015-04-16 17:24:59 +00:00
fabianofranz
f71aa6ad38
Create complete parent dir structure when saving config to file
2015-04-16 14:17:54 -03:00
deads2k
de4be5422c
change kubeconfig loading order
2015-04-16 13:05:09 -04:00
Brian Grant
3a2c482431
Update link to Borg paper.
2015-04-16 16:24:57 +00:00
Derek Carr
6c394e4d81
Merge pull request #6911 from erictune/del_kub_user
...
Remove unused kubelet user from salt.
2015-04-16 11:45:26 -04:00
Eric Tune
955cc1e1df
Remove unused kubelet user from salt.
...
Fixes #1512 .
Cluster creation and validation succeeds with this change.
2015-04-16 07:46:56 -07:00
Robert Bailey
4d3b66c09f
Merge pull request #6897 from colemickens/patch-2
...
Add vnet instructions to azure getting started
2015-04-16 07:15:34 -07:00
Wojciech Tyczynski
0b414499bc
Merge pull request #6906 from markturansky/typos
...
Fixed typos in comments
2015-04-16 15:55:07 +02:00
Ian Miell
f8e6ab5610
Minor pit-nicks
2015-04-16 14:24:29 +01:00
markturansky
34924af63d
Fixed typos in comments
2015-04-16 08:52:36 -04:00
Wojciech Tyczynski
65d132a3ee
Merge pull request #6708 from roberthbailey/node-controller
...
Restrict functions and structs that aren't used outside of the nodecontroller to have package private scope
2015-04-16 13:58:54 +02:00
Wojciech Tyczynski
1c47f2d70c
Merge pull request #6873 from satnam6502/es-image
...
Convert es-image for gcr.io
2015-04-16 13:55:08 +02:00
Quinton Hoole
7581944aec
Merge pull request #6902 from GoogleCloudPlatform/revert-6847-2015-04-14-namespace-for-services-e2e
...
Revert "Move remaining tests in e2e/service.go to unique namespaces."
2015-04-16 04:10:32 -07:00
Quinton Hoole
82222e2ab7
Revert "Move remaining tests in e2e/service.go to unique namespaces."
2015-04-16 04:08:50 -07:00
Rafał Sokołowski
a4d0ed899a
Merge pull request #6860 from wojtek-t/retry_density_test
...
Retry on error in while stopping replication controller in Density test
2015-04-16 10:31:37 +02:00
Wojciech Tyczynski
f26e813299
Merge pull request #6894 from roberthbailey/push-url
...
Add documentation to help new contributors with write access from accidentally pushing upstream.
2015-04-16 10:13:44 +02:00
Wojciech Tyczynski
e453a2c4f3
Merge pull request #6889 from a-robinson/prom
...
Update the prometheus library and its dependencies to the most recent versions
2015-04-16 10:12:37 +02:00
Kenjiro Nakayama
f70752d9e1
Continue after failed unit test
2015-04-16 16:53:07 +09:00
Cole Mickens
93d76762b7
Update azure.md
2015-04-16 00:30:10 -07:00
Wojciech Tyczynski
7eee9c5e95
Retry on error in density
2015-04-16 09:28:00 +02:00
Cole Mickens
205d3bf907
Add vnet instructions to azure getting started
2015-04-16 00:22:39 -07:00
Kenjiro Nakayama
1d804629b6
Escape integration test codes from unit tests
2015-04-16 15:41:03 +09:00
Robert Bailey
f633ac0ab5
Restrict functions and structs that aren't used outside of the
...
nodecontroller to have package private scope. This makes reasoning
about the code in this package much simpler.
2015-04-15 20:56:07 -07:00
Robert Bailey
39bc39315b
Add documentation to help new contributors with write access
...
from accidentally pushing upstream.
2015-04-15 20:51:49 -07:00