Filip Grzadkowski
31fc217527
Remove raw binaries from distro that are already included in docker image
2015-06-12 17:01:12 +02:00
James DeFelice
91238f8b44
Make building contrib code optional
2015-06-10 20:30:10 +00:00
Brendan Burns
9e198a6ed9
Purge cluster/kubectl.sh from nearly all docs.
...
Mark cluster/kubectl.sh as deprecated.
2015-06-09 13:35:52 -07:00
Brendan Burns
e051497be9
Add some text about the docs being sync'd to HEAD
...
Add pointers to the release branch files.
Clone docs when creating a new release.
2015-06-04 21:53:15 -07:00
Zach Loafman
0bb78fe6c5
Merge pull request #9042 from zmerlynn/neuter-rmi-complaint
...
Don't die if the "docker rmi" fails
2015-05-30 09:25:56 -07:00
Zach Loafman
8f70779b1b
Don't die if the "docker rmi" fails
...
Slightly neuters #8955 , but we haven't had a build succeed in a while
for whatever reason. (I checked on Jenkins and the images in the build
log where deletion was attempted were actually deleted, so I think
this is primarily an exit code / API issue of some sort.)
2015-05-30 09:20:09 -07:00
Rohit Jnagal
8d1481ab4a
Merge pull request #8835 from jlowdermilk/release-notes
...
Optionally use a github api token when compiling relase-notes
2015-05-29 13:24:10 -07:00
Dawn Chen
21ade7a531
Remove useless master component images after saving image as tar file.
2015-05-28 14:38:39 -07:00
Jeff Lowdermilk
b6cd4bedaa
Optionally use a github api token when compiling relase-notes
2015-05-27 17:18:44 -07:00
Jeff Lowdermilk
553f9f822b
Add ga-beacon analytics to gendocs scripts
...
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
Zach Loafman
4122b20c23
Revert "Revert "release build broken on Docker 1.6""
2015-05-11 10:15:27 -07:00
Zach Loafman
81d8ab32ba
Revert "release build broken on Docker 1.6"
2015-05-11 10:08:17 -07:00
Clayton Coleman
6a86c48207
release build broken on Docker 1.6
...
By default, tmpfs on Docker 1.6 is 64mb which is too
small for Go builds on the Kube project (binary size, etc).
This moves the release build to use a non tmpfs work dir.
2015-05-07 18:20:15 -04:00
Brendan Burns
1375a18175
Update boilerplate.
2015-05-07 09:52:08 -07:00
Brendan Burns
40dde19853
Adds a simple release-note builder that scrapes the Github API for recent PRs.
2015-05-07 09:37:38 -07:00
saadali
4569de7a46
Enable Google Cloud Monitoring and Google Cloud Logging instead of
...
Influxdb for Google Compute Engine deployments.
2015-05-06 15:23:40 -07:00
Eric Paris
f416289a85
update all python with boilerplate
2015-05-04 18:37:47 -04:00
Daniel Smith
fbe3ec7513
Merge pull request #7316 from ArtfulCoder/master_components_logs
...
logs for master components
2015-05-04 11:20:03 -07:00
Eric Paris
6b3a6e6b98
Make copyright ownership statement generic
...
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
2015-05-01 17:49:56 -04:00
Zach Loafman
d3dbaa0008
Build: Push .md5 and .sha1 files for every file we push to GCS
...
Also by pre-staging and pushing all at once, and by doing the ACL
modify in parallel, this shaves the push time down anyways, despite
the extra I/O.
Along the way: Updates to longer hashes ala #6615
2015-05-01 10:55:44 -07:00
Abhishek Shah
96439b5a52
logs for master components
2015-04-29 09:51:09 -07:00
Abhishek Shah
0f25014d5b
use busybox as base image for kube-master docker images
2015-04-16 22:22:04 -07:00
Robert Bailey
080b5634bf
Merge pull request #6929 from zmerlynn/fix_stable_release
...
Fix build/mark-stable-release mktemp
2015-04-16 13:21:32 -07:00
Zach Loafman
35f651382f
Fix build/mark-stable-release mktemp
2015-04-16 12:37:18 -07:00
Rohit Jnagal
8b4914dd0f
Merge pull request #6472 from zmerlynn/fix_build_status
...
Add kube::util::wait-for-jobs to report status, unlike builtin wait
2015-04-06 13:39:58 -07:00
Zach Loafman
3b8bbb32bb
Fix cluster up failures by cleaning docker build dirs (sigh)
2015-04-06 13:08:15 -07:00
Zach Loafman
2bc5dd559a
Add kube::util::wait-for-jobs to report status, unlike builtin wait
...
** Sigh **
Fixes an additional complaint in #6463
2015-04-06 11:11:49 -07:00
Zach Loafman
af34ef4c16
Remove "-f Dockerfile.blah" from make release
...
Rework the parallel docker build path to create separate docker build
directories for each binary, rather than just separate files,
eliminating the use of "-f Dockerfile.foo". (I think this also shaves
a little more time off, because it was previously sending the whole
dir each time to the docker daemon.)
Also some minor cleanup.
Fixes #6463
2015-04-06 09:43:30 -07:00
Jeff Grafton
274c607f6d
Merge pull request #6425 from zmerlynn/less_chatty_push
...
Be less chatty when we're uploading to GCS
2015-04-03 15:43:41 -07:00
Zach Loafman
18a11c1cb7
Be less chatty when we're uploading to GCS
2015-04-03 14:54:52 -07:00
Zach Loafman
5b6c75f986
And re-tabify that (to make previous easier to review)
2015-04-02 18:40:27 -07:00
Zach Loafman
e57171d2cc
Parallelize Docker build as well
2015-04-02 18:39:40 -07:00
Zach Loafman
9a6e04dc1f
Cleanup output of Docker builds, fix #6389
2015-04-02 18:18:24 -07:00
Zach Loafman
03c7182cac
Also build entire tarball phases in parallel
2015-04-02 17:56:45 -07:00
Zach Loafman
04813f0dcd
Revert "Revert "Parallelize architectures in both the building and packaging phases of `make release`""
...
This reverts commit 9f60dde320
.
2015-04-02 17:56:44 -07:00
Dawn Chen
9b2f835a01
Merge pull request #6326 from ArtfulCoder/docker_image_creation
...
Create Docker images for master components
2015-04-02 13:12:17 -07:00
Abhishek Shah
b1b779a8d5
docker image creation
2015-04-02 12:39:12 -07:00
Zach Loafman
e4b613b514
Infer the URL from the existing git setup. (I don't push via ssh)
...
Also document using the recursive/ours merge strategy, because
it's almost certainly what we want to do in this case.
2015-04-02 10:15:18 -07:00
Jeff Lowdermilk
45639d9e2d
Remove unused variables from build scripts
2015-04-01 12:28:31 -07:00
Dawn Chen
48cd904a20
Makefile for build pause image and push to gcr.io
2015-03-31 15:07:03 -07:00
Eric Paris
e9d2c49fd4
Instructions to back-merge release branches into master
...
This allows us to continue on branched like v0.14.1, v0.14.2, and tag on
that branch. But it will merge those tags into master so git describe
picks up the changes.
2015-03-30 17:31:15 -04:00
Eric Paris
a5732697fd
update instructions to make it clear to get review
2015-03-30 15:10:34 -04:00
Eric Paris
329f9a0e99
Do not allow minor release which is not a decendant of the release branch
...
This does some git magic to make sure you do not tag a branch with
v0.13.3 unless that branch is a decendant of the release-0.13 branch
upstream.
Don't allow v0.13.4 if v0.13.3 doesn't exit
Don't allow v0.13.3 if v0.13.3 already exits
2015-03-27 21:24:10 -04:00
Eric Paris
cbefaf5d65
output current_branch name instead of HEAD in help messages
2015-03-27 19:03:42 -04:00
Eric Paris
2b941f4954
anchor version regex
...
Also create a GIT_MINOR variable for a touch of readability....
2015-03-27 18:54:36 -04:00
Eric Paris
3919a38ad6
make mark-new-release.sh do branching and tell you exactly what to do next
...
We keep getting tags and branches wonky. This will land
v0.14.0 as an ancestor of master
v0.14.1 will NOT be an ancestor of master
I can do the later, it only a touch of git gymnastics, not really hard, but
we only occasionably do that today. (0.13.1 is an ancestor of master,
but 0.13.2 is not)
2015-03-27 17:01:56 -05:00
Brendan Burns
f089a054c2
Use stable.txt instead of latest.txt and add a script to set that file.
2015-03-26 15:16:59 -07:00
Jeff Grafton
46e8c08fe8
Update kube::log::{error,status} to include timestamp.
...
Additionally, make the build scripts call these rather than calling
'echo' directly.
2015-03-25 16:02:48 -07:00
Zach Loafman
3458246c10
Publish a gs://kubernetes-release/release/latest.txt when we publish a build
...
Adds a kube::release::gcs::publish_latest_official that checks the
current contents of this file in GCS, verifies that we're pushing a
newer build, and updates it if so. (i.e. it handles the case of
pushing a 0.13.1 and then later pushing a 0.12.3.) This follows the
pattern of the ci/ build, which Jenkins just updates unconditionally.
I already updated the file for 0.13.1. After this we can update the
get-k8s script, so we don't have to keep updating it.
2015-03-17 13:53:05 -07:00
Victor HU
e083fd3d44
Doc on proxy settings
...
Add doc on how to set proxy while building kubernetes in container.
2015-01-11 00:31:50 +00:00