Eric Tune
5aeda8a5bb
Remove dead code in test.
2015-01-15 14:49:08 -08:00
Daniel Smith
46f8a56dba
Merge pull request #3376 from erictune/channel_api
...
Kublet watches Pods.
2015-01-15 14:48:12 -08:00
Brendan Burns
4209bd4888
Add add a utility for merging JSON fragments, and use it in run-container.
2015-01-15 14:44:26 -08:00
Brendan Burns
dc0d197c40
Fix a path in the error message.
2015-01-15 14:06:48 -08:00
bgrant0607
97c7758131
Merge pull request #3506 from satnam6502/kibana
...
Remove curl check from Kibana image
2015-01-15 13:45:20 -08:00
bgrant0607
fc24ca7044
Merge pull request #3524 from jlowdermilk/fix-cmd-printing
...
Fix nil dereference in kubectl run-container
2015-01-15 13:44:26 -08:00
Eric Tune
2e002b1095
Add second pod to test.
2015-01-15 13:36:49 -08:00
roberthbailey
0b9f6bc8bb
Merge pull request #3528 from satnam6502/fixoutput
...
Report project and zone only once for GCE
2015-01-15 13:35:48 -08:00
Filipe Brandenburger
d8b1f7ebed
Merge pull request #3447 from satnam6502/e2e
...
Break up Go e2e tests into files and convert basic.sh
2015-01-15 13:22:02 -08:00
Clayton Coleman
ce36431954
WatchList should not convey events for the root key
...
It's possible to watch /foo/bar, get events for /foo/bar/baz,
and then if someone deletes /foo/bar you'll get an event for /foo/bar
without a value. This results in an error being printed in the logs
because /foo/bar has value "" and we can't decode that.
This commit excludes the parent directory from watch events for now.
2015-01-15 16:00:49 -05:00
Satnam Singh
3765e83110
Fix Kubelet check in GCE validate-cluster
2015-01-15 12:55:21 -08:00
Clayton Coleman
f312edf24d
Merge pull request #3531 from lavalamp/fix2
...
make conversion do deep copies
2015-01-15 15:29:21 -05:00
bgrant0607
cffa257349
Merge pull request #3529 from smarterclayton/less_chatty_apiserver_init
...
The API server setup logging is debug specific, bump above V(4)
2015-01-15 12:04:17 -08:00
Daniel Smith
37f5a9df07
make conversion do deep copies
2015-01-15 12:02:22 -08:00
Satnam Singh
1bff012c36
Convert basic.sh e2e test to Go
2015-01-15 11:41:29 -08:00
Jeff Lowdermlk
e6e6092904
Fix nil dereference in kubectl run-container
2015-01-15 11:39:50 -08:00
Joe Beda
224ffa4567
Merge pull request #3480 from jbeda/all_pflag
...
Convert all main binaries to pflag library
2015-01-15 11:26:41 -08:00
Clayton Coleman
90c835af47
The API server setup logging is debug specific, bump above V(4)
...
Reduces some chatter in test suites where we are confident this code
already works. Also removed any logging which is obvious from swagger.
Finally, rolls up InstallREST related errors all the way back to master,
which will glog.Fatalf (coding errors).
2015-01-15 14:25:58 -05:00
Satnam Singh
9ba6525597
Report project and zone only once
2015-01-15 11:21:42 -08:00
Joe Beda
2dce916276
Merge pull request #3505 from brendandburns/hooks
...
Add a gendocs pre-submit hook.
2015-01-15 10:27:09 -08:00
Brendan Burns
bece5ec8a3
Merge pull request #3516 from enisoc/kubectl-resize-docs
...
Fix example usage of kubectl resize command.
2015-01-15 09:55:20 -08:00
Brendan Burns
00521d8e8a
Merge pull request #3522 from nalind/json
...
Fixup JSON syntax errors in example controller
2015-01-15 09:54:35 -08:00
Brendan Burns
718a563b1f
Add a gendocs pre-submit hook.
2015-01-15 09:52:51 -08:00
Eric Tune
bc25748b36
Merge pull request #3472 from derekwaynecarr/default_cpu_mem
...
Admission control plugin for resource defaults
2015-01-15 09:35:17 -08:00
Dawn Chen
8509618311
Merge pull request #3501 from lavalamp/fix2
...
log on health checks
2015-01-15 09:16:15 -08:00
Nalin Dahyabhai
f49aee2507
Fixup JSON syntax errors in example controller
2015-01-15 12:13:34 -05:00
Joe Beda
24e512b4b8
Update instructions for running Vagrant e2e
2015-01-15 09:12:20 -08:00
Joe Beda
6bd6b905f5
Address code review comments
...
Add some documentation.
Create new util.InitFlags() function to merge and parse in one step.
2015-01-15 09:12:20 -08:00
Joe Beda
1d0b6ee5f5
Fix up logging flags for kubectl.
2015-01-15 09:12:20 -08:00
Joe Beda
7ee327146a
Fix typo in initd scripts
2015-01-15 09:12:20 -08:00
Joe Beda
228659a177
Fix up for posix flags
2015-01-15 09:12:19 -08:00
Joe Beda
f692604bdf
Fix name of pflag_import.go
2015-01-15 09:12:19 -08:00
Joe Beda
dcd00c936e
Move all kubernetes to posix flags
2015-01-15 09:12:19 -08:00
Eric Tune
b9dd9c4f6c
Merge pull request #3519 from derekwaynecarr/forbidden_swallows_err
...
Forbidden should not swallow the underlying error
2015-01-15 09:08:34 -08:00
derekwaynecarr
e5b550576c
Forbidden should not swallow the underlying error
2015-01-15 11:22:15 -05:00
Anthony Yeh
5090dcbc62
Fix example usage of kubectl resize command.
2015-01-14 23:39:23 -08:00
Anthony Yeh
895c23e2d2
Allow Content-Type with charset in apiserver proxy.
...
Fixes #3456
2015-01-14 23:01:49 -08:00
Jeff Lowdermilk
4cd345b8a6
Merge pull request #3377 from brendandburns/cli
...
Add a resize command to kubectl.
2015-01-14 22:20:18 -08:00
davidopp
2675cfa16b
Merge pull request #2906 from abhgupta/abhgupta-dev
...
Enhancements to scheduler priority functions
2015-01-14 21:47:28 -08:00
Anthony Yeh
6f641744ff
Preserve trailing slash in apiserver proxy.
...
Some servers are sensitive to the presence of a trailing slash.
For example, http://etcd/v2/keys returns 404 while
http://etcd/v2/keys/ returns the key named "/".
2015-01-14 21:42:34 -08:00
Brendan Burns
d3a07adb38
Add a resize command to kubectl.
2015-01-14 21:36:08 -08:00
Satnam Singh
cd5a44e381
Remove curl check from Kibana image
2015-01-14 21:32:29 -08:00
derekwaynecarr
eed64d2bd0
Add a doc.go to resourcedefaults
2015-01-14 20:52:01 -05:00
Daniel Smith
84ce5c441a
Merge pull request #3499 from smarterclayton/double_print_usage_errors
...
kubectl is double printing errors
2015-01-14 17:45:59 -08:00
Daniel Smith
48adc8f458
Merge pull request #3497 from saad-ali/fix3495
...
Increase timeout for TestEtcdSourceExistingBoundPods test
2015-01-14 17:45:46 -08:00
Daniel Smith
58da222400
Merge pull request #3436 from Primigenus/patch-1
...
Use UI instead of UX
2015-01-14 17:42:45 -08:00
Daniel Smith
09e30a6a63
log on health checks
2015-01-14 17:38:48 -08:00
Clayton Coleman
831557408b
kubectl is double printing errors
...
cobra/command prints errs that are returned by cmd.Execute(), so
printing it twice does not accomplish anything.
2015-01-14 20:11:51 -05:00
saadali
b57cc6a11c
Increase timeout for TestEtcdSourceExistingBoundPods test
2015-01-14 17:06:04 -08:00
Daniel Smith
b0d9ad70de
Merge pull request #3482 from lavalamp/fix
...
make quantity flag work with pflag package
2015-01-14 16:43:32 -08:00