- 06 Aug, 2015 40 commits
-
-
Brendan Burns authored
-
Dawn Chen authored
Correctly handle Node deletion in NodeController
-
Dawn Chen authored
cache: Avoid reallocs in Index
-
Dawn Chen authored
Adjust permissions so that Cassandra can run without root access
-
Dawn Chen authored
Split kubelet server initialization for easier reuse
-
Dawn Chen authored
Remove legacy files when stop the cluster
-
Dawn Chen authored
expose common name validation methods
-
Dawn Chen authored
Fix leaking process in hostport proxy
-
Dawn Chen authored
kubectl: Add proxy --unix-socket=/file/path option
-
Dawn Chen authored
Implementing standalone etcd for OpenShift Origin Example
-
Dawn Chen authored
bug fix: DOCKER_OPTS not works when deploying using Ubuntu scripts
-
Kevin authored
When deploying the kubernetes using Ubuntu's script, the value of configuration item `DOCKER_OPTS` is not set to `/etc/default/docker`. This commit is to fix this bug.
-
Brendan Burns authored
-
Clayton Coleman authored
First is initializing a KubeletConfig that starts no background processes. Second is running the config. Provide a legacy path that won't impact older callers while making it easier to customize the interfaces passed to the Kubelet. Used by OpenShift to inject some custom interfaces to the Kubelet for config management.
-
Steve Kuznetsov authored
-
Wojciech Tyczynski authored
Fix typo in security context proposal
-
Wojciech Tyczynski authored
Troubleshooting for misplaced/misspelled fields
-
gmarek authored
-
Jian Huang authored
Remove /var/lib/kubelet folder in order to gain a more clean environment
-
Wojciech Tyczynski authored
Fix build in head
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
Support Stdin and TTY in the kubelet
-
Wojciech Tyczynski authored
LimitRange documentation should be under admin
-
Wojciech Tyczynski authored
Add experimental client
-
Wojciech Tyczynski authored
Bumped Heapster version
-
Stef Walter authored
-
Stef Walter authored
Proxies on a TCP port are accessible outside the current security context (eg: uid). Add support for having the proxy listen on a unix socket, which has permissions applied to it. We make sure the socket starts its life only accessible by the current user using Umask. This is useful for applications like Cockpit and other tools which want the help of kubectl to handle authentication, configuration and transport security, but also want to not make that accessible to all users on a multi-user system.
-
Stef Walter authored
This function compiles to a stub on Windows.
-
Marek Grabowski authored
Fix salt configuration on systemd setups
-
Wojciech Tyczynski authored
rewrite all links to issues and PRs to k8s links
-
Wojciech Tyczynski authored
Remove few unused members in REST implementations
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
Improved docs readability
-
Wojciech Tyczynski authored
typo in rbd doc
-
Wojciech Tyczynski authored
Plumb linker flags through from the Makefile
-
Brendan Burns authored
-
Paul Morie authored
-
Mike Danese authored
-
Mike Danese authored
-
Alex Crawford authored
-