Commit Graph

15281 Commits (db5f6eae6c5f6367c9383f3cd7a5da422bf0803d)

Author SHA1 Message Date
Wojciech Tyczynski db5f6eae6c Factor out etcdWatcher to a separate file 2015-07-29 08:02:13 +02:00
Brendan Burns dde72229dc Merge pull request #11954 from brendandburns/e2e2
Skip flaky mesos test TestPlugin_LifeCycle
2015-07-28 15:58:20 -07:00
Brendan Burns 54eb143342 Merge pull request #10745 from justinsb/e2e_fix_resize_nodes
e2e fix resize nodes
2015-07-28 15:57:10 -07:00
Brendan Burns 813a678eeb Merge pull request #11873 from saad-ali/11302FlakyPDTest
Auto commit by PR queue bot
2015-07-28 15:23:11 -07:00
Brendan Burns 0c07b66226 Skip another flaky mesos test. 2015-07-28 15:18:21 -07:00
Brendan Burns a546a2979c Merge pull request #11726 from caesarxuchao/fix-types-link
Auto commit by PR queue bot
2015-07-28 13:24:11 -07:00
David Oppenheimer bfb6203627 Merge pull request #11940 from brendandburns/e2e2
Disable a couple of flaky tests.
2015-07-28 21:31:53 +02:00
Brendan Burns 660efc7583 Disable a couple of flaky tests. 2015-07-28 11:42:39 -07:00
saadali 09c137e99b Fix flaky PD test by adding wait for detach 2015-07-28 11:25:46 -07:00
Justin Santa Barbara 62bb38af21 e2e: Improve logging while waiting for node readiness
Per suggestions by mbforbes
2015-07-28 12:41:40 -04:00
Chao Xu 70a29c1a3a address comments, wait for travis pass 2015-07-27 21:08:02 -07:00
Daniel Smith c5bffaaf31 Merge pull request #11903 from mikedanese/renamers
rename StoreToControllerLister -> StoreToReplicationControllerLister
2015-07-27 17:33:05 -07:00
Daniel Smith f37be94d3f Merge pull request #11906 from eghobo/patch-1
Added create folder command to avoid situation when apiserver doesn't…
2015-07-27 17:32:18 -07:00
Daniel Smith a9948158eb Merge pull request #11867 from kelseyhightower/node-cidrs-works-with-empty-cloud-provider
Allocating CIDRs for Pods works without a cloud provider.
2015-07-27 17:20:44 -07:00
Brendan Burns 8866cf0580 Merge pull request #11905 from thockin/docs-cleanup
Auto commit by PR queue bot
2015-07-27 16:48:00 -07:00
Daniel Smith 226c950bda Merge pull request #11409 from pmorie/secrets-bc-type
Refactor secrets volume plugin to separate builder and cleaner types
2015-07-27 16:22:58 -07:00
Daniel Smith 8d5a6b063c Merge pull request #11029 from justinsb/fix_aws_security_group_races
AWS: Fix security group races
2015-07-27 16:15:43 -07:00
Daniel Smith 6c36f0dfa4 Merge pull request #11891 from a-robinson/lb
Add a resync period for services in the service controller
2015-07-27 16:15:03 -07:00
Daniel Smith b1e6b87a5f Merge pull request #11829 from markturansky/validate_access_modes
Add validation for AccessModes
2015-07-27 16:14:38 -07:00
Mike Danese d167fa27e0 rename StoreToControllerLister -> StoreToReplicationControllerLister to make room for more controllers 2015-07-27 16:13:47 -07:00
Kelsey Hightower 93a374512e Allocating CIDRs for Pods works without a cloud provider.
Currently setting the `--allocate-node-cidrs` flag to true with an
empty cloud provider causes the kube-controller-manager to crash during
startup.

Fix the issue by checking for an empty cloud provider before setting
up route management on the cloud provider. This change introduces a
change in behavior. The kube-controller-manager now supports allocating
pod CIDRs without a cloud provider. This means users must manage routes
through some other mechanism.

The controller manager logs a warning if `--allocate-node-cidrs` is set,
but not a cloud provider:

```
I0725 17:10:41.587888   43185 plugins.go:70] No cloud provider specified.
I0725 17:10:41.588036   43185 nodecontroller.go:114] Sending events to api server.
E0725 17:10:41.588122   43185 controllermanager.go:201] Failed to start service controller: ServiceController should not be run without a cloudprovider.
W0725 17:10:41.588136   43185 controllermanager.go:213] allocate-node-cidrs is set, but no cloud provider specified. Will not manage routes.
E0725 17:10:41.589703   43185 nodecontroller.go:187] Error monitoring node status: Get http://127.0.0.1:8080/api/v1/nodes: dial tcp 127.0.0.1
```

Fixes #11866
2015-07-27 16:13:19 -07:00
Daniel Smith 11899c3080 Merge pull request #11465 from pmorie/git-bc-type
Refactor git repo volume to separate builder and cleaner
2015-07-27 16:11:01 -07:00
Egor Guz 1d12f4604a Added create folder command to avoid situation when apiserver doesn't start fast enough.
kube-apiserver.service has 'ExecStartPre=/usr/bin/mkdir -p /var/lib/kube-apiserver', but if server is not fast enough 'mv /home/core/known_tokens.csv /var/lib/kube-apiserver/known_tokens.csv' will fail.
2015-07-27 16:01:59 -07:00
Tim Hockin c2e8fa843a capitalization 2015-07-27 16:01:26 -07:00
Daniel Smith 6e8648f828 Merge pull request #11633 from JanetKuo/docs-use-example-syncer
Use example syncer tags instead of hard-coded examples in doc
2015-07-27 15:23:42 -07:00
Paul Morie 918925e09d Refactor git repo volume to separate builder and cleaner 2015-07-27 18:18:41 -04:00
Paul Morie 20ba173913 Refactor secrets volume plugin to separate builder and cleaner types 2015-07-27 18:13:39 -04:00
Janet Kuo 180798cfa4 Use example syncer tags instead of hard-coded examples in doc 2015-07-27 14:48:41 -07:00
Daniel Smith 2bd53119b1 Merge pull request #10524 from bprashanth/delete_overlapping_error
Add clarity around overlapping controllers
2015-07-27 14:31:49 -07:00
Daniel Smith 3900272c1a Merge pull request #10813 from jlowdermilk/kubectl-e2e
`kubectl proxy` supports picking random unused port, add e2e test
2015-07-27 14:23:37 -07:00
Daniel Smith 777cad12d5 Merge pull request #11881 from mwielgus/cassandra-image
Cassandra gcr.io/google_containers image version inc
2015-07-27 14:14:39 -07:00
Daniel Smith a171d2e4fb Merge pull request #11765 from piosz/kube-ui-config
Made enabling Kube UI configurable
2015-07-27 13:55:04 -07:00
Daniel Smith 3fc46a2f7f Merge pull request #11897 from brendandburns/shippable
Remove base image from shippable.yml, it's specified in project settings now.
2015-07-27 13:52:48 -07:00
Daniel Smith 544eb17ada Merge pull request #10483 from markturansky/vol_aws_name_fix
Changed AWS Volume Plugin name from 'pd' to 'ebs'
2015-07-27 12:45:11 -07:00
Brendan Burns 0a20df671f Remove base image from shippable.yml, it's specified in project settings now. 2015-07-27 12:38:08 -07:00
Daniel Smith e45c6f9847 Merge pull request #11294 from mwielgus/hazelcast_e2e
E2E test for examples/hazelcast
2015-07-27 11:46:47 -07:00
Alex Robinson 60611c253e Add a resync period for services in the service controller.
This should ensure all load balancers get deleted even if a reordering of
watch events causes us to strand one after its service has been deleted,
because the sync will notice that the service controller's cache has a
service in it that no longer exists in the apiserver.

It could still leak in the case that the controller manager is killed
between when it leaks something and the sync runs, but this should
improve things.
2015-07-27 18:03:13 +00:00
markturansky e380242b16 Changed pdManager to ebsManager 2015-07-27 13:52:04 -04:00
markturansky 98ec116f3f Improved internal naming from 'pd' to 'ebs' to match the volume 2015-07-27 13:52:04 -04:00
Daniel Smith d63e35247f Merge pull request #11855 from davidopp/doc2
Fix link to node selector documentation.
2015-07-27 10:05:31 -07:00
markturansky 0a0af48e51 added validation for AccessModes 2015-07-27 13:02:16 -04:00
Jeff Lowdermilk 69166f17ad e2e test for `kubectl proxy` 2015-07-27 09:57:33 -07:00
Jeff Lowdermilk f71a662dc6 Make `kubectl proxy` support picking a random port 2015-07-27 09:56:33 -07:00
Marek Grabowski 74b78d537d Merge pull request #10824 from stefwalter/docker-images-with-repo
build: Fix docker image lookup for docker 1.6+
2015-07-27 17:26:26 +02:00
Marek Grabowski 9cccdc98e8 Merge pull request #11865 from thockin/versionize-sed-g
Apply version subst multiple times per line
2015-07-27 17:25:50 +02:00
Marek Grabowski 8ec5324efd Merge pull request #11868 from nak3/fix-dead-link
Fix dead link in Kubernetes on Mesos getting started guide
2015-07-27 16:12:29 +02:00
Marek Grabowski 1b0ce7a32e Merge pull request #11828 from mikedanese/cassandra-cleanup
cleanup cassandra example to conform to doc standards
2015-07-27 16:11:47 +02:00
Marek Grabowski 5c72b908f4 Merge pull request #11864 from danieldreier/service_account_typo_fix
Fix typo in service account documentation
2015-07-27 16:10:52 +02:00
Marek Grabowski 177a06af61 Merge pull request #11859 from jiangyaoguo/new-builder-cleaner-for-rbd-volume
Refector rbd volume to seperate builder and cleaner
2015-07-27 14:12:44 +02:00
Marcin Wielgus ffb3f2535f Cassandra gcr.io/google_containers image version inc 2015-07-27 13:34:47 +02:00