Commit Graph

14227 Commits

Author SHA1 Message Date
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
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
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
Satnam Singh
69d7a22c5e Update logging example 2015-07-08 14:16:31 -07:00
Victor Marmol
fff24af86e Merge pull request #10859 from davidopp/clean
Move scheduler overview from docs/design/ to docs/devel/
2015-07-08 14:03:23 -07:00
Satnam Singh
31fe4da2cd End to end test for Kibana liveness 2015-07-08 14:01:56 -07:00
Victor Marmol
7dd0dc1786 Merge pull request #10752 from justinsb/aws_query_by_subnet_id
AWS: Query by subnet-id, if we have it
2015-07-08 13:57:33 -07:00
Victor Marmol
3dd3d6e889 Merge pull request #10751 from justinsb/aws_existing_subnet
AWS: Allow callers to specify VPC_ID and SUBNET_ID
2015-07-08 13:57:13 -07:00
Victor Marmol
c268352547 Merge pull request #10949 from JanetKuo/update-kubectl-get-docs-all
Update kubectl output in doc
2015-07-08 13:55:46 -07:00
Victor Marmol
2ee06ed171 Merge pull request #10950 from pmorie/hostpath
Change remaining instances of hostDir in docs to hostPath
2015-07-08 13:49:23 -07:00
Victor Marmol
89da8af081 Merge pull request #10917 from mwielgus/rethinkdb-fix
Fix typo in examples/rethinkdb/rc.yaml (google_containes->google_containers)
2015-07-08 13:48:57 -07:00
Victor Marmol
c7701205bd Merge pull request #10916 from gmarek/max_pods_e2e
Add more logging to scheduler predicates to help debugging max_pods e2e test flakyness
2015-07-08 13:46:52 -07:00
Victor Marmol
dd37642369 Merge pull request #10488 from justinsb/salt_support_systemd
Salt: support systemd (don't assume Redhat <=> systemd)
2015-07-08 13:43:08 -07:00
Max Forbes
38f2f4dab9 Jenkins: remove dead 'use server version' code 2015-07-08 13:32:37 -07:00
Paul Morie
5b4adf8469 Change remaining instances of hostDir in docs to hostPath 2015-07-08 16:26:20 -04:00
Janet Kuo
a761a0fb72 Update kubectl output in doc 2015-07-08 13:22:54 -07:00
Victor Marmol
036e7eb40a Merge pull request #10765 from mikedanese/daemon-doc-update
update kube* daemon docs synposis and flags.
2015-07-08 13:21:30 -07:00
Victor Marmol
05a5f96525 Merge pull request #10946 from JanetKuo/update-kubectl-get-gettingstartedguides
Fix document typo
2015-07-08 13:20:51 -07:00
Janet Kuo
174f93306c Update ui.md 2015-07-08 12:49:53 -07:00
derekwaynecarr
e2583915e9 Missing ca crt in vagrant controllers 2015-07-08 12:33:01 -07:00
Brendan Burns
be36fac84f Merge pull request #10944 from zmerlynn/fix-consistency
Brendan noticed this silly inconsistency.
2015-07-08 11:54:52 -07:00
Zach Loafman
390bb58f48 Brendan noticed this silly inconsistency. 2015-07-08 11:53:33 -07:00
Brendan Burns
2c5e4a9555 Don't start Docker by default on AWS 2015-07-08 11:48:22 -07:00
Brendan Burns
fadb9e16d4 Generate a kubeconfig file for the kubelet. 2015-07-08 11:48:22 -07:00
Janet Kuo
cbac2abf8b Fix document typo 2015-07-08 11:48:03 -07:00
Chao Xu
2e6db701a2 coreos 2015-07-08 11:46:12 -07:00
Dawn Chen
940e555cdf Upgrade to v6 from v5 2015-07-08 11:40:26 -07:00
Dawn Chen
3eb0444437 Disable liveness for dns due to #10659 2015-07-08 11:40:26 -07:00
Tim Hockin
3d97d82655 Make READMEs clearer wrt versions 2015-07-08 11:36:14 -07:00
Victor Marmol
faa573f995 Merge pull request #10922 from wojtek-t/fix_proxy_2
Fix service shell e2e test
2015-07-08 11:34:03 -07:00
Victor Marmol
3be3603ef3 Merge pull request #10877 from brendandburns/aws
Fix AWS Setup.
2015-07-08 11:33:32 -07:00
Chao Xu
89a8c0a749 centos 2015-07-08 11:27:12 -07:00
Janet Kuo
524e70d501 Make "age" of pod print example static 2015-07-08 11:26:13 -07:00
Victor Marmol
dbc0e7636b Merge pull request #10757 from zmerlynn/pull-propose
Add cherry_pick_pull.sh <pr-number> <branch>
2015-07-08 11:25:43 -07:00
Chao Xu
fef7e47ddf juju 2015-07-08 11:24:24 -07:00
Chao Xu
1cca74c20d REASON to STATUS 2015-07-08 11:20:49 -07:00
Victor Marmol
56da0be884 Merge pull request #10681 from thockin/relative-docs-links
Make docs links be relative so we can version them
2015-07-08 11:17:37 -07:00