- 12 Aug, 2015 12 commits
-
-
BenTheElder authored
-
Piotr Szczesniak authored
Upgrade to Docker 1.7.1 by default
-
Piotr Szczesniak authored
Update code and docs to use - in flag names instead of _
-
Mike Danese authored
export path in shippable and travis
-
Mike Danese authored
-
CJ Cullen authored
kubelet: refactor SyncPods for better readability
-
CJ Cullen authored
Update travis and shippable to have less needless cruft
-
CJ Cullen authored
Remove BindClientConfigFlags entirely
-
CJ Cullen authored
Generate conversions/deep-copies for experimental.
-
CJ Cullen authored
Rescheduler design space doc.
-
Muhammed Uluyol authored
Generate conversions/deep-copies for experimental. Currently we make (and register) duplicate functions but this is benign.
-
CJ Cullen authored
Add Birthcry event to kube-proxy
-
- 11 Aug, 2015 28 commits
-
-
Muhammed Uluyol authored
Remove redundant tests. We already check that no changes have been made in hack/verify-generated-*.sh.
-
Yu-Ju Hong authored
Eventually we would like to replace the all-encompassing SyncPods function with more well-defined, smaller functions. This would not only help with the readability and profiling of the code, it'd also set in motion for the plans to trigger pod worker individually based on the content of the pod updates. This commit serves as the first step of that, while avoiding breaking all unit tests by preserving the SyncPods function for the time being.
-
CJ Cullen authored
Updating swagger datafile as per latest swagger-ui code
-
CJ Cullen authored
fix ABAC tests
-
CJ Cullen authored
Strip out extra gunk from the end of an example output line.
-
CJ Cullen authored
Fix kube-push using gcloud compute instance-groups managed set-instance-template
-
CJ Cullen authored
Fix go vet errors
-
Dawn Chen authored
Currently it is commented out.
-
Dawn Chen authored
-
nikhiljindal authored
-
Eric Paris authored
It looks like there are places where things were needed for one command were being just needlessly copied. Which made the files harder to recognize what mattered and what didn't...
-
Brendan Burns authored
Switch the order of delete, delete pods before deleting nodes.
-
Kris Rousey authored
-
Eric Paris authored
-
Eric Paris authored
They are unused.
-
Alex Robinson authored
-
CJ Cullen authored
Speedups for precommit hooks
-
Brendan Burns authored
-
Eric Paris authored
Instead of calling rsync over and over and over and over and over and over and over and over and over (and probably over) use one `cp` Before: real 0m5.247s user 0m2.294s sys 0m1.300s After: real 0m2.260s user 0m2.230s sys 0m0.936s
-
Eric Paris authored
Right now some of the hack/* tools use `go run` and build almost every time. There are some which expect you to have already run `go install`. And in all cases the pre-commit hook, which runs a full build wouldn't want to do either, since it just built! This creates a new hack/after-build/ directory and has the scripts which REQUIRE that the binary already be built. It doesn't test and complain. It just fails miserably. Users should not be in this directory. Users should just use hack/verify-* which will just do the build and then call the "after-build" version. The pre-commit hook or anything which KNOWS the binaries have been built can use the fast version.
-
Eric Paris authored
Just to get everything in one place...
-
Eric Paris authored
Hooks seems like they should be hooks. Not sure hack makes a lot more sense, but it has more stuff already.
-
Eric Paris authored
It isn't used anywhere, why have it?
-
Eric Paris authored
We were setting etcd values, but we started etcd before we set them. Thankfully we were just setting them to etcd defaults, so it all worked
-
CJ Cullen authored
Always use the --cluster-version flag for the gke provider.
-
CJ Cullen authored
Fix vagrant kube-up
-
Dawn Chen authored
-
CJ Cullen authored
Modify the TestCase TestServiceRegistryIPUpdate
-