Zach Loafman
e1cccbf318
Merge pull request #10969 from zmerlynn/release-0.21
...
Release 0.21.1
2015-07-08 19:11:13 -07:00
Zach Loafman
3910893d37
0.21.1 merge to master
2015-07-08 18:52:51 -07:00
Zach Loafman
9d2691d48b
Kubernetes version v0.21.1-dev
2015-07-08 18:52:51 -07:00
Zach Loafman
539e7c8a89
Revert "Versioning docs and examples for 0.21.1"
...
This reverts commit aa618a97f4
.
2015-07-08 18:52:51 -07:00
Zach Loafman
906122a279
Kubernetes version v0.21.1
2015-07-08 18:52:51 -07:00
Zach Loafman
aa618a97f4
Versioning docs and examples for 0.21.1
2015-07-08 18:52:50 -07:00
Janet Kuo
de97fb8ecf
Update ui.md
2015-07-08 18:44:48 -07:00
Janet Kuo
dbc8493cab
Update ui.md
2015-07-08 18:35:30 -07:00
Zach Loafman
5c41af424f
Merge pull request #10967 from thockin/automated-cherry-pick-of-#10488-on-upstream-release-0.21
...
Automated cherry pick of #10488 on upstream release 0.21
2015-07-08 18:33:28 -07:00
Justin Santa Barbara
d306738bec
Salt: re-remove comment block
...
It had been removed in upstream, but had been kept by mistake here.
2015-07-08 18:25:24 -07:00
Justin Santa Barbara
cee489d499
Salt: have kube-addons service depend on init file
...
For symmetry with systemd
2015-07-08 18:25:24 -07:00
Justin Santa Barbara
191528b782
Salt: Add service block for kube-proxy for systemd
...
We have the workaround for Salt's problems here, but we should still express
our intent.
2015-07-08 18:25:24 -07:00
Justin Santa Barbara
efce770fbb
Salt: clean daemon_args on RedHat, not systemd
...
I don't think it actually makes a difference based on how we're using it,
but this is now more of a precise change.
2015-07-08 18:25:24 -07:00
Justin Santa Barbara
aff1ffc319
Salt: Add more dependencies to systemd services
...
This may help Salt reload services correctly, although we still
need the script until Salt's bug with reloading services on systemd
is resolved.
Salt bug: https://github.com/saltstack/salt/issues/16778
2015-07-08 18:25:24 -07:00
Justin Santa Barbara
a5fa0b8bb5
Set standard bash options in services helper script
2015-07-08 18:25:23 -07:00
Justin Santa Barbara
d09c9fe355
Salt: support systemd (don't assume Redhat <=> systemd)
...
Also work around problems with Salt & systemd services, in particular
that Salt doesn't issue a daemon-reload.
2015-07-08 18:25:23 -07:00
Zach Loafman
fb52d1e93e
Merge pull request #10965 from zmerlynn/trappy
...
Fix two issues in cherry_pick_pull.sh
2015-07-08 18:17:16 -07:00
Zach Loafman
1d6db553b0
Fix two issues in cherry_pick_pull:
...
* Ignore errexit in trap handler
* Check for branch (since two people have complained now..)
2015-07-08 18:16:27 -07:00
Brendan Burns
7ccc0a4ec5
Merge pull request #10910 from zmerlynn/redo_build_official_release
...
Add `build-official-release.sh` (take two)
2015-07-08 17:26:02 -07:00
Victor Marmol
7bb9cdf660
Merge pull request #10830 from jimmidyson/gc-log-symlinks
...
Fixes #8945 : Cleanup log symlinks on remove & dead log symlinks
2015-07-08 17:22:21 -07:00
Tim Hockin
c5f6525545
Merge pull request #10961 from thockin/docs-bugfix-strip-release
...
Fix quoting issue on sed
2015-07-08 17:21:51 -07:00
Victor Marmol
9f3301d6f9
Merge pull request #10799 from caesarxuchao/output-clusterdns
...
update kubectl get outputs in examples/cluster-dns
2015-07-08 17:18:17 -07:00
Victor Marmol
0dc9b041c0
Merge pull request #10871 from caesarxuchao/kubernetes-ns-output
...
update the output of kubectl get in examples/kubernetes-namespace
2015-07-08 17:17:58 -07:00
Tim Hockin
b61985ad87
Ignore untracked files in cherrypick
2015-07-08 17:09:14 -07:00
Tim Hockin
e099a7f0e0
Fix quoting issue on sed
2015-07-08 16:53:51 -07:00
Victor Marmol
dd378f148b
Merge pull request #10896 from thockin/docs-versioning-2
...
Make READMEs even more obviously versioned.
2015-07-08 16:24:40 -07:00
Victor Marmol
f427b997ca
Merge pull request #10889 from cjcullen/tokenMetrics
...
Add prometheus metrics for altTokenSource.
2015-07-08 16:13:38 -07:00
Victor Marmol
cfbc64e3c5
Merge pull request #10864 from mbforbes/gcloudUpdateJenkins
...
Fully update gcloud before Jenkins runs
2015-07-08 16:13:27 -07:00
Victor Marmol
f1e66c718d
Merge pull request #10590 from roberthbailey/kubelet-on-nodes
...
Install the kubectl binary on nodes in addition to the master.
2015-07-08 16:13:12 -07:00
Zach Loafman
a6594dc38b
Add skip/flaky arguments for the jenkins-gce-e2e-release job
...
I haven't added the job yet. Want to get the args in place first.
Related to #10676
2015-07-08 16:12:50 -07:00
Victor Marmol
1d8c064fb9
Merge pull request #10948 from satnam6502/e2e
...
End to end test for Kibana liveness
2015-07-08 16:12:21 -07:00
Victor Marmol
f5cbf5af0f
Merge pull request #10923 from wojtek-t/promote_tests_2
...
Promote ElasticSearch test to non-flaky suite
2015-07-08 16:11:56 -07:00
Victor Marmol
bad704f355
Merge pull request #10890 from caesarxuchao/node-selection-output
...
update the kubectl get command in examples/node-selection
2015-07-08 16:11:26 -07:00
Zach Loafman
51360aa350
Merge pull request #10947 from zmerlynn/automated-cherry-pick-of-#10562-on-upstream-release-0.21
...
Automated cherry pick of #10562
2015-07-08 16:07:48 -07:00
Zach Loafman
39c31bab40
Merge pull request #10939 from zmerlynn/automated-cherry-pick-of-#10884-on-upstream-release-0.21
...
Automated cherry pick of #10884 on upstream release 0.21
2015-07-08 16:06:23 -07:00
Zach Loafman
f4a8727642
Merge pull request #10942 from brendandburns/automated-cherry-pick-of-#10877-on-release-0.21
...
Automated cherry pick of #10877 on release 0.21
2015-07-08 16:05:28 -07:00
Mike Danese
57f235a99f
remove v1beta3 examples from getting started from scratch guide
2015-07-08 15:56:22 -07:00
Victor Marmol
a599d80343
Merge pull request #10941 from caesarxuchao/getting-started-output
...
update the kubectl output in gettint-started-guides
2015-07-08 15:55:44 -07:00
Victor Marmol
105206e308
Merge pull request #10937 from JanetKuo/kubectl
...
Make "age" of pod print example static
2015-07-08 15:53:07 -07:00
nikhiljindal
c465a50891
Stop exposing v1beta3 by default
2015-07-08 15:27:41 -07:00
Zach Loafman
d63860411a
Add `build-official-release.sh`
...
This commit does 4 things:
* Adds a script which will: (a) clone from a git tag, make release,
and give you very detailed instructions as to what to do from that
point.
* Changes `push-official-release.sh` so we can't push "dirty"
releases anymore (which `build-official-release.sh` also double
checks at the end.)
* Fixes #9576 by ensuring a correct umask.
* Changes common.sh to gtar all the way through, to ensure that
bloody OS X tar never touches the release process, because I don't
want to have to understand two tar programs and how release
artifacts are created from both (c.f. #10615.)
2015-07-08 15:20:22 -07:00
Eric Tune
c51e35e835
Support for in-place modification of docs
...
Adds cmd/mungedocs which is framework for processing
all files under docs/ and either verifying that no changes needed or
making in-place changes.
Did not reuse kube::util::gen-docs because that seemed to be
centered around handling added files, and this pass does not
add files.
Planned uses:
- table of contents automatic updating
- linkification
- internal link checker
- link-path-relativizer or absolutizer
- example file syncer
- header inserter.
Just table-of-contents updating in this PR.
Added Table of Contents to docs/networking.md.
Demonstrates use of new TOC generator presubmit.
Other docs will be added in future PRs.
Additional development will be needed to handle some
of the more complex cases.
2015-07-08 14:58:54 -07:00
CJ Cullen
da0bc5f690
Remove race in setting/reading kubelet.podCIDR
2015-07-08 14:58:14 -07:00
Victor Marmol
da4ab51fd0
Merge pull request #10927 from markturansky/pv_example_fix
...
Fixed image name in example
2015-07-08 14:49:26 -07:00
Victor Marmol
df3c437eed
Merge pull request #10924 from kelcecil/node-doc
...
Update CLI flags in node overview doc
2015-07-08 14:46:15 -07:00
Victor Marmol
8b011691f1
Merge pull request #10912 from brendandburns/docs3
...
Remove the unsafe_format_and_mount instructions
2015-07-08 14:42:18 -07:00
Victor Marmol
50a3a0aa25
Merge pull request #10911 from brendandburns/docs2
...
Add some additional clarity to label prefix requirements.
2015-07-08 14:40:05 -07:00
Victor Marmol
e4e83be24d
Merge pull request #10887 from alex-mohr/release-notes2
...
Update release notes tool and documentation
2015-07-08 14:37:59 -07:00
Victor Marmol
bb42bf79a6
Merge pull request #10231 from mwielgus/cassandra
...
Fix IP field name and add namespace support in Cassandra example
2015-07-08 14:37:14 -07:00
Victor Marmol
2f52cc7add
Merge pull request #10907 from brendandburns/e2e2
...
Add a pointer to a new java library.
2015-07-08 14:30:40 -07:00