- 07 Aug, 2015 1 commit
-
-
Dawn Chen authored
Use pflags string slice instead of internal util.StringList
-
- 06 Aug, 2015 39 commits
-
-
Dawn Chen authored
Update GCE to container-vm-v20150806
-
Dawn Chen authored
Add support for supervisord as a monit alternative.
-
Eric Paris authored
Saves code and makes our code easier to read because we just use normal []string instead of custom type.
-
Eric Paris authored
This basically just shows in the docs that the =false portion of booleans are optional.
-
Eric Paris authored
-
Dawn Chen authored
Handle errors properly in kube::gcs::release functions
-
Dawn Chen authored
Exit if hub isn't installed, add verbiage to message.
-
Dawn Chen authored
Update resource quota design to align with requests and limits
-
Dawn Chen authored
Reuse round tripper for identical TLS configurations
-
Dawn Chen authored
Add Daemon API
-
Brendan Burns authored
-
Zach Loafman authored
Also changes the node image to default to master image
-
Dawn Chen authored
Implement 'Nodes Network' test for GKE; add optional verbose SSH.
-
Dawn Chen authored
Register the kubelet on the master node with an apiserver.
-
Jordan Liggitt authored
-
Max Forbes authored
-
Robert Bailey authored
separated from the apiserver running locally on the master node so that it can be optionally enabled or disabled as needed. Also, fix the healthchecking configuration for the master components, which was previously only working by coincidence: If a kubelet doesn't register with a master, it never bothers to figure out what its local address is. In which case it ends up constructing a URL like http://:8080/healthz for the http probe. This happens to work on the master because all of the pods are using host networking and explicitly binding to 127.0.0.1. Once the kubelet is registered with the master and it determines the local node address, it tries to healthcheck on an address where the pod isn't listening and the kubelet periodically restarts each master component when the liveness probe fails.
-
AnanyaKumar 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
-
Jeff Grafton authored
-
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
-