Commit Graph

14642 Commits

Author SHA1 Message Date
Brian Grant
5978d50a3e Merge pull request #11397 from nikhiljindal/kubectlExpose
Updating kubectl expose to leave service port unnamed
2015-07-16 22:41:38 -07:00
Brian Grant
09182bada2 Merge pull request #11389 from mbforbes/serviceAccountAlias
Add serviceAccount as an alias for serviceAccountName
2015-07-16 22:40:48 -07:00
nikhiljindal
496f30a92f Introduce a new service generator that leaves service port unnamed 2015-07-16 20:40:40 -07:00
Abhi Shah
5124a158a5 Merge pull request #11396 from mikedanese/fixups
fixup kubectl walktrough example
2015-07-16 18:22:10 -07:00
Mike Danese
a654318391 fixup kubectl walktrough example 2015-07-16 17:25:18 -07:00
Abhi Shah
665c951320 Merge pull request #11276 from caesarxuchao/doc1
populate the instructions on installing kubectl in getting-started-guides
2015-07-16 17:04:14 -07:00
Abhi Shah
ac8c57f9a0 Merge pull request #11367 from davidopp/doc2
Take availability.md doc and
2015-07-16 16:38:42 -07:00
Abhi Shah
aeb6599f51 Merge pull request #11320 from dchen1107/monit
Stop monit kube-addon on nodes.
2015-07-16 16:31:54 -07:00
Max Forbes
7a3891e5f8 Add ServiceAccount as an alias for ServiceAccountName 2015-07-16 15:48:49 -07:00
Chao Xu
10d76a5775 populate the instructions on installing kubectl in getting-started-guides 2015-07-16 15:20:55 -07:00
David Oppenheimer
c57c877670 Take availability.md doc and
- extract the portion related to multi-cluster operation into a new multi-cluster.md doc
- merge the remainder (that was basically high-level troubleshooting advice) into cluster-troubleshooting.md
2015-07-16 14:39:03 -07:00
Abhi Shah
f3b752d831 Merge pull request #11323 from thockin/ubuntu-dns-domain
fix wrong cluster domain in ubuntu docs
2015-07-16 12:43:07 -07:00
Brendan Burns
59bc8db554 Merge pull request #11360 from zmerlynn/fix_silly_backslash
Fix hack/cherry_pick_pull.sh on OS X (sigh):
2015-07-16 11:42:31 -07:00
Abhi Shah
12d984d955 Merge pull request #11381 from roberthbailey/update-containervm
Bump the container vm version to the latest build.
2015-07-16 10:19:08 -07:00
Abhi Shah
7d3f5ef54c Merge pull request #10575 from chiefy/master
Changing AWS examples / templates to use 0.19.3 release
2015-07-16 10:09:03 -07:00
Abhi Shah
88c2d45753 Merge pull request #11322 from thockin/docs
update service debug doc from user feedback
2015-07-16 09:58:42 -07:00
Robert Bailey
5e02f70dd0 Bump the container vm version to the latest build. 2015-07-16 09:30:33 -07:00
Christopher Najewicz
567358485c Updating AWS sample cloud-configs to use 0.19.3, using kube-register 0.0.4 2015-07-16 09:54:38 -04:00
Zach Loafman
fb8613201b Fix hack/cherry_pick_pull.sh on OS X (sigh):
On OS X bash, for whatever reason, the ancient, forsaken bash version
(3.2!?) that will never be updated because it might insult the memory
of Steve Jobs doesn't allow me to accidentally escape the hash
character. Fix the unnecessary escaping.

For reviewers out there wondering about this syntax, it's documented
here: http://www.tldp.org/LDP/abs/html/parameter-substitution.html
under:

```
${var/#Pattern/Replacement}

  If prefix of var matches Pattern, then substitute Replacement for Pattern.
```

It just looks odd here because I'm adding the hash character to the
start of each array element.
2015-07-15 21:09:56 -07:00
Tim Hockin
4f38d41fe0 fix wrong cluster domain in ubuntu docs 2015-07-15 17:38:07 -07:00
Tim Hockin
7a0200cf2a update service debug doc from user feedback 2015-07-15 17:37:30 -07:00
Eric Tune
596a8a40d1 Merge pull request #11336 from krousey/kubectl_example
Kubectl example
2015-07-15 16:44:26 -07:00
Eric Tune
2d6f51737d Merge pull request #11271 from mikedanese/docker-to-kube
add examples on how to transition from docker-cli to kubectl
2015-07-15 16:43:21 -07:00
Eric Tune
d7a0bb4020 Merge pull request #11258 from nikhiljindal/dupNickname
Add namespace to swagger nicknames to prevent duplicate nicknames
2015-07-15 16:42:59 -07:00
Mike Danese
92f965008c add examples on how to transition from docker-cli to kubectl 2015-07-15 15:25:28 -07:00
Eric Tune
b3835665ee Merge pull request #11317 from JanetKuo/docs-troubleshooting
Organize troubleshooting sections
2015-07-15 15:01:02 -07:00
Eric Tune
8c891cfb70 Merge pull request #11291 from thockin/jenkins
Better handling of ginkgo args in jenkins
2015-07-15 15:00:51 -07:00
Eric Tune
1890697cd4 Merge pull request #11267 from bprashanth/connection_apps
Connecting applications documentation take 2
2015-07-15 15:00:37 -07:00
Eric Tune
ef0b68da52 Merge pull request #11250 from brendandburns/monitor
Add monitoring and healthz based on tunnel health.
2015-07-15 15:00:17 -07:00
Eric Tune
2e848ed707 Merge pull request #10585 from caesarxuchao/fix-alias
Add boundary check before accessing os.Args[1]
2015-07-15 15:00:09 -07:00
Eric Tune
ffaee4737e Merge pull request #11326 from erictune/conformance_master
Updates to "the Matrix".
2015-07-15 14:59:42 -07:00
Brendan Burns
ee24e98b93 Merge pull request #11329 from a-robinson/targets
Fix issue of comparing instance URLs with different project ID representations in GCE target pools
2015-07-15 14:48:20 -07:00
Karl Isenberg
ca934c7386 Walkthrough example cleanup
- Add kubectl command examples
- Add tables of contents
- Skip 3rd header tier to make sections more clear
- Reference cmd-exec example for curling pod & service IPs
- Make section layout, text patterns, changes & links more consistent
- Canonical yaml formatting
2015-07-15 14:27:11 -07:00
Alex Robinson
e943c47e68 Fix issue of comparing instance URLs with different project ID representations
in GCE target pools.
2015-07-15 21:24:45 +00:00
Eric Tune
f5e6161e49 Merge pull request #11298 from mesosphere/fix-10776
Fix deadlocks and race conditions in mesos master election notifier
2015-07-15 13:55:17 -07:00
Eric Tune
4f3a646dba Remove requirement of specifying kubernetes ver.
Now that things are more stable, and we have a conformance test,
the binary version is no longer needed.  Remove that
requirement.
2015-07-15 13:51:27 -07:00
Janet Kuo
ec2b125e25 Organize troubleshooting sections 2015-07-15 13:20:32 -07:00
Prashanth Balasubramanian
5b3cd8fa23 Connecting applications: https 2015-07-15 13:00:44 -07:00
Eric Tune
c208c1c9a3 Merge pull request #11270 from mbforbes/jenkinsTypo
(jenkins/e2e) Fix typos and clarify instructions in comments
2015-07-15 12:57:46 -07:00
Eric Tune
f1c7915d71 Merge pull request #11325 from JanetKuo/toc
Make MUNGE generated TOC bookmark work for symbols
2015-07-15 12:56:37 -07:00
Eric Tune
65a372b9ca Merge pull request #11318 from mikedanese/kubectl-example-fix
point kubectl -f examples to correct paths
2015-07-15 12:55:53 -07:00
Eric Tune
97d13c25c2 Merge pull request #11314 from mikedanese/mungdocs-error
mungedoc should exit 1 when manual changes are required.
2015-07-15 12:54:20 -07:00
Eric Tune
c76a1f8818 Merge pull request #11301 from wojtek-t/log_proxy_failures
Log failures in Proxy e2e tests
2015-07-15 12:53:55 -07:00
Eric Tune
ced4709323 Merge pull request #11292 from davidopp/doc1
Move diagrams out of top-level docs/ directory and merge
2015-07-15 12:52:57 -07:00
Eric Tune
52848062f3 Merge pull request #11219 from marekbiskup/clarify-rolling-update-procedure
clarify rolling update procedure when # replicas is not specified
2015-07-15 12:52:10 -07:00
Eric Tune
006da3f1d9 Merge pull request #11328 from brendandburns/docs2
Add missing content, fix links..
2015-07-15 12:51:11 -07:00
Dr. Stefan Schimanski
e98c8e7685 Fix deadlocks and race conditions in mesos master election notifier
- n.node used the n.lock as underlaying locker. The service loop initially
  locked it, the Notify function tried to lock it before calling n.node.Signal,
  leading to a dead-lock.
- the go routine calling ChangeMaster was not synchronized with the Notify
  method. The former was triggering change events that the later never saw
  when the former's startup was faster that of Notify. Hence, not even a single
  event was noticed and not even a single start/stop call of the slow service
  was triggered.

This patch replaces the n.node condition object with a simple channel n.changed.
The service loop watches it.

Updating the notified private variables is still protected with n.lock against
races, but independently of the n.changed channel. Hence, the deadlock is gone.

Moreover, the startup of the Notify loop is synchronized with the go routine which
changes the master. Hence, the Notify loop will see the master changes.

Fixes #10776
2015-07-15 21:45:53 +02:00
Zach Loafman
15927215aa Merge pull request #11312 from zmerlynn/cherry_pick_list
Add hack/cherry_pick_list.sh to list all automated cherry picks
2015-07-15 12:25:53 -07:00
Brendan Burns
d2ee2e909a Add missing content, fix links.. 2015-07-15 11:48:44 -07:00
Janet Kuo
de755bf59b Make MUNGE generated table of contents (TOC) bookmark work when there are symbols in the headline 2015-07-15 11:26:51 -07:00