Commit Graph

741 Commits

Author SHA1 Message Date
Tim Hockin
f532038281 Merge pull request #345 from smarterclayton/fix_ids
Ensure pod and manifest have a UUID in apiserver
2014-07-11 11:29:00 -07:00
Tim Hockin
9861f0d806 Merge pull request #388 from brendandburns/health
Address some comments from thockin@
2014-07-11 11:27:32 -07:00
Brendan Burns
1b4dfe7d14 Move from bool to HealthCheckStatus 2014-07-11 10:15:31 -07:00
Brendan Burns
6312ffebcf Address some comments from thockin@ 2014-07-11 10:14:45 -07:00
brendandburns
56735fe2ec Merge pull request #412 from ggtools/master
Fixed SCRIPT_DIR computation when CDPATH is set.
2014-07-11 09:29:01 -07:00
Tim Hockin
59686bf2e2 Merge pull request #409 from nyaxt/fixlint2
fix go lint errors in util
2014-07-11 08:49:56 -07:00
Christophe Labouisse
3ce6fc116d Fixed SCRIPT_DIR computation when CDPATH is set. 2014-07-11 16:55:47 +02:00
Kouhei Ueno
93def86a9e fix go lint errors in util 2014-07-11 21:04:34 +09:00
brendandburns
628667a2b0 Merge pull request #400 from MSOpenTech/shell-scripts
Start modularizing shell scripts
2014-07-10 20:52:49 -07:00
brendandburns
4d4bed6de2 Merge pull request #399 from MSOpenTech/silence-error
Silence benign errors in bash scripts.
2014-07-10 20:46:22 -07:00
brendandburns
ad3c813198 Merge pull request #404 from thockin/cleanups
Fix go lint errors in util
2014-07-10 20:45:30 -07:00
Tim Hockin
c134a16c36 fix go lint errors in util 2014-07-10 17:32:42 -07:00
Tim Hockin
95e0077ba1 Merge pull request #403 from nf/cleanup
rename client.ClientInterface to client.Interface
2014-07-10 17:11:54 -07:00
Andrew Gerrand
a9fdf1f6b5 rename client.ClientInterface to client.Interface 2014-07-11 09:51:34 +10:00
Jeff Mendoza
24159294d6 Fix build-release comments. 2014-07-10 15:48:58 -07:00
Jeff Mendoza
5a556dc3fa Start modularizing shell scripts
Pull release tarball building out of release.sh into new
build-release.sh, so you can build the tarball without uploading
to cloud storage.
2014-07-10 15:46:24 -07:00
Clayton Coleman
5896ac14da Ensure pod and manifest always have a UUID
* Fixes implication #2 in docs/identifiers.md
* Replication controller lets the apiserver set the pod ID
2014-07-10 18:03:48 -04:00
Jeff Mendoza
d0828f4926 Silence some noise.
Silence benign errors in bash scripts.
2014-07-10 14:21:23 -07:00
Clayton Coleman
31e40e1a68 bump(code.google.com/p/go-uuid/uuid): 3da0bf12e76e1048469b95fb20e29f1bc9799ae1 2014-07-10 17:06:43 -04:00
brendandburns
e6ee45d38e Merge pull request #395 from thockin/cleanups
IntOrString for use in JSON/YAML
2014-07-10 12:46:05 -07:00
Tim Hockin
32bcdbeb53 Merge pull request #396 from brendandburns/hostname
Add Hostname to the docker run command.
2014-07-10 12:28:30 -07:00
Brendan Burns
dc61547b95 Add Hostname to the docker run command. 2014-07-10 12:25:57 -07:00
Tim Hockin
06ac51e6e5 Merge pull request #389 from brendandburns/podip
Add PodIP to the info returned for a pod.
2014-07-10 11:18:05 -07:00
Tim Hockin
85effbbc3f IntOrString for use in JSON/YAML
Specifying an API type as IntOrString will allow JSON and YAML to accept
either ints or strings with the same name.  For example, port names or
numbers.
2014-07-10 11:09:47 -07:00
brendandburns
1848745427 Added a link to the CoreOS howto. 2014-07-10 10:01:33 -07:00
Brendan Burns
b4811abbd6 Address Clayton's comment. 2014-07-10 09:24:49 -07:00
brendandburns
4384772d32 Merge pull request #393 from yugui/fix/golint
Fixes Go lint errors.
2014-07-10 09:19:38 -07:00
Yuki Sonoda (Yugui)
45b48e1668 Fixes golint errors in pkg/kubelet 2014-07-10 21:57:26 +09:00
Yuki Sonoda (Yugui)
2d888539dc Fixes golint errors in pkg/kubecfg 2014-07-10 21:27:05 +09:00
Yuki Sonoda (Yugui)
056f871bed Fixes golint errors in pkg/controller 2014-07-10 21:27:01 +09:00
Yuki Sonoda (Yugui)
820b67e41f Fixes golint errors in pkg/cloudprovider 2014-07-10 20:46:56 +09:00
Yuki Sonoda (Yugui)
6914681ed0 Fixes golint errors in pkg/api 2014-07-10 20:46:35 +09:00
brendandburns
0748ac39e8 Merge pull request #374 from yugui/feature/show-progress
Periodically shows message while waiting for completion of REST operations
2014-07-09 23:15:05 -07:00
brendandburns
b1cbdf3070 Merge pull request #382 from raphael/370_update_docs
Resolve #370
2014-07-09 23:14:18 -07:00
Yuki Yugui Sonoda
602f7d8112 Use glog instead of printing to stderr. 2014-07-10 14:59:56 +09:00
Brendan Burns
d5b7c4eb6d Fix integration tests with a check for nil
Add a unit test to validate behavior
2014-07-09 22:31:17 -07:00
Tim Hockin
5097b832c8 Merge pull request #349 from thockin/cleanups
WIP: tighten identifier spec
2014-07-09 22:19:01 -07:00
Brendan Burns
7b11cbd622 Add PodIP to the info returned for a pod. 2014-07-09 22:13:07 -07:00
Tim Hockin
b0b9606aea Merge pull request #365 from brendandburns/health
add http health checks.
2014-07-09 16:14:30 -07:00
brendandburns
4c309862e3 Merge pull request #371 from thockin/valid3
Accumulate errors during validation
2014-07-09 13:36:37 -07:00
brendandburns
c268d5c291 Merge pull request #384 from bgrant0607/master
Move definitions of service and replicationController to avoid forward references
2014-07-09 13:35:28 -07:00
Tim Hockin
95fb7bc1ae Merge pull request #379 from brendandburns/host
Add support for host up binding to the API (and kubelet)
2014-07-09 12:54:32 -07:00
Tim Hockin
809708ee6b Merge pull request #383 from ironcladlou/namespace-local-mounts
Namespace "local" volume mounts by ContainerManifest ID on disk
2014-07-09 12:32:41 -07:00
Brian Grant
34146feeaa Move definitions of service and replicationController to avoid forward references. 2014-07-09 19:31:51 +00:00
Brendan Burns
41c6680943 add http health checks. 2014-07-09 12:01:43 -07:00
Dan Mace
00df67b0bf Namespace "local" volume mounts by ContainerManifest ID on disk
Local volume mounts in a pod should result in host mounted directories
which are namespaced by the ContainerManifest ID.
2014-07-09 14:45:22 -04:00
brendandburns
4b6ff69925 Merge pull request #381 from yugui/feature/api-scope
Allows adding custom api scopes to service accounts available in minions.
2014-07-09 11:19:33 -07:00
Brendan Burns
4b22f7a462 Add support for host ip binding to the API (and kubelet) 2014-07-09 11:13:38 -07:00
Raphael Simon
65c79a717c Resolve #370
Add documentation notes about Google Storage JSON API setting being required and about the need for instances to be able to send traffic to each other on their private ips.
2014-07-09 08:10:46 -07:00
Tim Hockin
4ecefd1ba3 Define an errorList type and use it to accumulate 2014-07-09 07:56:27 -07:00