Daniel Smith
|
ba62943b8e
|
Compare containers by name, not by pointer equality.
|
2014-12-09 17:06:39 -08:00 |
Brendan Burns
|
3a201e5eaf
|
Add a note that vagrant suspend is not supported.
|
2014-12-09 16:20:47 -08:00 |
Brendan Burns
|
3a7dd589d5
|
Merge pull request #2735 from erictune/proxy_no_etcd
Use apiserver instead of etcd for kube-proxy.
|
2014-12-09 15:27:20 -08:00 |
Brendan Burns
|
953fa540ee
|
Merge pull request #2505 from abhgupta/abhgupta-dev
Scheduler changes for extensibility
|
2014-12-09 15:25:37 -08:00 |
Brendan Burns
|
91865f3576
|
Merge pull request #2536 from lavalamp/verifyNetwork
Verify network
|
2014-12-09 15:24:32 -08:00 |
Brendan Burns
|
4985f58eb5
|
Merge pull request #2759 from mikedanese/configure-cadvisor-port
make cadvisor port configurable on the kubelet
|
2014-12-09 15:21:35 -08:00 |
Brendan Burns
|
e8280364fc
|
Merge pull request #2787 from rajdeepd/master
Added two test cases for KubeletClient
|
2014-12-09 15:19:01 -08:00 |
Brendan Burns
|
9a7f4469c1
|
Merge pull request #2793 from liggitt/tls_auth
x509 request authenticator
|
2014-12-09 15:17:39 -08:00 |
bgrant0607
|
4a9afe61da
|
Merge pull request #2621 from brendandburns/kubecfg
Add validation back in
|
2014-12-09 15:10:51 -08:00 |
Brendan Burns
|
122be407aa
|
Merge pull request #2812 from jbeda/guestbook-dup-fix
Make guestbook handle duplicate entries.
|
2014-12-09 15:03:48 -08:00 |
Joe Beda
|
adc4c152ec
|
Merge pull request #2784 from bgrant0607/docfix
Update roadmap based on discussion at contributor meetup.
|
2014-12-09 14:25:23 -08:00 |
Daniel Smith
|
4e7808089e
|
Merge pull request #2765 from lavalamp/conv
conversion refactoring
|
2014-12-09 13:57:57 -08:00 |
Filipe Brandenburger
|
04defb53e4
|
Merge pull request #2806 from ddysher/exit-integration
Use EXIT pseudo-signal
|
2014-12-09 13:49:44 -08:00 |
Daniel Smith
|
9c3f6a402d
|
add network test to e2e.go
|
2014-12-09 13:10:59 -08:00 |
James DeFelice
|
ca2840a8e8
|
inspect the full repo/image:tag name
|
2014-12-09 15:41:08 -05:00 |
Brendan Burns
|
18cfac0d31
|
Make validation optional, handle YAML
|
2014-12-09 12:37:49 -08:00 |
Brendan Burns
|
c29f5db81c
|
Revert "Revert "Add optional validation to kubecfg/kubectl.""
This reverts commit 6590c66dd4 .
|
2014-12-09 12:37:48 -08:00 |
Joe Beda
|
09a8efefe9
|
Merge pull request #2791 from derekwaynecarr/salt_api_missing_cherrypy
Vagrant fix - Add python-cherrypy as explicit install for salt-api
|
2014-12-09 12:12:37 -08:00 |
bgrant0607
|
fb4fadb4bf
|
Merge pull request #2450 from smarterclayton/allow_empty_service_selector
Allow an empty service selector
|
2014-12-09 11:47:13 -08:00 |
Joe Beda
|
e0f5956e46
|
Make guestbook handle duplicate entries.
Also use kubernetes org on the Docker Hub to host the image.
Fixes #2811
|
2014-12-09 11:23:09 -08:00 |
Daniel Smith
|
18e47ba056
|
Add network testing pod
|
2014-12-09 10:55:10 -08:00 |
Joe Beda
|
90f71ea4d9
|
Merge pull request #2805 from jlowdermilk/fix-salt
Fix conditional docker_opts in salt/docker/docker-defaults
|
2014-12-09 10:16:55 -08:00 |
Daniel Smith
|
f18846c985
|
Merge pull request #2798 from brendandburns/master
Expand e2e instructions.
|
2014-12-09 09:54:05 -08:00 |
Clayton Coleman
|
2c27f7d332
|
Allow an empty service
|
2014-12-09 12:48:53 -05:00 |
Clayton Coleman
|
8a833ca701
|
Add a List type that can contain arbitrary objects
Supports objects that the core schema may not recognize and
preserves them unmodified as runtime.Unknown
|
2014-12-09 10:31:17 -05:00 |
Clayton Coleman
|
db2c59ff61
|
Allow conversion between []runtime.Object and []runtime.RawExtension
This allows generic lists with unrecognized objects to be roundtripped
between internal and external objects.
|
2014-12-09 10:31:17 -05:00 |
Clayton Coleman
|
1eaa5c41f9
|
RawExtension was not properly marshalled
MarshalJSON can't use a pointer to a struct for RawExtension:
http://stackoverflow.com/questions/21390979/custom-marshaljson-never-gets-called-in-go
|
2014-12-09 10:31:14 -05:00 |
Jordan Liggitt
|
09ba404fb7
|
x509 request authenticator
|
2014-12-09 09:34:16 -05:00 |
Brendan Burns
|
878b5e8a4a
|
address comments.
|
2014-12-08 19:48:02 -08:00 |
Deyuan Deng
|
bf42ea26d5
|
Use EXIT pseudo-signal
|
2014-12-08 21:28:18 -05:00 |
Daniel Smith
|
3c1d51b19d
|
refactor to hide structs behind an interface
|
2014-12-08 17:12:40 -08:00 |
Daniel Smith
|
564c087062
|
produce more readable error messages
|
2014-12-08 17:12:38 -08:00 |
Daniel Smith
|
77521a33d3
|
Add stack of previous values to converter
|
2014-12-08 17:12:07 -08:00 |
Daniel Smith
|
7f2d0c0f71
|
Merge pull request #2779 from thockin/qualname
Add util to validate namespaced names
|
2014-12-08 17:08:47 -08:00 |
Brendan Burns
|
c33a5d6c1b
|
Merge pull request #2802 from brendandburns/fix
Fix e2e.
|
2014-12-08 17:05:19 -08:00 |
Brendan Burns
|
33b3c1b8ce
|
Fix e2e.
|
2014-12-08 16:55:56 -08:00 |
Daniel Smith
|
a88edf97c5
|
Merge pull request #2801 from VojtechVitek/checkError
Improve error reporting
|
2014-12-08 16:53:27 -08:00 |
Jeff Lowdermlk
|
0007257bce
|
Fix conditional on grains.docker_opts in docker-defaults
|
2014-12-08 16:42:41 -08:00 |
Vojtech Vitek (V-Teq)
|
397240aebe
|
Improve error reporting
Follow-up of changes introduced in commit 72c922668f
|
2014-12-09 01:37:24 +01:00 |
Brendan Burns
|
1d031b7a03
|
Expand e2e instructions.
|
2014-12-08 16:01:35 -08:00 |
Brendan Burns
|
5b33534dcf
|
Merge pull request #2652 from justinsb/default_vpc_has_no_tags
Don't assume every AWS VPC has tags
|
2014-12-08 15:53:47 -08:00 |
Brendan Burns
|
30656d7522
|
Merge pull request #2653 from justinsb/default_cluster_monitoring
Default ENABLE_CLUSTER_MONITORING to false
|
2014-12-08 15:53:35 -08:00 |
Daniel Smith
|
aae7aaa604
|
Merge pull request #2795 from zmerlynn/pushup
Add --pushup to e2e.go
|
2014-12-08 15:45:20 -08:00 |
Tim Hockin
|
5ecce5d60c
|
Add util to validate namespaced names
|
2014-12-08 15:31:43 -08:00 |
Zach Loafman
|
b7a7e92ad1
|
Add --pushup to e2e.go
Silly but hopefully memorable name for an option to --push OR --up
depending on cluster state.
|
2014-12-08 15:23:30 -08:00 |
Abhishek Gupta
|
d17cebcd2a
|
Implementing PR feedback and adding test cases
|
2014-12-08 14:47:05 -08:00 |
Abhishek Gupta
|
5fa1dbc07b
|
Implementing PR feedback
- Making ConfigFactory struct public
- Added comments for predicate/priority functions and new methods
|
2014-12-08 14:47:05 -08:00 |
Abhishek Gupta
|
13831856c9
|
Combining scheduler priority functions using weighted averages
|
2014-12-08 14:47:05 -08:00 |
Abhishek Gupta
|
7f374030c1
|
Fixing gofmt errors
|
2014-12-08 14:47:05 -08:00 |
Abhishek Gupta
|
1eb28b0aa3
|
Scheduler changes to allow multiple priority functions
|
2014-12-08 14:47:05 -08:00 |