- 06 Apr, 2015 28 commits
-
-
Zach Loafman authored
-
Nikhil Jindal authored
Change "time/Time" to "util.Time", which is what we use in our API for time
-
Brian Grant authored
Re-enable PATCH integration test for v1beta3
-
Brian Grant authored
-
Robert Bailey authored
Add a docker image for hyperkube, and instructions on how to use.
-
Abhi Shah authored
Prevent docker load.
-
Rohit Jnagal authored
Ubuntu-cluster updates: configure.sh fix and guide update
-
Abhishek Shah authored
-
Rohit Jnagal authored
Remove "-f Dockerfile.blah" from make release
-
Nikhil Jindal authored
etcd should be started after the trap func set
-
Brendan Burns authored
-
Daniel Smith authored
Fix the kubelet node watch
-
Zach Loafman authored
Rework the parallel docker build path to create separate docker build directories for each binary, rather than just separate files, eliminating the use of "-f Dockerfile.foo". (I think this also shaves a little more time off, because it was previously sending the whole dir each time to the docker daemon.) Also some minor cleanup. Fixes #6463
-
Rohit Jnagal authored
Oops, let's be careful about licensing.
-
Rohit Jnagal authored
First hack at upgrade script for GCE
-
Rohit Jnagal authored
Do not log "event already exists" errors
-
Rohit Jnagal authored
Make gofmt message precise (-s option)
-
Rohit Jnagal authored
Fix flakey integration test due to slow endpoints controller
-
Rohit Jnagal authored
fix broken tables in docs/resouce_quota_admin.md
-
Victor Marmol authored
Updating cadvisor deps.
-
Zach Loafman authored
-
Derek Carr authored
PersistentVolume & PersistentVolumeClaim Client
-
markturansky authored
-
markturansky authored
-
markturansky authored
-
markturansky authored
-
markturansky authored
-
jayunit100 authored
-
- 05 Apr, 2015 7 commits
-
-
mazswojejzony authored
Using 10.0.0.0/16 for flannel network and 10.10.103.x for example cluster network is a bit misleading as people may think they should use the same network for both flannel and eth0 interfaces. This commit tries to clarify that flannel shall use different network.
-
mazswojejzony authored
Without this fix kube-proxy on minions cannot connect to master as `MASTER_IP` is not reachable.
-
Zach Loafman authored
Address #6075: Shoot the master VM while saving the master-pd. This takes a couple of minor changes to configure-vm.sh, some of which also would be necessary for reboot. In particular, I changed it so that the kube-token instance metadata is no longer required after inception; instead, we mount the master-pd and see if we've already created the known tokens file before blocking on the instance metadata. Also partially addresses #6099 in bash by refactoring the kube-push path.
-
Sam Ghods authored
-
Masahiro Sano authored
-
Sam Ghods authored
-
Young authored
-
- 04 Apr, 2015 5 commits
-
-
David Oppenheimer authored
Remove use of events from NodeController, to temporarily fix #6199
-
David Oppenheimer authored
-
Yu-Ju Hong authored
-
Clayton Coleman authored
When the server rejects an event because it has already been created, log it at a very high level (debug) instead of the default level. Duplicate events typically only occur due to programmer error or failure conditions, so they can safely be ignored in production environments.
-
Yu-Ju Hong authored
Return a typed error for config validation, and make errors simple
-