- 17 Aug, 2015 34 commits
-
-
Eric Paris authored
So we get some consistency and readability to the exceptions.txt
-
Eric Paris authored
-
Eric Paris authored
-
Eric Paris authored
These are often yaml definitions, and thus not usages of kubernetes flags. Not necessarily always, but usually.
-
Eric Paris authored
-
Eric Paris authored
-
Eric Paris authored
We ignore bad 'flags' if they are proceeded by $ or { as these are likely bash variables and not in fact bad flag usage. -
Eric Paris authored
Since we have the rename, we don't need our declaration to look like glog's.
-
Eric Paris authored
Each of these was verified that the actual flag declaration correctly used -
-
Eric Paris authored
As contrib was removed.
-
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 6 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
-