- 17 Aug, 2015 27 commits
-
-
Patrick Flor authored
(also noting old URL for interested parties and future historians)
-
Patrick Flor authored
Turned on coverage for kubernetes/kubernetes via the web UI; with this change we SHOULD send reports to and get badges from the new path.
-
Patrick Flor authored
-
Marek Grabowski authored
Added more logs to Autoscaling e2e test
-
Marek Grabowski authored
Allow using NewListWatchFromClient from other client implementation
-
Piotr Szczesniak authored
-
Maciej Szulik authored
Allow other client's implementation to reuse NewListWatchFromClient by passing in the Getter interface, responsible for accessing RESTClient's Get method.
-
Marek Grabowski authored
Fix escaping problem in kube-scheduler manifest
-
Justin Santa Barbara authored
'{{pillar[log_level]}}' was appearing literally in the command line, instead of being substituted. Fixes #12787 -
Marek Grabowski authored
Improve readability of scheduling failure logs
-
Marek Grabowski authored
Actually enabled Autoscaling e2e test for Jenkins flaky job
-
Piotr Szczesniak authored
-
Karl Isenberg authored
-
Marek Grabowski authored
Speed up pre-commit by always passing at least one file to programs
-
Marek Grabowski authored
added OpenStack instructions to coreos multinode cluster document. C…
-
Marek Grabowski authored
Fix maxTimes comment to clarify infinit waits
-
Marek Grabowski authored
Document how `describe nodes` had resources.
-
Marek Grabowski authored
Enabled Autoscaling e2e test for Jenkins flaky job
-
Piotr Szczesniak authored
-
Marek Grabowski authored
Clean up GCE metadata calls. Remove GetNodeResources from all providers.
-
Marek Grabowski authored
Update spf13/pflag to fix StringSlice bug
-
Marek Grabowski authored
move contrib/for-tests to test/images
-
Marek Grabowski authored
Update constants in monitor_resources test
-
gmarek authored
-
Eric Paris authored
Some programs like the boilerplate or the flag checker will check the whole repo if they aren't given a specific set of files to test. If you use `git commit --amend` to change commit messages you will be calling these functions with no args, and thus it take a lot longer to commit no changes than it does to actually commit changes!
-
Eric Paris authored
Fix build breakage due to ubuntu invalid flag usage
-
Eric Paris authored
In PR #12543 / commit fef1ede2 Flags were used with `_` instead of `-`. This broke the build.
-
- 15 Aug, 2015 9 commits
-
-
Brendan Burns authored
Add config to run minions on GCE using Ubuntu.
-
Mike Danese authored
-
Brendan Burns authored
Add status.podIP as a valid downward API target
-
Brendan Burns authored
Remove dependancy on external goimports binary
-
Brendan Burns authored
kubelet/rkt: minor updates to match rkt v0.7.0.
-
Brendan Burns authored
Unit test fails when ipv6 is not available
-
Brendan Burns authored
Add image version to examples/spark
-
Eric Tune authored
Documents changes in #11788
-
Brendan Burns authored
Auto commit by PR queue bot
-
- 14 Aug, 2015 4 commits
-
-
Brendan Burns authored
Fewer false positives in verify-flag-underscore.sh
-
Brendan Burns authored
Speed up pre-commit boilerplate by only checking changed files
-
Brendan Burns authored
Use Mesos 0.23 for both master and slaves
-
Eric Paris authored
TYPO: fix documentation to point at update-generated-docs.sh
-