Tim Hockin
0f97a73c1b
Rename a bunch of "Make" functions to "New"
...
Also rename some to other names that make better reading. There are still a
bunch of "make" functions but they do things like assemble a string from parts
or build an array of things. It seemed that "make" there seemed fine. "New"
is for "constructors".
2014-08-20 21:27:19 -07:00
Daniel Smith
953cd923f1
Merge pull request #981 from bgrant0607/master
...
Add containerPort to service schema. Regenerate HTML. Add instructions f...
2014-08-20 19:12:47 -07:00
Daniel Smith
cc65b1ce65
Merge pull request #982 from brendandburns/healthz
...
Move healthz checking to cluster validation. Switch to code == 200
2014-08-20 16:44:35 -07:00
Brendan Burns
514f443854
Move healthz checking to cluster validation. Switch to code == 200
2014-08-20 15:52:29 -07:00
Daniel Smith
e031f7dbdb
Merge pull request #965 from brendandburns/integration
...
Update e2e scripts to use the -template parameter. Add a new test.
2014-08-20 15:42:51 -07:00
Brian Grant
31a0daae36
Add containerPort to service schema. Regenerate HTML. Add instructions for how to view HTML.
2014-08-20 22:17:10 +00:00
brendandburns
6ca912e07f
Merge pull request #977 from pmorie/unit
...
Add missing case for IntOrString unit tests
2014-08-20 14:30:38 -07:00
Paul Morie
5331cd6ec0
Add missing case for IntOrString unit tests
2014-08-20 17:22:29 -04:00
Dawn Chen
4b14a3d2c8
Merge pull request #975 from derekwaynecarr/kubelet_use_http_serve_mux
...
Refactor kubelet to use http.ServeMux
2014-08-20 14:16:27 -07:00
derekwaynecarr
fd8741edf2
Refactor kubelet to use http.ServeMux
2014-08-20 16:08:08 -05:00
Clayton Coleman
6b05d71d74
Merge pull request #972 from brendandburns/pod
...
Switch api.Status to *api.Status in a bunch of places.
2014-08-20 16:53:36 -04:00
Brendan Burns
0adde96bba
Update e2e scripts to use the -template parameter.
...
Add a script for the update demo.
2014-08-20 12:24:39 -07:00
Dawn Chen
a13edcea47
Merge pull request #973 from vishh/improve_logs
...
Improve kubelet logging
2014-08-20 10:45:16 -07:00
Vishnu Kannan
2b61831c22
Improve kubelet logging - log the docker container image name when docker pull fails.
2014-08-20 10:30:42 -07:00
Brendan Burns
a198bbb0ae
Switch api.Status to *api.Status in a bunch of places.
2014-08-20 10:21:49 -07:00
Daniel Smith
f650337ec3
Merge pull request #913 from csrwng/pluggable_type_printing
...
Allow kubecfg to print custom types
2014-08-20 10:01:56 -07:00
Daniel Smith
8c7f40b300
Merge pull request #950 from ddysher/service_coverage
...
Improve pkg/registry/service code coverage.
2014-08-20 10:00:33 -07:00
Dawn Chen
123d7f0533
Merge pull request #954 from derekwaynecarr/salt_guide
...
Add doc on how our salt setup works
2014-08-20 09:49:35 -07:00
csrwng
14714f2638
Allow kubecfg to print custom types
2014-08-20 12:23:02 -04:00
Tim Hockin
7c7273eed3
Merge pull request #884 from eflynn/patch-1
...
Remove duplicate shebang
2014-08-20 08:18:49 -07:00
Joe Beda
4f1e704e42
Merge pull request #960 from brendandburns/shell_sucks
...
Uniquify the http firewall rule between different runs of the e2e tests.
2014-08-19 20:20:59 -07:00
Joe Beda
ecd68b2c46
Merge pull request #962 from ghodss/vim-gitignore
...
Update .gitignore to include vim save files.
2014-08-19 19:19:36 -07:00
Deyuan Deng
c104551025
Improve pkg/registry/service code coverage.
2014-08-19 20:13:00 -04:00
Sam Ghods
9da5b58d3c
Update .gitignore to include vim save files.
2014-08-19 16:55:49 -07:00
Brendan Burns
aa9d0d774c
Uniquify the http firewall rule between different runs of the e2e tests.
2014-08-19 16:35:11 -07:00
Daniel Smith
9bafb8c541
Merge pull request #957 from brendandburns/shell_sucks
...
Add quotes to preserve more sane quoting in what we pass through.
2014-08-19 16:23:50 -07:00
Daniel Smith
b4973bbac4
Merge pull request #956 from brendandburns/service
...
Fix the proxier when a service with the same port is re-created after being deleted.
2014-08-19 16:22:04 -07:00
brendandburns
a9ba3687f4
Merge pull request #958 from dchen1107/port
...
Fix #926
2014-08-19 16:15:15 -07:00
Dawn Chen
5a2365b323
Fix #926
...
Make HostPort a real option without being set to ContainerPort if absent.
2014-08-19 15:44:50 -07:00
Brendan Burns
3c5d2c0846
Add quotes to preserve more sane quoting in what we pass through.
2014-08-19 14:47:24 -07:00
Brendan Burns
da74625ac6
Fix the proxier when a service with the same port is re-created, actually restart the proxy.
2014-08-19 12:24:10 -07:00
derekwaynecarr
b5b6848809
Add doc on how our salt setup works
2014-08-19 14:13:53 -04:00
Clayton Coleman
7ac44a6697
Merge pull request #953 from brendandburns/sanity
...
Remove a duplicate flag.
2014-08-19 13:16:37 -04:00
Brendan Burns
dc1de2bc0e
Remove a duplicate flag.
2014-08-19 09:48:41 -07:00
brendandburns
6c9fda472d
Merge pull request #952 from smarterclayton/let_timeout_be_overriden
...
Let coverage and timeout be overriden in hack/test-go.sh
2014-08-19 09:36:04 -07:00
Clayton Coleman
d573d81306
Let coverage and timeout be overriden in hack/test-go.sh
...
As usual, shell review / test gratefully accepted. Tested on OSX and
F20
2014-08-19 01:13:03 -04:00
brendandburns
bd53643647
Merge pull request #851 from derekwaynecarr/cloud_provider
...
Vagrant supports a cloud provider
2014-08-18 18:23:49 -07:00
brendandburns
2d84987c11
Merge pull request #885 from thockin/net
...
Proper ip-per-pod on GCE.
2014-08-18 18:22:05 -07:00
brendandburns
88baa52134
Merge pull request #918 from lavalamp/bindImpl
...
Implement bindings
2014-08-18 18:19:33 -07:00
brendandburns
5756a635c9
Merge pull request #949 from lavalamp/bugFix
...
Add comment for clarity and logging for debugging.
2014-08-18 18:15:37 -07:00
Daniel Smith
f689d44d25
Add comment for clarity and logging for debugging.
2014-08-18 17:43:10 -07:00
Joe Beda
6e656e4da7
Merge pull request #946 from jbeda/new-build
...
More `godep` fixes
2014-08-18 17:11:02 -07:00
Joe Beda
76baaa15b2
Fix up not-yet-ready build/... stuff for godep
2014-08-18 17:03:43 -07:00
Daniel Smith
d363d5d942
Merge pull request #944 from brendandburns/service
...
Add a better test for service environment variables. Fix bugs.
2014-08-18 16:59:21 -07:00
brendandburns
0126688ca0
Merge pull request #939 from derekwaynecarr/kubecfg_stop_should_reuse_code
...
Use common resize controller logic for stop in kubecfg
2014-08-18 16:58:56 -07:00
Daniel Smith
138b560efb
Implement bindings
...
This will effectively cause no changes until we remove the assignPod
call from CreatePod().
2014-08-18 16:55:44 -07:00
brendandburns
3b2f3ba00a
Merge pull request #948 from brendandburns/nsenter
...
Fix the installation of nsinit
2014-08-18 16:55:13 -07:00
Brendan Burns
3eb044b495
Add a better test for service environment variables
...
Fix bugs.
2014-08-18 16:53:59 -07:00
Brendan Burns
a779102924
Fix the installation of nsinit
2014-08-18 16:40:12 -07:00
Joe Beda
617e5c72af
Improve documentation and checks for godep
2014-08-18 15:34:00 -07:00