Commit Graph

20640 Commits

Author SHA1 Message Date
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
Phillip Wittrock 16657bcaa2 Merge pull request #1045 from mwl/patch-1
Corrected `INSTANCE_PREFIX` usage
2016-08-18 09:39:05 -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 https://github.com/kubernetes/kubernetes/blob/59628744141bb6debd4ac042882ffa6855d846ce/cluster/aws/config-default.sh#L66

```bash
INSTANCE_PREFIX="${KUBE_AWS_INSTANCE_PREFIX:-kubernetes}"
```
2016-08-18 08:33:53 +01:00
Phillip Wittrock 504987e204 Merge pull request #1046 from pnovotnak/pnovotnak/feat/volume-claim-exclusivity-and-namespacing
noted exclusivity of volume claims, namespacing particularities
2016-08-17 15:17:54 -07:00
Peter Novotnak 65c0fffb2f Merge branch 'master' into pnovotnak/feat/volume-claim-exclusivity-and-namespacing 2016-08-17 15:03:21 -07:00
Tim Hockin 27abe826cd Merge pull request #1051 from foxish/fix-link
Fix link on http://kubernetes.io/docs/user-guide/compute-resources/
2016-08-17 08:35:18 -07:00
John Torres 9486eefd06 Merge branch 'master' into master 2016-08-17 10:16:05 -04: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
Phillip Wittrock b1d2346855 Merge pull request #1039 from foxish/patch-1
Remove extraneous text left behind by improper merge.
2016-08-15 16:04:28 -07:00
Phillip Wittrock dd288afbf6 Merge pull request #1042 from abrarshivani/vsphere_volume_spec
Update volume specification for vSphere in volumes.md
2016-08-15 16:03:54 -07:00
Abrar Shivani aed25f6ce7 Update volume specification for vSphere in volumes.md 2016-08-15 15:46:41 -07:00
Phillip Wittrock 2a99f50104 Merge pull request #1041 from pwittrock/revert-merge
Revert "Update volume specification for vSphere in volumes.md"
2016-08-15 15:12:15 -07:00
Phillip Wittrock fe1a4c3781 Revert "Update volume specification for vSphere in volumes.md"
This reverts commit 047221dd6f.
2016-08-15 15:08:24 -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
Prashanth B ff136a08ff Merge pull request #1036 from marketlogicsoftware/kayrus/k8s_perset_scale
petset: added petset scale example
2016-08-15 10:44:46 -07:00
kayrus ec110ab367 petset: added petset scale example 2016-08-15 19:33:33 +02:00
Phillip Wittrock d4d3f0ff53 Merge pull request #1003 from jeffmendoza/travis-tests
Add tests for config files and Travis config.
2016-08-15 09:48:55 -07:00
Prashanth B 5c292d1fd4 Merge pull request #1027 from chrislovecnm/petset-typo
fixing an alias that was left in an example
2016-08-13 20:02:13 -07:00
chrislovecnm 5834bd0404 fixing an alias that was left in an example 2016-08-13 13:45:18 -06:00
Phillip Wittrock bdbb5c104c Merge pull request #1025 from pwittrock/vsphere
Fix vsphereVirtualDisk -> vsphereVolume in docs
2016-08-12 16:49:02 -07:00
Phillip Wittrock f26d6cf3d7 Merge pull request #1026 from kubernetes/revert-1024-patch-1
Revert "Update volume specification for vSphere in volumes.md"
2016-08-12 16:47:08 -07:00
Phillip Wittrock 2205b9d82b Revert "Update volume specification for vSphere in volumes.md" 2016-08-12 16:46:46 -07:00
Phillip Wittrock b1fc7f48ab Merge pull request #1024 from abrarshivani/patch-1
Update volume specification for vSphere in volumes.md
2016-08-12 16:46:41 -07: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
Abrar Shivani 047221dd6f Update volume specification for vSphere in volumes.md
Fixes ```error validating data: found invalid field vsphereVirtualDisk for v1.Volume; if you choose to ignore these errors, turn validation off with --validate=false```
2016-08-12 16:30:51 -07:00
Phillip Wittrock 9d68ad8d85 Merge pull request #1023 from pwittrock/release
Push v1.3 release documentation to the live site.
2016-08-12 14:55:48 -07:00
Phillip Wittrock 899d27a16c Push v1.3 release documentation to the live site. 2016-08-12 14:48:32 -07:00
Phillip Wittrock ca82d580a6 Merge pull request #1022 from pwittrock/release
Update release script to checkout kubernetes repo
2016-08-12 14:48:16 -07:00
Phillip Wittrock 8074c0188d Update release script to checkout kubernetes repo 2016-08-12 14:39:17 -07:00
Phillip Wittrock dc85b25033 Merge pull request #1021 from pwittrock/release
Update docs release script
2016-08-12 14:38:32 -07:00
Phillip Wittrock f08f979e43 Update docs release script
Update script for copying generated docs from kubernetes/kubernetes into kubernetes/kubernetes.github.io
Make it actually do what is necessary for a new docs release
2016-08-12 14:37:25 -07:00
Prashanth B adfe244f9e Merge pull request #1020 from stapelberg/patch-1
iptables proxy actually is the default since 1.2
2016-08-12 14:25:36 -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
Phillip Wittrock 8cae25b954 Merge pull request #1017 from Kashomon/k8s-h
Clean up hello-node for easier copy paste-ing and better consistency.
2016-08-12 09:50:59 -07: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
Phillip Wittrock 3fe1b29bb5 Merge pull request #1016 from pwittrock/master
Fix update docs script
2016-08-11 16:42:07 -07:00
Jeff Mendoza 1e867e3813 Add tests for config files and Travis config. 2016-08-11 09:14:19 -07:00
John Torres 19ac992525 updated access to cluster/api w/o proxy post kube v1.3.2 2016-08-11 10:41:58 -04:00
Phillip Wittrock f54c570073 Fix update docs script 2016-08-10 19:07:00 -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 73527daa51 Merge pull request #1004 from jeffmendoza/fix-links
Fix bad sample link.
2016-08-10 10:15:41 -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