Commit Graph

739 Commits (c9babe619e46b76a08d9d98fe0cdb84268043d6c)

Author SHA1 Message Date
Brendan Burns c9babe619e Updated to use the makeInvalidError helper function. 2014-07-11 14:24:55 -07:00
Brendan Burns 5bf0820580 Fix integration tests. 2014-07-11 14:24:54 -07:00
Brendan Burns b59dcbbb80 Fix tests. 2014-07-11 14:24:54 -07:00
Brendan Burns e9edfc754e Add initial validation of Service objects 2014-07-11 14:24:54 -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
Jeff Mendoza d0828f4926 Silence some noise.
Silence benign errors in bash scripts.
2014-07-10 14:21:23 -07: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
Tim Hockin 54790080b3 Accumulate validation errors
Rather than report the first error, accumulate all errors and report them all
at once.
2014-07-09 07:55:15 -07:00
Tim Hockin 6e78426d00 Tighten the identifiers spec
As I read through it I wanted to wordsmith a bit, which lead to reordering
some to read sort of top-down. There were a couple things I thought were wrong
(pod name should be a subdomain) and a few things I think we can make more
concise. I also added examples and clarified implications.
2014-07-09 07:50:50 -07:00