Maria Nita
|
2295d4b2e9
|
kubectl createall command extends Factory
|
2014-11-11 17:23:39 +01:00 |
|
Clayton Coleman
|
b5a88a4662
|
Merge pull request #2283 from dchen1107/deathrattle
Fixed Eventf with wrong arguments.
|
2014-11-11 10:41:51 -05:00 |
|
Michal Fojtik
|
0c76c44972
|
Make getKubeConfig public to allow it for external consumption
|
2014-11-11 16:02:39 +01:00 |
|
Dawn Chen
|
ada43ae233
|
Fixed Eventf with wrong arguments.
|
2014-11-10 23:53:48 -08:00 |
|
Dawn Chen
|
30fcf24131
|
Merge pull request #2121 from brendandburns/standalone
Create a standalone k8s binary, capable of running a full cluster
|
2014-11-10 22:04:28 -08:00 |
|
Brendan Burns
|
db0d98daa2
|
Merge pull request #2257 from jhadvig/kubelet_timeout
Bumping kubelet write/read timeout
|
2014-11-10 21:18:25 -08:00 |
|
Brendan Burns
|
3fdbb10255
|
Add a human readable message to pod state.
|
2014-11-10 21:05:27 -08:00 |
|
Eric Tune
|
08c8f2cde1
|
Record event of kubelet restart re: minion obj.
|
2014-11-10 13:46:48 -08:00 |
|
Brendan Burns
|
2c1221864d
|
Make a standalone binary.
|
2014-11-10 13:34:11 -08:00 |
|
Clayton Coleman
|
21a6e96418
|
Merge pull request #2126 from brendandburns/validatez
Add etcd to the list of services to validate.
|
2014-11-10 14:53:41 -05:00 |
|
bgrant0607
|
3cf17c0094
|
Merge pull request #2225 from dchen1107/deathrattle
Capture application termination messages/output
|
2014-11-10 11:25:14 -08:00 |
|
Dawn Chen
|
57454cce81
|
Add support to capture application termination message and propagate
the message to the upper layer through ContainerStatus.
|
2014-11-10 10:56:23 -08:00 |
|
Dawn Chen
|
8ffbced280
|
Introduce terminationMessagePath to Container, and update conversion code
to assign the default path.
Move default setting for terminationMessagePath to conversion
from validation. Addressed other comments.
|
2014-11-10 10:55:56 -08:00 |
|
fabianofranz
|
c43637b73c
|
Extract several kubectl helpers from cmd/cmd.go
|
2014-11-10 15:09:32 -02:00 |
|
Clayton Coleman
|
72bf12c86d
|
Update the validation logic to test PodTemplateSpec
|
2014-11-10 11:33:51 -05:00 |
|
Clayton Coleman
|
a68a493e4b
|
Alter the error message when an error list is put in an error list
|
2014-11-10 11:33:51 -05:00 |
|
Clayton Coleman
|
74c7914f7e
|
Conversion functions to support PodTemplateSpec
|
2014-11-10 11:33:31 -05:00 |
|
Clayton Coleman
|
e3be1e9e14
|
Changes to core types for introducing PodTemplateSpec
|
2014-11-10 11:33:31 -05:00 |
|
Clayton Coleman
|
9f15e96bd6
|
Better logging when a type is invalid during conversion
|
2014-11-10 11:33:31 -05:00 |
|
Clayton Coleman
|
ad92ff6952
|
When explicitly converting two objects, allow names to differ
|
2014-11-10 11:33:31 -05:00 |
|
jhadvig
|
dfa076b79a
|
Dumping kubelet write/read timeout
|
2014-11-10 17:09:50 +01:00 |
|
Daniel Smith
|
9bb0d33a3f
|
Fix kubectl -template to be versioned
|
2014-11-07 16:47:21 -08:00 |
|
Daniel Smith
|
66d62229f6
|
Fix kubecfg -template to be versioned
|
2014-11-07 16:47:21 -08:00 |
|
Deyuan Deng
|
38abf0c7ad
|
Return success when registrying unhealthy node.
|
2014-11-07 15:45:15 -05:00 |
|
Daniel Smith
|
9938254b63
|
Merge pull request #2226 from claire921/kubectl
Uncapitalize error message in pkg/kubectl
|
2014-11-07 11:30:39 -08:00 |
|
Daniel Smith
|
4eca141c0f
|
Merge pull request #2236 from dchen1107/cleanup
Remove dead code.
|
2014-11-07 11:29:52 -08:00 |
|
Tim Hockin
|
b4b6453808
|
Merge pull request #2198 from claire921/service
Service
|
2014-11-07 11:15:29 -08:00 |
|
Dawn Chen
|
b4ab6e6ecc
|
Remove dead code.
|
2014-11-07 11:05:35 -08:00 |
|
Daniel Smith
|
816c6f58dd
|
Merge pull request #2197 from claire921/scheduler
Refactor selectHost in Sched
|
2014-11-07 09:38:54 -08:00 |
|
Dawn Chen
|
5342bb4306
|
Introduce application termination message to ContainerStatus
|
2014-11-07 09:32:39 -08:00 |
|
Justin SB
|
b19170f335
|
gofmt
|
2014-11-07 06:34:18 -08:00 |
|
Claire Li
|
a4261d0f65
|
Use switch rather than ifs for getPodStatusForReplicationController in pkg/describe.go
|
2014-11-06 23:45:51 -08:00 |
|
Claire Li
|
9111f4fdbe
|
Uncapitalize error message in pkg/kubectl
|
2014-11-06 22:56:39 -08:00 |
|
Claire Li
|
5a7c00754f
|
Fix findPort: correctly handle the empty ports case
|
2014-11-06 21:55:43 -08:00 |
|
Claire Li
|
c5205870c0
|
Refactor test for findPort in service pkg
|
2014-11-06 21:55:43 -08:00 |
|
Claire Li
|
ea0c6bcbfd
|
Refactor findPort in service pkg
|
2014-11-06 21:55:43 -08:00 |
|
Claire Li
|
4bee622865
|
Add check for empty priority list and refactor tests.
|
2014-11-06 21:38:41 -08:00 |
|
Justin SB
|
04313ff173
|
Create ip_allocator that copes with IPv6
It uses a set (via a map) of allocated IPs
|
2014-11-06 21:26:26 -08:00 |
|
Sam Ghods
|
cbd13b599d
|
Fix two compilation errors when running go build ./...
|
2014-11-06 12:55:27 -08:00 |
|
Joe Beda
|
cc30ed14d0
|
Merge pull request #2207 from mikedanese/default-registry-auth
added support for authentication against the default docker registry...
|
2014-11-06 12:39:49 -08:00 |
|
Daniel Smith
|
42b0131d47
|
Merge pull request #2191 from thockin/udpsvc
UDP services need UDP portals
|
2014-11-06 12:19:31 -08:00 |
|
Mike Danese
|
1d76452bc2
|
added support for authentication against the default docker registry when provided in the .dockercfg
a
|
2014-11-06 11:52:25 -08:00 |
|
Daniel Smith
|
9846228969
|
Merge pull request #2201 from erictune/insecure_handler
Return InsecureHandler from master.
|
2014-11-06 10:59:43 -08:00 |
|
Clayton Coleman
|
4acb8e5eaf
|
Merge pull request #2189 from lavalamp/fix
Add self links to objects sent down the watch channel.
|
2014-11-06 12:57:07 -05:00 |
|
Eric Tune
|
c068b56919
|
Return InsecureHandler from master.
Subsequent changes will make use of both
m.Handler and m.InsecureHandler for different ports.
|
2014-11-06 09:11:31 -08:00 |
|
derekwaynecarr
|
56b6273dfb
|
Fix json serialization consistency
|
2014-11-06 10:24:48 -05:00 |
|
Claire Li
|
18fa043b1b
|
Add a test for selectHost of generic_scheduler
|
2014-11-05 21:48:42 -08:00 |
|
Claire Li
|
415ac3bf8a
|
Refactor selectHost in generic_scheduler
|
2014-11-05 21:26:25 -08:00 |
|
Brendan Burns
|
d7dc20fd6a
|
Add etcd to the list of services to validate.
Also add minions.
|
2014-11-05 21:22:01 -08:00 |
|
Tim Hockin
|
bc072206c0
|
UDP services need UDP portals
|
2014-11-05 17:47:40 -08:00 |
|