fbsolo
9ba97d8dca
For #891 - fixed original changes to logging.md because they did not correctly point to the newly added PNG files of the earlier Git push.
2016-08-20 16:27:37 -07:00
fbsolo
63a2b1563c
For #891 - added two PNG files in a newly created directory; changed logging.md to correctly point to these two PNG files.
2016-08-20 16:04:40 -07:00
Ricky Pai
5e905842ee
Fix link to docker reference on runtime privilege
...
Fixes the link to point to the right anchor. Also adds white space after period.
2016-08-19 14:12:35 -07:00
Martin Westergaard Lassen
6a40352d86
Corrected `INSTANCE_PREFIX` usage
...
`INSTANCE_PREFIX` environment variable is being overwritten by `KUBE_AWS_INSTANCE_PREFIX` environment variable or defaulting to `kubernetes`, see 5962874414/cluster/aws/config-default.sh (L66)
```bash
INSTANCE_PREFIX="${KUBE_AWS_INSTANCE_PREFIX:-kubernetes}"
```
2016-08-18 08:33:53 +01:00
Peter Novotnak
65c0fffb2f
Merge branch 'master' into pnovotnak/feat/volume-claim-exclusivity-and-namespacing
2016-08-17 15:03:21 -07:00
Anirudh
307b31af00
Fix #28688
2016-08-17 01:03:59 -07:00
Peter Novotnak
5bc7de4f1d
noted exclusivity of volume claims and namespacing
2016-08-16 09:14:22 -07:00
Phillip Wittrock
8372fd6591
Merge pull request #1038 from czahedi/patch-1
...
Updated Google Groups link
2016-08-15 16:04:47 -07:00
Anirudh Ramanathan
22ee5f3f09
Remove extraneous text left behind by improper merge.
2016-08-15 12:56:36 -07:00
czahedi
3879d53720
Updated Google Groups link
...
What was google-containers@googlegroups.com is now kubernetes-users@googlegroups.com . Links were updated in the document.
2016-08-15 11:40:02 -07:00
kayrus
ec110ab367
petset: added petset scale example
2016-08-15 19:33:33 +02:00
chrislovecnm
5834bd0404
fixing an alias that was left in an example
2016-08-13 13:45:18 -06:00
Phillip Wittrock
272f018a7b
Fix vsphereVirtualDisk -> vsphereVolume in docs
2016-08-12 16:44:56 -07:00
Phillip Wittrock
f0e987da75
Merge pull request #995 from sputnik13/vsphere_virtual_disk
...
fix vsphere volume type for Pod spec docs
2016-08-12 16:43:23 -07:00
Phillip Wittrock
899d27a16c
Push v1.3 release documentation to the live site.
2016-08-12 14:48:32 -07:00
Michael Stapelberg
81847110f9
iptables proxy actually is the default since 1.2
...
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md#v120
2016-08-12 22:50:08 +02:00
Josh Hoak
b1d2df067b
Clean up hello-node for easier copy paste-ing and better consistency.
...
The general theme of this change is to make things easy to copy and paste,
which I found to be useful in "Kubernetes the Hard Way".
A summary of the changes:
- Removed '$' in front of command for easier copy-paste
- Name the docker container for easier copy-pasting
- Use `gcloud config set compute/zone us-central1-a` for easier copy-pasting
- Capitalize Kubernetes jargon: e.g., Pods/Deployments
- Fixed some JS inconsistencies: "/'
- Added some logging so that `kubectl log <POD>` is useful
2016-08-11 19:36:36 -07:00
Quinton Hoole
38b464ae58
Merge pull request #1002 from madhusudancs/fed-admin-typo-fixes
...
Fix the API version for cluster manifest and use --context instead of --cluster in the command line.
2016-08-10 13:29:43 -07:00
Madhusudan.C.S
9b36e64f8a
Add a TODO as suggested in the review.
2016-08-10 13:12:32 -07:00
David Eads
f540a1e83d
Merge pull request #959 from ericchiang/update-authentication-documentation
...
authentication: add service account and webhook docs and update formatting
2016-08-10 15:43:20 -04:00
Eric Chiang
dff59014fc
authentication: add service account and webhook docs and update formatting
2016-08-10 12:36:52 -07:00
Phillip Wittrock
9c57adf70f
Merge pull request #946 from InQuicker/authz-verbs
...
Authz: Explain how to determine request verbs.
2016-08-10 11:08:59 -07:00
Phillip Wittrock
d070ab8020
Merge pull request #1006 from mdaniel/i-wish-mailing-list-link
...
I wish /docs/user-guide/kubectl-overview/ linked to the correct google groups URL
2016-08-10 10:15:09 -07:00
Phillip Wittrock
ceb84d366b
Merge pull request #1007 from kylegordon/patch-1
...
Update vsphere.md getting started guide to include login info
2016-08-10 10:09:54 -07:00
Phillip Wittrock
bf8fc31be8
Merge pull request #1008 from idvoretskyi/patch-5
...
Fix accessing the docker-multinode dir
2016-08-10 10:08:03 -07:00
Ihor Dvoretskyi
292050ea68
Fixed link to the image
...
Fixed link to the image that describes kubernetes-on-docker architecture.
2016-08-10 18:25:19 +03:00
Ihor Dvoretskyi
0b9e0f0e02
Fix accessing the docker-multinode dir
2016-08-10 18:20:02 +03:00
Kyle Gordon
1d90354266
update vsphere.md
...
should be quoted
2016-08-10 10:44:55 +01:00
Kyle Gordon
75feea16b4
Update vsphere.md to include guest login info
...
This seems to be an afterthought. Merging into main docs.
2016-08-10 10:39:47 +01:00
Matthew L Daniel
5643dede04
Update google groups link for kubernetes-users
...
The previous link now has scary language in a big font, along with a membership requirement. That page does _mention_ kubernetes-users but it does not link to said group. This fixes both of those problems.
2016-08-09 23:51:56 -07:00
Ronnie Maor
83885a035e
Update jobs.md
...
Fixed broken links
2016-08-10 03:00:08 +03:00
Madhusudan.C.S
71f9e3441c
Fix the API version for cluster manifest and use --context instead of --cluster in the command line.
2016-08-09 12:42:22 -07:00
Phillip Wittrock
5c3e93da9a
Merge pull request #997 from pwittrock/patch-1
...
Updated docs/user-guide/configmap/index.md sample code command args t…
2016-08-09 09:57:59 -07:00
Jared
281b54e1e1
Update index.md
2016-08-09 09:31:32 -07:00
Jared
b766be5995
Update index.md
2016-08-09 09:28:31 -07:00
Phillip Wittrock
20b13ca3bf
Merge pull request #987 from dghubble/master
...
Add and organize CoreOS links in bare metal
2016-08-08 16:54:55 -07:00
Phillip Wittrock
2c5e0b4c8b
Merge pull request #983 from nikhiljindal/federationdocs
...
Copying auto generated docs for federation binaries from kubernetes repo
2016-08-08 16:46:28 -07:00
Naveen
6eb75c100e
Updated docs/user-guide/configmap/index.md sample code command args to work correctly.
2016-08-08 16:35:53 -07:00
Min Pae
a7a8af7a8d
fix vsphere volume type for Pod spec docs
...
The documentation has vsphere volumes for the Pod spec as vsphereVirtualDisk.
It should instead be vsphereVolume.
2016-08-08 16:17:12 -07:00
Jared
613951b40a
Merge pull request #992 from bmoylan/patch-1
...
Fix typo in accessing-the-api.md
2016-08-08 14:17:53 -07:00
Drew Rapenchuk
dc53bcf59e
Fix simple typo in node affinity type
...
preferresDuringSchedulingIgnoredDuringExecution -> preferredDuringSchedulingIgnoredDuringExecution
2016-08-08 15:02:48 -04:00
Brad Moylan
017039804a
Fix typo in accessing-the-api.md
2016-08-08 09:44:08 -07:00
Jared
a030e5777e
Remove dead links, point to minikube
...
Remove dead links to methods of locally hosting k8s. Point to minikube instead.
2016-08-08 09:23:07 -07:00
Sean M. Collins
45e1ad3469
Remove link that 404's
2016-08-08 11:43:10 -04:00
Dalton Hubble
4f407220b2
Add and organize CoreOS links in bare metal
...
* Add CoreOS link in bare metal section
* Keep different CoreOS and Ubuntu links together
2016-08-07 20:22:46 -07:00
nikhiljindal
902e2d2b88
Copying auto generated docs for federation binaries from kubernetes repo
2016-08-05 15:57:52 -07:00
Jimmy Cuadra
c8135c39a7
Add missing verbs: patch, proxy, and redirect.
2016-08-05 00:39:48 -07:00
Phillip Wittrock
6aaadbed3e
Merge pull request #967 from PhiloInc/update-quick-start
...
Replace "rc" with "deployment" in expose command in Quick Start
2016-08-04 16:18:54 -07:00
Gabe Kopley
0626f32271
s/rc/deployment in expose command in Quick Start
...
According to
http://kubernetes.io/docs/user-guide/docker-cli-to-kubectl/ , since
version 1.2, `run` creates a deployment rather than a replication
controller
2016-08-04 13:32:50 -07:00
Janet Kuo
48d2ae54d7
Don't create deployments with overlapping selectors
2016-08-04 11:35:57 -07:00