- 29 Jul, 2015 1 commit
-
-
He Simei authored
-
- 28 Jul, 2015 3 commits
-
-
Daniel Smith authored
rename StoreToControllerLister -> StoreToReplicationControllerLister
-
Daniel Smith authored
Added create folder command to avoid situation when apiserver doesn't…
-
Daniel Smith authored
Allocating CIDRs for Pods works without a cloud provider.
-
- 27 Jul, 2015 36 commits
-
-
Brendan Burns authored
Auto commit by PR queue bot
-
Daniel Smith authored
Refactor secrets volume plugin to separate builder and cleaner types
-
Daniel Smith authored
AWS: Fix security group races
-
Daniel Smith authored
Add a resync period for services in the service controller
-
Daniel Smith authored
Add validation for AccessModes
-
Mike Danese authored
rename StoreToControllerLister -> StoreToReplicationControllerLister to make room for more controllers
-
Kelsey Hightower authored
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
-
Daniel Smith authored
Refactor git repo volume to separate builder and cleaner
-
Egor Guz authored
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.
-
Tim Hockin authored
-
Daniel Smith authored
Use example syncer tags instead of hard-coded examples in doc
-
Paul Morie authored
-
Paul Morie authored
-
Janet Kuo authored
-
Daniel Smith authored
Add clarity around overlapping controllers
-
Daniel Smith authored
`kubectl proxy` supports picking random unused port, add e2e test
-
Daniel Smith authored
Cassandra gcr.io/google_containers image version inc
-
Daniel Smith authored
Made enabling Kube UI configurable
-
Daniel Smith authored
Remove base image from shippable.yml, it's specified in project settings now.
-
Daniel Smith authored
Changed AWS Volume Plugin name from 'pd' to 'ebs'
-
Brendan Burns authored
-
Daniel Smith authored
E2E test for examples/hazelcast
-
Alex Robinson authored
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.
-
markturansky authored
-
markturansky authored
-
Daniel Smith authored
Fix link to node selector documentation.
-
markturansky authored
-
Jeff Lowdermilk authored
-
Jeff Lowdermilk authored
-
Marek Grabowski authored
build: Fix docker image lookup for docker 1.6+
-
Marek Grabowski authored
Apply version subst multiple times per line
-
Marek Grabowski authored
Fix dead link in Kubernetes on Mesos getting started guide
-
Marek Grabowski authored
cleanup cassandra example to conform to doc standards
-
Marek Grabowski authored
Fix typo in service account documentation
-
Marek Grabowski authored
Refector rbd volume to seperate builder and cleaner
-
Marcin Wielgus authored
-