Fabio Yeon
fd7db14df0
Add local file option to "upgrade.sh".
2015-04-06 16:30:15 -07:00
Rohit Jnagal
8b4914dd0f
Merge pull request #6472 from zmerlynn/fix_build_status
...
Add kube::util::wait-for-jobs to report status, unlike builtin wait
2015-04-06 13:39:58 -07:00
Zach Loafman
ecee4b16a1
Merge pull request #6481 from zmerlynn/fix_docker_build
...
Fix cluster up failures by cleaning docker build dirs (sigh)
2015-04-06 13:22:43 -07:00
Rohit Jnagal
94c3cf3aba
Merge pull request #6459 from jayunit100/density2
...
Density test : explicit concurrency parameterization
2015-04-06 13:10:08 -07:00
Zach Loafman
3b8bbb32bb
Fix cluster up failures by cleaning docker build dirs (sigh)
2015-04-06 13:08:15 -07:00
jayunit100
88735f1d90
E2E : Density tests - explicit concurrency, parameterization, generalization of test pattern.
2015-04-06 15:35:07 -04:00
Nikhil Jindal
ed2192a61e
Merge pull request #6475 from bgrant0607/api
...
Change "time/Time" to "util.Time", which is what we use in our API for time
2015-04-06 12:26:14 -07:00
Brian Grant
338a51d9c5
Merge pull request #6446 from ghodss/fix-patch-test
...
Re-enable PATCH integration test for v1beta3
2015-04-06 12:04:58 -07:00
Brian Grant
9d9948e3a8
Change "time/Time" to "util.Time", which is what we use in our API for time.
2015-04-06 18:56:56 +00:00
Robert Bailey
05fd6fe619
Merge pull request #6432 from brendandburns/hyperkube
...
Add a docker image for hyperkube, and instructions on how to use.
2015-04-06 11:23:40 -07:00
Abhi Shah
46370bcc51
Merge pull request #6471 from ArtfulCoder/prevent_docker_load
...
Prevent docker load.
2015-04-06 11:21:51 -07:00
Rohit Jnagal
62f399fb84
Merge pull request #6453 from mazswojejzony/master
...
Ubuntu-cluster updates: configure.sh fix and guide update
2015-04-06 11:17:51 -07:00
Zach Loafman
2bc5dd559a
Add kube::util::wait-for-jobs to report status, unlike builtin wait
...
** Sigh **
Fixes an additional complaint in #6463
2015-04-06 11:11:49 -07:00
Abhishek Shah
9231fae998
Prevent docker load.
2015-04-06 11:09:27 -07:00
Rohit Jnagal
9e61d743ec
Merge pull request #6467 from zmerlynn/remove_f_flag
...
Remove "-f Dockerfile.blah" from make release
2015-04-06 11:00:36 -07:00
Nikhil Jindal
7270010a3a
Merge pull request #6444 from you-n-g/master
...
etcd should be started after the trap func set
2015-04-06 10:50:14 -07:00
Brendan Burns
628b052aae
Add a docker how-to guide.
2015-04-06 10:43:42 -07:00
Daniel Smith
ebb982878f
Merge pull request #6442 from yujuhong/node_watch
...
Fix the kubelet node watch
2015-04-06 09:59:57 -07:00
Zach Loafman
af34ef4c16
Remove "-f Dockerfile.blah" from make release
...
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
2015-04-06 09:43:30 -07:00
Rohit Jnagal
bfde7e0735
Merge pull request #6429 from lavalamp/fix
...
Oops, let's be careful about licensing.
2015-04-06 09:20:18 -07:00
Rohit Jnagal
1ecb926ace
Merge pull request #6427 from zmerlynn/upgrade_master
...
First hack at upgrade script for GCE
2015-04-06 09:03:26 -07:00
Rohit Jnagal
fe735d33ac
Merge pull request #6441 from smarterclayton/hide_already_exists_error
...
Do not log "event already exists" errors
2015-04-06 08:59:46 -07:00
Rohit Jnagal
6b51476791
Merge pull request #6460 from jayunit100/gofmtmsg
...
Make gofmt message precise (-s option)
2015-04-06 08:58:20 -07:00
Rohit Jnagal
6d6f0d9000
Merge pull request #6449 from ghodss/fix-flakey-integration
...
Fix flakey integration test due to slow endpoints controller
2015-04-06 08:58:03 -07:00
Rohit Jnagal
25eec38709
Merge pull request #6448 from kazegusuri/fix-resourcequota-doc
...
fix broken tables in docs/resouce_quota_admin.md
2015-04-06 08:57:52 -07:00
Victor Marmol
1c8c33a8dc
Merge pull request #6397 from vishh/update_cadvisor
...
Updating cadvisor deps.
2015-04-06 08:38:46 -07:00
Zach Loafman
616c6be653
Refactor the "gcloud compute instances create" call as well.
2015-04-06 08:35:02 -07:00
Derek Carr
9bf35e04c4
Merge pull request #6002 from markturansky/yoko_pv_client
...
PersistentVolume & PersistentVolumeClaim Client
2015-04-06 11:05:07 -04:00
markturansky
ff86ae0705
Fixed RESTCreate/Update interface methods
2015-04-06 08:46:44 -04:00
markturansky
69d1d235cd
Rebased and updated
2015-04-06 08:46:44 -04:00
markturansky
a5ebacb043
changed claimed validation from length check to specific storage check
2015-04-06 08:46:44 -04:00
markturansky
c4a53a23bd
Added validation to prevent mutating Claim.Spec after binding
2015-04-06 08:46:44 -04:00
markturansky
95bd170ca2
PV & PVC Client implementation
2015-04-06 08:46:43 -04:00
jayunit100
8d6c163650
Make gofmt message explicit about -s option
2015-04-06 00:12:06 -04:00
mazswojejzony
0062da4956
Added extra info on 10.0.0.0/16 network
...
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.
2015-04-05 22:38:24 +02:00
mazswojejzony
e385d552c5
Fixed default config for kube-proxy on minions
...
Without this fix kube-proxy on minions cannot connect to master as `MASTER_IP` is not reachable.
2015-04-05 22:21:03 +02:00
Zach Loafman
9e5fd874cc
First hack at upgrade script for GCE:
...
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.
2015-04-05 11:42:34 -07:00
Sam Ghods
d37f1cdfef
Fix flakey integration test due to slow endpoints controller
2015-04-05 03:33:02 -07:00
Masahiro Sano
d50af6c6bf
fix broken tables in docs/resouce_quota_admin.md
2015-04-05 18:59:06 +09:00
Sam Ghods
5ce15b7840
Re-enable PATCH integration test for v1beta3
2015-04-05 02:14:12 -07:00
Young
802610b13a
etcd should be started after the trap func set
2015-04-05 03:41:26 -04:00
David Oppenheimer
c048e6fcbf
Merge pull request #6443 from davidopp/master
...
Remove use of events from NodeController, to temporarily fix #6199
2015-04-04 12:13:48 -07:00
David Oppenheimer
c4a595aa7f
Remove use of events from NodeController, to temporarily fix #6199
2015-04-04 11:56:43 -07:00
Yu-Ju Hong
0e1bd18b3e
Fix the kubelet node watch
2015-04-04 09:59:39 -07:00
Clayton Coleman
aee73d6729
Do not log "event already exists" errors
...
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.
2015-04-04 11:35:56 -04:00
Yu-Ju Hong
dbd7b186a0
Merge pull request #6338 from smarterclayton/improve_config_error
...
Return a typed error for config validation, and make errors simple
2015-04-03 18:08:15 -07:00
Yu-Ju Hong
70a0a93f05
Merge pull request #5682 from justinsb/options_docs
...
More options documentation
2015-04-03 18:06:42 -07:00
Daniel Smith
78b8f9599f
Fix another license problem.
2015-04-03 17:06:29 -07:00
Daniel Smith
2c93080373
Fix licensing for forked code.
2015-04-03 17:06:24 -07:00
Brian Grant
61ddda0b2c
Merge pull request #6431 from ghodss/pin-patch-test
...
Temporarily skip PATCH integration tests for v1beta3
2015-04-03 17:00:54 -07:00