- 28 Aug, 2015 11 commits
-
-
Wojciech Tyczynski authored
Reword introduction and requirements for build/README.md
-
Wojciech Tyczynski authored
Amend an ordered list markdown error in scratch.md
-
Wojciech Tyczynski authored
Updates fedora ansible guide
-
Wojciech Tyczynski authored
Change "chmod +X" to "chmod +x" in prereqs.md
-
Wojciech Tyczynski authored
Move E2E PD Test out of flaky
-
Wojciech Tyczynski authored
Clarify boundaries of Kubernetes.
-
saadali authored
Fix E2E Test "Pod Disks should schedule a pod w/ a RW PD, remove it, then schedule it on another host" out of flaky
-
Brendan Burns authored
Kubelet: do not remove pod directory if any container is still running
-
Brian Grant authored
-
Yu-Ju Hong authored
If there are any running container in the pod, we cannot remove the volume. Therefore, we should not attempt to remove the pod directory.
-
Tim Hockin authored
When calling kubectl.sh, allow error due to API server bouncing
-
- 27 Aug, 2015 20 commits
-
-
Prashanth B authored
Don't run flaky e2e tests in parallel test runs.
-
Alex Robinson authored
Transfer maintainer responsibilities for fluentd configs/images.
-
Brendan Burns authored
e2e: skip restart count test
-
Quinton Hoole authored
-
-
Yu-Ju Hong authored
-
Mike Danese authored
add a fuzz function for expapi.APIVersion
-
Zach Loafman authored
Add patch notes to versioning doc
-
Piotr Szczesniak authored
Moved failing tests to the flaky suite on Jenkins
-
Piotr Szczesniak authored
-
qiaolei authored
Change `chmod +X` to `chmod +x`, since `+X` does not take affect when there is no execute permission bit already set (either user, group or other). ```console # ls -l /usr/bin/kubectl -rw-r--r-- 1 root root 14190181 Aug 10 16:16 /usr/bin/kubectl # chmod +X /usr/bin/kubectl # ls -l /usr/bin/kubectl -rw-r--r-- 1 root root 14190181 Aug 10 16:16 /usr/bin/kubectl ``` Please refer to [chmod](https://en.wikipedia.org/wiki/Chmod "chmod") for more details. >which is not a permission in itself but rather can be used instead of x. It applies execute permissions to directories regardless of their current permissions and **applies execute permissions to a file which already has at least one execute permission bit already set (either user, group or other)**. It is only really useful when used with '+' and usually in combination with the -R option for giving group or other access to a big directory tree without setting execute permission on normal files (such as text files), which would normally happen if you just used "chmod -R a+rx .", whereas with 'X' you can do "chmod -R a+rX ." instead
-
qiaolei authored
Amend an ordered list markdown error in scratch.md in section **etcd** by enter a newline after the first sentence
-
Piotr Szczesniak authored
Revert "LimitRange updates for Resource Requirements Requests"
-
Piotr Szczesniak authored
Revert "Bump cadvisor godep"
-
Piotr Szczesniak authored
Revert "Make MASTER_IP_RANGE master-only"
-
Piotr Szczesniak authored
-
Piotr Szczesniak authored
-
Piotr Szczesniak authored
-
Max Forbes authored
-
Kel Cecil authored
-
- 26 Aug, 2015 9 commits
-
-
Yu-Ju Hong authored
e2e: disable the restart count test
-
Yu-Ju Hong authored
-
Chao Xu authored
-
Yu-Ju Hong authored
Refactor to use docker-machine or boot2docker
-
Yu-Ju Hong authored
Update CentOS getting started guide with needed KUBELET_API_SERVER
-
Yu-Ju Hong authored
Added possible improvement to Initial Resources proposal
-
Yu-Ju Hong authored
Kubelet: fix container restart counts
-
Yu-Ju Hong authored
Add cookbook for VMware
-
Yu-Ju Hong authored
Update fabric8 client library location
-