- 08 May, 2015 16 commits
-
-
Abhi Shah authored
verify the v1beta3 yaml files all work; merge the yaml files
-
Robert Bailey authored
AWS: make it possible to disable minion public ip assignment
-
Victor Marmol authored
kubelet: Add container runtime option for rkt.
-
Manfred Geiler authored
-
Victor Marmol authored
kubelet/container: Move pty*.go to container runtime package.
-
Victor Marmol authored
Ease building kubelet image
-
Victor Marmol authored
Fix typos in different config comments
-
Manfred Geiler authored
-
Manfred Geiler authored
-
Rohit Jnagal authored
Update cAdvisor dependency.
-
Yifan Gu authored
-
Yifan Gu authored
This makes the labeld pty wrapper available for both container runtime.
-
Paul Morie authored
-
Quinton Hoole authored
Add control variables to Jenkins E2E script
-
Robert Bailey authored
Check node status as part of validate-cluster.sh.
-
saadali authored
-
- 07 May, 2015 24 commits
-
-
Abhi Shah authored
Add old endpoint cleanup function
-
Victor Marmol authored
kubelet/rkt: Remove build label.
-
Fabio Yeon authored
-
Abhi Shah authored
Support recovery from in the middle of a rename.
-
Clayton Coleman authored
Update Exec and Portforward client to use pod subresource
-
Paul Morie authored
-
Victor Marmol authored
- Better handling of time-based queries - Better handling of errors detecting machine topology Fixes #7906
-
Manfred Geiler authored
-
Victor Marmol authored
Use the full hostname for mirror pod name.
-
Abhi Shah authored
Added NFS to PV structs
-
Chao Xu authored
-
Yifan Gu authored
As we removed the linux specific dependency, now rkt can be built on other platforms as well.
-
Robert Bailey authored
Adds a simple release-note builder that scrapes the Github API for recent PRs
-
Victor Marmol authored
Revert "kubelet: Add container runtime option for rkt."
-
Victor Marmol authored
-
Yu-Ju Hong authored
This change appends the full hostname to the mirror pod name (instead of taking the first token) so that if the hostname is overriden, we'd not be creating unncessary name conflicts. An example would be that a user overrides the hostnames to be "127.0.0.1" and "127.0.0.2", and both of them were resolved to "127" for the mirror pod name suffix. Also, because `uname -n` could return a FQDN or not, this change takes only the first token of it as the hostname for consistency.
-
Rohit Jnagal authored
Fix environment variable error in Vagrant docs
-
Victor Marmol authored
kubelet: Add container runtime option for rkt.
-
Matt Bogosian authored
Fix environment variable error in Vagrant docs: `KUBERNETES_MASTER_MINION` -> `KUBERNETES_MINION_MEMORY`.
-
Nikhil Jindal authored
update service.json in persistent-volume example to v1beta3
-
Nikhil Jindal authored
update mysql-wordpress example to use v1beta3 API
-
Nikhil Jindal authored
Update examples/meteor to use API v1beta3
-
Cesar Wong authored
-
Cesar Wong authored
JSON struct tags are used as parameter names, fields that do not have the omitempty marker are always included.
-