Commit Graph

3468 Commits

Author SHA1 Message Date
James Davies
ff5a425b67 Strip extra '-' from md5sum output when creating GCE projects 2014-11-12 17:04:01 +10:00
James Davies
945339362f Strip extra '-' from md5sum output when creating S3 bucket
md5sum prints out the hash, followed by the filename. When piped in from
stdin, this equates to a '-' character.

cluster/aws/util.sh was incorrect including this '-' character as part
of the S3 bucket name, causing the script to fail on Linux machines with
the md5sum binary.

i.e. "s3://kubernetes-staging-0ac68d8c77915cc1069a9e2f5e1f1d2d -"

Fixed by using `awk` to return only the first column (up to the space)
2014-11-12 16:56:50 +10:00
Brendan Burns
797c499b59 Merge pull request #2317 from meirf/services-doc-grammar-fix
Fix services doc grammar/punctuation
2014-11-11 20:51:34 -08:00
Meir Fischer
01448e0ea8 Fix services doc grammar/punctuation 2014-11-11 23:30:19 -05:00
Joe Beda
21ff53c70b Merge pull request #2311 from pietern/vsphere-curl
Use curl exclusively in vSphere deployment
2014-11-11 17:32:09 -08:00
Pieter Noordhuis
1df6f9ce6a Use curl exclusively in vSphere deployment
This fixes #2295.
2014-11-11 17:22:02 -08:00
Daniel Smith
bb3ce3ef7a Merge pull request #2314 from jbeda/kube-push-fix
Fix kube-push.sh
2014-11-11 17:20:17 -08:00
Joe Beda
4f62efcc23 Fix kube-push.sh 2014-11-11 17:10:56 -08:00
Eric Tune
cf21f97cd2 Merge pull request #2309 from lavalamp/fix3
Refactors of kubectl object printers.
2014-11-11 16:39:04 -08:00
Brendan Burns
fa8e0f6a6f Merge pull request #2296 from brendandburns/fix
Fix paths for kubectl
2014-11-11 16:23:11 -08:00
Daniel Smith
a198a62064 refactor resource printer's version handling (to make adding --watch feature easier) 2014-11-11 16:15:22 -08:00
Joe Beda
c8f64a28dd Merge pull request #2308 from mbforbes/master
Always append slashes to bucket prefixes to avoid forgetting them.
2014-11-11 15:45:26 -08:00
Daniel Smith
6fa6d3ee3e kubectl resource printing: actually do versioned print 2014-11-11 15:32:13 -08:00
Daniel Smith
f1b0b64a75 Add 'source' to events field selector. 2014-11-11 15:32:13 -08:00
Daniel Smith
d6d6229fea Actually let hack/e2e.go run kubectl 2014-11-11 15:32:12 -08:00
Maxwell Forbes
8d32faad29 Make slashes always appended to buckets to avoid forgetting them. 2014-11-11 23:16:04 +00:00
Eric Tune
30e627ee08 Merge pull request #2217 from satnam6502/fluentd-gcp-image
Make Fluentd to GCP Logging image self-contained
2014-11-11 15:00:29 -08:00
Joe Beda
50501282f2 Merge pull request #2255 from rabi/master
Update docker.service
2014-11-11 14:39:00 -08:00
Daniel Smith
10c2a98eb0 Merge pull request #2043 from hmrm/e2e-vagrant
Clean up e2e bash-in-go script
2014-11-11 13:39:39 -08:00
Joe Beda
ba611c2e31 Merge pull request #2299 from jbeda/version-fix
Use all tags for version detection
2014-11-11 12:19:10 -08:00
Joe Beda
e02322ba4e Use all tags for version detection 2014-11-11 11:20:19 -08:00
Haney Maxwell
fae27e2f17 Clean up e2e test 2014-11-11 11:03:07 -08:00
Brendan Burns
0393212624 Fix paths for kubectl 2014-11-11 10:49:44 -08:00
Daniel Smith
97cb1fa2df Merge pull request #2290 from pmorie/rename
Rename client/cache Store.Contains to ContainedIDs
2014-11-11 10:16:19 -08:00
Clayton Coleman
9fb58029fe Merge pull request #2287 from marianitadn/kubectl-create-factory
Kubectl create factory
2014-11-11 12:57:22 -05:00
Brendan Burns
7cc0d27187 Merge pull request #2291 from brendandburns/standalone
Fix build on 32 bit processors.
2014-11-11 09:52:12 -08:00
Brendan Burns
ffcdb9dfb7 Fix build on 32 bit processors. 2014-11-11 09:51:45 -08:00
Satnam Singh
cb496a365e Make Fluentd to GCP Logging image self-contained; add log rotation support 2014-11-11 09:21:21 -08:00
Paul Morie
e2be1564a4 Rename client/cache Store.Contains to ContainedIDs 2014-11-11 11:48:15 -05:00
Eric Tune
9f2750694c Merge pull request #2288 from marianitadn/update-doc
Update path to files in development doc
2014-11-11 08:41:57 -08:00
Maria Nita
815a82172c Update path to files in development doc 2014-11-11 17:30:32 +01:00
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
Clayton Coleman
c9eb9e14b3 Merge pull request #2285 from mfojtik/getkubecfg
Make getKubeConfig public to allow it for external consumption
2014-11-11 10:40:03 -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
1f75d20e9b Merge pull request #2263 from jbeda/clean-volumes
Clean out data volumes for real
2014-11-10 21:16:40 -08:00
Brendan Burns
a60a01c3d6 Temporarily remove the binary instructions, since they don't work in the old binaries. 2014-11-10 20:58:42 -08:00
Brendan Burns
8928df79cc Merge pull request #2260 from brendandburns/Ch00k-kube-up-aws
Ch00k kube up aws - adapted by brendandburns
2014-11-10 20:57:32 -08:00
Daniel Smith
e643204711 Merge pull request #2275 from jbeda/release-prefix-fix
Make sure the 'prefix' has a trailing slash
2014-11-10 17:48:41 -08:00
Brendan Burns
48498cf9bb Fix docs somewhat, add monitoring hooks. 2014-11-10 17:17:25 -08:00
Joe Beda
df007d1a2f Make sure the 'prefix' has a trailing slash 2014-11-10 16:16:19 -08:00
Daniel Smith
c67083572b Merge pull request #2268 from erictune/kubelet_local_log_event
Locally log kubelet events
2014-11-10 15:57:07 -08:00
Maxwell Forbes
e32aac7b54 Merge pull request #2272 from jbeda/build-copy-extra
Upload extra artifacts with build
2014-11-10 15:55:00 -08:00
Joe Beda
8ffa1f6657 Upload extra artifacts with build 2014-11-10 15:35:48 -08:00
Daniel Smith
626eb2700e Merge pull request #2261 from erictune/aux_port
Add a third port which has HTTPS and auth(n,z)
2014-11-10 15:31:49 -08:00
Eric Tune
53f9d42ed3 Add a third port which has HTTPS and auth(n,z)
It is disabled by default.
Document all the various and sundry (3) ports.
2014-11-10 15:16:46 -08:00
Daniel Smith
b6f68988ed Merge pull request #2267 from erictune/kubelet_events
Kubelet event on restart.
2014-11-10 15:00:56 -08:00