Kelsey Hightower
5f6ae7fd9a
Merge pull request #568 from tolleiv/master
...
Scaling the AWS cluster paragraph added
2016-07-28 12:24:07 -07:00
Kelsey Hightower
27535b7a36
Merge pull request #493 from dims/patch-2
...
Fix to ensure that ConfigMaps volume does create file(s) in container
2016-07-28 12:21:28 -07:00
Kelsey Hightower
0807d3431a
Merge pull request #534 from elsonrodriguez/openstack-provider-doc-tocfix
...
Fixing heading issues with Openstack provider documentaiton.
2016-07-28 12:18:13 -07:00
Kelsey Hightower
01b60721bb
Merge pull request #500 from teemow/patch-1
...
libvirt daemon error on arch
2016-07-28 12:17:22 -07:00
Kelsey Hightower
63bc20a9cc
Merge pull request #918 from mbruzek/mbruzek-g-s-g-j
...
Updating the juju docs with new commands and links.
2016-07-28 12:15:32 -07:00
Kelsey Hightower
6d577fca78
Merge pull request #841 from wongma7/pvc-selector
...
Add section on label selectors to PVC doc
2016-07-28 12:13:19 -07:00
Matt Bruzek
6b8b1cf2b2
Addressing review comments from @chuckbutler and @kelseyhightower
2016-07-28 13:59:02 -05:00
Kelsey Hightower
1ee8600ed5
Fix formatting of options and file paths
2016-07-28 11:50:47 -07:00
Kelsey Hightower
0b7ce40156
Merge pull request #448 from MkhIr/patch-1
...
Update fedora single node config for AWS RHEL7.2
2016-07-28 11:45:37 -07:00
Kelsey Hightower
3e78c52866
Merge pull request #753 from asalkeld/add-cephfs
...
Add CephFS volume type
2016-07-28 11:42:53 -07:00
Kelsey Hightower
083cd6eadd
Merge pull request #907 from bdangit/patch-1
...
Walkthrough Docs: fix quotation when specifying a specific attribute
2016-07-28 11:35:17 -07:00
Kelsey Hightower
a047c56ee8
Merge pull request #630 from prodatakey/headless-selectorless
...
How selectors interact with headless services
2016-07-28 11:13:58 -07:00
Kelsey Hightower
8f9bd45298
Merge pull request #810 from keglevich3/patch-2
...
typo
2016-07-28 11:11:36 -07:00
Kelsey Hightower
26c4910679
Merge pull request #913 from caseydavenport/update-calico-blurb
...
Update Calico blurb
2016-07-28 11:01:46 -07:00
Matt Bruzek
8f76449b13
Updating the juju docs with new commands and links.
2016-07-28 11:50:29 -05:00
Ihor Dvoretskyi
3695094224
Weave links fixes
...
Updated links referring to weave documentation.
2016-07-28 13:16:14 +03:00
Casey Davenport
b56eff2384
Update Calico blurb
2016-07-26 16:51:55 -07:00
kevinll
c85d8150e9
Update hellonode.md
...
updating instructions for people using Docker Toolbox on OSX.
https://github.com/boot2docker/boot2docker/issues/412#issuecomment-145242855
2016-07-26 14:47:56 -07:00
Brian Grant
9a65ea1758
Merge pull request #791 from freehan/network-plugin-dir
...
clearify network-plugin-dir for different network plugins
2016-07-25 21:59:09 -07:00
Brian Grant
a899c21d0c
Merge pull request #847 from matthewdupre/network-policy-hyphen
...
Correct hyphenation of net.beta.kubernetes.io/network-policy
2016-07-25 21:57:46 -07:00
Ben Dang
4179f70343
fix quotation when specifying a specific attribute
2016-07-25 15:42:43 -07:00
Janet Kuo
5407cc0cde
Merge pull request #625 from endocode/master_fix_broken_examples_in_job_user-guide
...
Fix commands and output of "Running an example job" in user-guide/jobs.md
2016-07-25 11:31:30 -07:00
Alex Robinson
24f1db4d31
Merge pull request #792 from a-robinson/logs2
...
Improvements to elasticsearch logging docs
2016-07-25 10:56:03 -07:00
Chris Seto
c0100848ac
s/creae/create/
2016-07-23 18:03:33 -04:00
johndmulhausen
71f45e3979
Merge pull request #889 from gurvindersingh/patch-1
...
Update networkpolicies.md
2016-07-22 13:56:00 -07:00
Vladimir Rutsky
e5f590a539
fix typo: "etc" -> "etcd"
2016-07-23 00:25:26 +04:00
Gurvinder Singh
9266e7145c
Update networkpolicies.md
...
FIxed typo in api group path
2016-07-21 14:59:00 +02:00
Matthias Schmitz
097e93b287
Fix commands and output of "Running an example job"
...
* The examples in the jobs user-guide are not longer working because
the ``labels app=pi`` got removed in commit
f16668b45f
* The exammples now use the automatic added label ``job-name`` as
selector for kubectl.
2016-07-21 11:27:50 +02:00
Phillip Wittrock
cc6c22b52d
Merge pull request #887 from jaredbhatti/patch-1
...
Remove commas at the end of "containerPort"
2016-07-20 22:00:53 -07:00
Jared
55d549283f
Remove commas at the end of "containerPort"
...
"containerPort": 8000, should be "containerPort": 8000
2016-07-20 15:32:50 -07:00
Scott Stensland
4c4dd13f36
I fixed typo on command line
...
If you actually issue these commands you will see the error I am fixing
old : kubectl get pods/original -o yaml > /tmp/current.yaml
Error from server: pods "original" not found
new : kubectl get pods/foo -o yaml > /tmp/current.yaml
previously the pod name was wrong
2016-07-20 14:30:50 -04:00
Prashanth B
327d1d3cc0
Merge pull request #878 from foxish/petset-docs
...
Reviewed examples and petset docs, minor errors fixed.
2016-07-20 11:07:33 -07:00
Anirudh
00ca10945d
Reviewed examples and petset docs, minor errors fixed.
2016-07-20 10:26:38 -07:00
Phillip Wittrock
4fdf73c65f
Merge pull request #470 from mwhahaha/patch-2
...
Update create-certs file location
2016-07-20 09:12:03 -07:00
Alex Robinson
ffffd27457
Seriously simplify the elasticsearch logging getting started guide.
2016-07-20 09:44:54 +09:00
johndmulhausen
b7458acb57
Merge pull request #807 from matttproud/fix/download-mitm-mitigation
...
docs: convert curl downloads from HTTP to HTTPS
2016-07-19 15:23:36 -07:00
johndmulhausen
4b959381f6
Merge pull request #850 from jatins/patch-1
...
documentation for #338
2016-07-19 15:22:45 -07:00
johndmulhausen
1c1941c800
Merge pull request #848 from InQuicker/rbac-api-group-name
...
Use correct API group name for RBAC.
2016-07-19 15:14:48 -07:00
johndmulhausen
ebd9ee83c9
Merge pull request #863 from dghubble/master
...
Add official CoreOS bare metal guide
2016-07-19 15:14:33 -07:00
Phillip Wittrock
181b620852
Merge pull request #865 from untoldone/patch-1
...
Update jobs future work
2016-07-19 12:25:28 -07:00
Phillip Wittrock
d7a6607c7e
Merge pull request #799 from quinton-hoole/2016-07-06-ccsd-user-guide
...
User Guide for Federated Services.
2016-07-19 12:21:51 -07:00
Phillip Wittrock
63a77e5004
Merge pull request #794 from erictune/cpu
...
Describe CPU and Memory resources.
2016-07-19 12:20:02 -07:00
Phillip Wittrock
c64f154b81
Merge pull request #646 from andrewmichaelsmith/patch-1
...
GC gc's unused images, not unreferenced
2016-07-19 12:09:09 -07:00
Phillip Wittrock
7ebfbbd126
Merge pull request #525 from MHBauer/ifconfig-to-ip
...
use `ip` command instead of obsolete ifconfig in scratch setup
2016-07-19 12:09:00 -07:00
johndmulhausen
049e19bfc2
Merge pull request #867 from eyalev/patch-4
...
Add line break between commands
2016-07-19 12:02:12 -07:00
johndmulhausen
6d0dfe00b3
Merge pull request #869 from eyalev/patch-6
...
Remove redundant line
2016-07-19 12:01:54 -07:00
johndmulhausen
e0fb3e0a48
Merge pull request #871 from eyalev/patch-7
...
Remove redundant word
2016-07-19 12:01:18 -07:00
Phillip Wittrock
7103d08acc
Merge pull request #304 from glnds/master
...
Replaced replication controllers with deployments
2016-07-19 11:54:16 -07:00
Phillip Wittrock
aa506b565f
Merge pull request #527 from mattdoran/patch-1
...
Inconsistent secret name in db credentials example
2016-07-19 11:22:31 -07:00
johndmulhausen
27193347fd
Merge pull request #868 from eyalev/patch-5
...
Fix decode flag
2016-07-19 10:54:09 -07:00