- 13 Aug, 2015 5 commits
-
-
feihujiang authored
-
CJ Cullen authored
rewrite kubectl command references to GoogleCloudPlatform
-
CJ Cullen authored
point mungedocs at new organization
-
CJ Cullen authored
kubelet: refactor kubelet.Runtimehooks to container.ImagePuller.
-
CJ Cullen authored
Add field based sorting to the kubectl command line.
-
- 12 Aug, 2015 35 commits
-
-
Brendan Burns authored
-
Mike Danese authored
-
CJ Cullen authored
More removal of useless PATH in shippable
-
Yifan Gu authored
-
CJ Cullen authored
Remove outdated documented Mesos issue that service ports must be named
-
CJ Cullen authored
expose e2e methods for downstream use
-
CJ Cullen authored
Moving clientauth package to be under client
-
CJ Cullen authored
Update repository links in development.md
-
CJ Cullen authored
updating all references to GoogleCloudPlatform in .sh scripts
-
Dr. Stefan Schimanski authored
The described behavior cannot be reproduced in current master anymore. Compare mesosphere/kubernetes-mesos#322
-
CJ Cullen authored
Add ha-etcd deployment for ansible.
-
Eric Paris authored
-
Mike Danese authored
-
CJ Cullen authored
hack/verify-flags-underscore.sh make sure we always use - in flags not _
-
Kris Rousey authored
-
Mike Danese authored
-
CJ Cullen authored
Add experimental api support to kubectl
-
CJ Cullen authored
Use bash comments in kubectl examples
-
CJ Cullen authored
Add --secure-port=0 to run `km apiserver` in Kubernetes on Mesos getting started guide
-
Timothy St. Clair authored
cleanup.
-
Eric Paris authored
This works by defining two 'static' lists in hack. The first is the list of all flags in the project which use a `-` or an `_` in their name. All files being processed by verify-flags-underscore.py (or all files in the repo if no filename arguments are given) will be searched for flag declaration using a simple regex. Its not super smart. If a flag is found which is not in the static list it will complain/reject the commit until a human adds it to the list. If we do not keep a static list of flags it takes >.2 seconds to find them 'all' at runtime. Since this is run in pre-commit saving every part of a second helps. After it finds all of the flags it runs all of the arguments (or all files in repo if no arguments) looking for usage of those flags which includes an `_`. There are lots of places where these are false positives. For example we have a flag named oom-adj-score but the kernel calls it oom_adj_score. To handle this we keep a second 'whitelist' of lines which are allowed to use these flag names with an `_`. Running the entire git repo looking for flags in every golang file and looking in every single file for bad usage takes about 8.75 seconds. Running it in the precommit hook where we only check things that changed takes about .06 seconds.
-
Robert Bailey authored
-
CJ Cullen authored
Change BindKubeletClientConfigFlags to use - in flag names instead of _
-
Peeyush Agarwal authored
Comments in kubectl examples should use bash comments, not Go comments. So, replaces // by # for example strings.
-
deads2k authored
-
Muhammed Uluyol authored
to appropriate issues for multiple api group support.
-
Mike Danese authored
point shippable to new repository
-
CJ Cullen authored
Make slave assignment before binding persistent
-
Mike Danese authored
-
CJ Cullen authored
Do not build genconversion and gendeepcopy twice
-
CJ Cullen authored
Improved CLI for PVClaims
-
CJ Cullen authored
Implement Iptables based Proxy
-
markturansky authored
-
Eric Paris authored
The hack/after-build/verify-* functions were using the hack/update-* functions. Which means that if you call hack/verify-* you will do the build twice. Stop it.
-
Piotr Szczesniak authored
Remove dead code
-