Commit Graph

15209 Commits

Author SHA1 Message Date
Eric Tune
ee8513f1bb Add a table of contents to one doc.
Also removed manually created bookmark anchors
and fixedup links to use automatic bookmarks.
2015-07-13 15:53:06 -07:00
Eric Tune
950b11f198 Ignore comments in code when generating ToC. 2015-07-13 15:53:05 -07:00
Tim Hockin
ce25e164e7 Merge pull request #11128 from justinsb/e2e_pd_contents
e2e: Add test to pd that disk contents are preserved
2015-07-13 15:45:02 -07:00
Mike Danese
055115a109 fake realpath, and standardize treatment of trailing / of dirs in gendoc 2015-07-13 15:27:33 -07:00
Tim Hockin
832382bc05 Merge pull request #11179 from bgrant0607/bugfix1
Swap order of service and rc, and explain why.
2015-07-13 14:51:57 -07:00
Tim Hockin
e71b6f90de Merge pull request #11150 from bprashanth/scheduler_race
Fix scheduler race
2015-07-13 14:47:14 -07:00
Dawn Chen
fccc3095e2 Fix table in getting-started-guides README.md 2015-07-13 14:26:36 -07:00
Dawn Chen
f635c9984c Merge pull request #11180 from mikedanese/footnote-fix
fix merge conflict and footnote problem
2015-07-13 14:24:09 -07:00
Mike Danese
34aa20ddb3 fix merge conflict and footnote problem 2015-07-13 14:03:07 -07:00
Brian Grant
a01fbb9d37 Swap order of service and rc, and explain why. 2015-07-13 20:48:26 +00:00
Tim Hockin
e7b79b16dd Merge pull request #11174 from mikedanese/munge
fix mungedocs that is break verify on master
2015-07-13 13:43:42 -07:00
Dr. Stefan Schimanski
95c7dc8cb3 Re-enable mesos scheduler TestPlugin_LifeCycle test 2015-07-13 22:43:16 +02:00
Dr. Stefan Schimanski
143cf4b08d Use correct offer's hostname of test pods in mesos scheduler plugin tests 2015-07-13 22:41:23 +02:00
Dr. Stefan Schimanski
dd7345b25f Fix offer+pod races in mesos scheduler plugin test
- Offers were reused and led to unexpected declining by the scheduler because
  the reused offer did not get a new expiration time.
- Pod scheduling and offer creation was not synchronized. When scheduling
  happened after aging of offers, the first issue was trigger. Because
  the mesos driver DeclineOffer was not mocked this lead to a test error.
2015-07-13 22:41:23 +02:00
Dr. Stefan Schimanski
bf44f5df28 Add DeclineOffer return value to mock driver in mesos scheduler test
Depending on timing the mesos scheduler might call DeclineOffer:

The default ttl of an offer in mesos scheduler is 5sec. If the tests run longer,
the old, unused offers are declined, leading to an mock error.

Probably fixes GoogleCloudPlatform/kubernetes#10795
2015-07-13 22:41:23 +02:00
Dr. Stefan Schimanski
05cf9043b5 Update stretchr/testify godep
Fix panic in tests using mock due to stretchr/testify#180
2015-07-13 22:41:23 +02:00
Mike Danese
2325364339 fix 2015-07-13 13:40:48 -07:00
Mike Danese
dd538ad579 fix mungedocs that is break verify on master 2015-07-13 13:39:56 -07:00
Tim Hockin
8bb5c5060c Merge pull request #10843 from jiangyaoguo/change-get-minions-in-docs
change "get minions" to "get nodes"  in docs
2015-07-13 13:27:56 -07:00
Tim Hockin
0e59dfabd0 Merge pull request #11170 from mikedanese/kubectl-move
move kubectl generated man docs to docs/user-guide/kubectl
2015-07-13 13:22:21 -07:00
Tim Hockin
40b25e0f12 Merge pull request #11099 from zmerlynn/fix-patch-version-instructions
Fix patch release instructions
2015-07-13 13:08:53 -07:00
Tim Hockin
2b103c6df5 Merge pull request #11169 from vsimon/vsimon-patch-1
Fix scp of .dockercfg for-loop command
2015-07-13 13:07:42 -07:00
Tim Hockin
7463f86c3e Merge pull request #11120 from jason-riddle/vagrant-docs
Add KUBE_RELEASE_RUN_TESTS=n to suggestion
2015-07-13 13:06:48 -07:00
Tim Hockin
3452748de9 Merge pull request #11077 from krousey/service_flake
Adding retry logic around service updates
2015-07-13 13:06:02 -07:00
Mike Danese
b4514ee1f3 fix run-gendocs to point to new repo location 2015-07-13 13:01:20 -07:00
Mike Danese
0e8d521eed fix mungedoc links 2015-07-13 13:01:20 -07:00
Tim Hockin
f5cc7cd525 Merge pull request #10995 from erictune/conform_check
Mark GCE as passing conformance test.
2015-07-13 13:00:17 -07:00
Mike Danese
430eabe5e6 move kubectl docs to docs/user-guide/kubectl 2015-07-13 12:59:18 -07:00
Tim Hockin
777e427040 Merge pull request #11164 from JanetKuo/docs-monitoring
Document the current state of monitoring using heapster
2015-07-13 12:56:00 -07:00
Tim Hockin
2d8c9d6c5e Merge pull request #10913 from feihujiang/fixSmallNitsForPortForwardCommand
Fix small nits for kubectl port-forward command
2015-07-13 12:55:34 -07:00
Tim Hockin
7e2d07c174 Merge pull request #11166 from erictune/nocolons
Remove colon from end of doc heading.
2015-07-13 12:55:07 -07:00
Eric Tune
f353592cde Remove colon from end of doc heading. 2015-07-13 12:07:26 -07:00
Vicken Simonian
a740a85dfb Fix scp of .dockcfg for-loop command 2015-07-13 11:45:13 -07:00
Tim Hockin
36fa535c58 Merge pull request #11032 from thockin/shippable-verify-generated
Verify generated stuff in CI
2015-07-13 11:31:18 -07:00
Tim Hockin
64e3047397 Merge pull request #11124 from thockin/docs-munge-branch-warnings_filter_munges
Make all docs have a warning if unversioned
2015-07-13 11:30:50 -07:00
Tim Hockin
558ae212a5 Merge pull request #11165 from brendandburns/e2e2
increase NUM_MINIONS to 3 for e2e + jenkins by default.
2015-07-13 11:28:38 -07:00
Tim Hockin
fffc64e733 Run gendocs and munges 2015-07-13 11:27:48 -07:00
Tim Hockin
06a6623a70 Filter munges out during doc generation
This allows us to apply content-mutating munges to generated files and nothave
the verifier flag them as needing regeneration later.
2015-07-13 11:23:07 -07:00
Tim Hockin
ad8f8731b6 Use a common set of tag prefixes for munges
All munges now start with `<!-- BEGIN MUNGE:` and end with `<!-- END MUNGE:`.
This lets me (in a followup) filter them better to normalize contents during
verification of generated docs.
2015-07-13 11:23:07 -07:00
Tim Hockin
8fceb754d8 Add 'warning: is unversioned' header to all docs
Mungedocs will keep this updated in head, and it will get stricken from
releases.
2015-07-13 11:23:07 -07:00
Tim Hockin
594bcf3c9d Add an 'is versioned' tag to docs when releasing 2015-07-13 11:23:07 -07:00
Tim Hockin
981f4550e8 When releasing, process all md files 2015-07-13 11:23:07 -07:00
Tim Hockin
f5919d4846 Merge pull request #11163 from erictune/no0xd
Delete the dreaded CR character.
2015-07-13 11:15:04 -07:00
Tim Hockin
9706d560ca Merge pull request #11135 from wojtek-t/retry_proxy_test
Retry 'service unavailable' failures in proxy test
2015-07-13 10:59:05 -07:00
Tim Hockin
d9c7b4ee54 Merge pull request #11094 from mikedanese/v1beta3
make some manifests in docs/high-availability v1
2015-07-13 10:42:03 -07:00
Jason Riddle
b1fcb33c56 Change suggestion to use make quick-release 2015-07-13 13:36:00 -04:00
Brendan Burns
910857a4a8 increase NUM_MINIONS to 3 for e2e + jenkins by default. 2015-07-13 10:35:15 -07:00
Janet Kuo
1ca43daa45 Document the current state of monitoring using heapster 2015-07-13 10:31:59 -07:00
Eric Tune
6aebd1852f Delete the dreaded CR character. 2015-07-13 10:28:04 -07:00
Tim Hockin
2ad0774562 Merge pull request #11122 from zmerlynn/multi-pick
hack/cherry_pick_pull.sh: Allow multiple pulls
2015-07-13 10:17:14 -07:00