Commit Graph

2830 Commits

Author SHA1 Message Date
Justin Santa Barbara 5277c27c96 Merge pull request #1508 from justinsb/download_kubectl
Instructions for how to download kubectl
2016-11-18 16:18:02 -05:00
Justin Santa Barbara 3ba967e20f Merge branch 'master' into download_kubectl 2016-11-18 16:09:54 -05:00
Jared 7357dce152 Merge pull request #1724 from ahmetalpbalkan/patch-5
Fix broken links to some github paths
2016-11-18 13:04:34 -08:00
Jared 0c8b977ea5 Merge branch 'master' into patch-5 2016-11-18 13:02:43 -08:00
Jared 0cfd783a17 Merge pull request #1730 from kubernetes/UC_patch_1
unbold a tags in #docsContent
2016-11-18 13:00:42 -08:00
scotty 81b7f61c3b disable TOC if there's only a link to the current page 2016-11-18 12:56:07 -08:00
scotty 39d1962b28 unbold a tags in #docsContent 2016-11-18 12:09:19 -08:00
Steve Perry 88638c24ef Merge pull request #1720 from steveperry-53/debug-message
Write new task: Determining the Reason for Pod Failure.
2016-11-18 10:34:47 -08:00
steveperry-53 88e32adc98 Write new task: Determining the Reason for Pod Failure. 2016-11-18 10:31:44 -08:00
scotty 9f0531ba75 added "contribute to codebase" and "download k8s" buttons to the footer
hide left nav area in docs if no nav is present
update text link styles for better readability
2016-11-18 10:27:25 -08:00
Kenneth Owens 7aa8c5d2e6 upgrades the version of storage class to beta
adds assignees
clarifies stable storage description
2016-11-18 10:26:54 -08:00
Kenneth Owens 26f0e6e7a6 removes legacy claim about mutability of stateful set 2016-11-18 10:13:23 -08:00
Maciej Szulik 96903916b5 Deprecate extensions/v1beta1.Job 2016-11-18 13:26:14 +01:00
Justin Garrison e3cd4eb67c added command to download kubectl via curl 2016-11-17 21:18:50 -08:00
Ahmet Alp Balkan 7f7fa5ac73 Fix broken links to some github paths 2016-11-17 19:31:59 -08:00
Ahmet Alp Balkan c117759cfe service-accounts.md: Better paragraph flow
It was not easy to follow what this paragraph is talking about
without clicking the link.
2016-11-17 19:20:11 -08:00
chrismarino 035dc3dd65 Merge branch 'master' into chrismarino-patch 2016-11-17 18:57:28 -08:00
Spencer Smith 1b6580fe53 Very basic kubeadm reset command formatting fix. 2016-11-17 20:40:30 -05:00
Kenneth Owens 8f0e37b24c completes move of statefulset to controllers
shortens intro in favor of another Components section
2016-11-17 16:12:27 -08:00
Kenneth Owens d6ea2b291c updates directory structure to add controllers directory
moves statefulset.md into controllers
update _data/concepts.yml to show a TOC based on the above
2016-11-17 16:12:27 -08:00
Kenneth Owens f2e18d0288 adds sclaing and deployment section. fixes spelling errors. changes all
StatefulSet referneces to Stateful Set and all PetSet references to Pet
Set
2016-11-17 16:12:27 -08:00
Kenneth Owens 41114fd454 Initial commit of statefulsets concept. 2016-11-17 16:12:27 -08:00
Jared 9b4e2ae1fa Merge pull request #1713 from tvon/patch-1
Address formatting
2016-11-17 15:36:05 -08:00
Jared 3c09864e04 Merge branch 'master' into patch-1 2016-11-17 15:31:02 -08:00
Jared 4be980c6e7 Merge pull request #1716 from ahmetalpbalkan/patch-1
List Deployment next to ReplicationController
2016-11-17 15:25:38 -08:00
Jared 4bc42a3f5c Merge branch 'master' into patch-1 2016-11-17 15:23:09 -08:00
Jared 8ea8de040a Merge pull request #1717 from ctrlaltdel/master
typo kuberntes -> kubernetes
2016-11-17 15:22:47 -08:00
Francois Deppierraz 9e25fddd86 typo kuberntes -> kubernetes 2016-11-18 00:10:29 +01:00
Ahmet Alp Balkan 34a31f41ba List Deployment next to ReplicationController
RestartPolicy section gives an example of what kind of controller
should be used for what type of workload. However it only lists
rc for web-server type workloads. Adding Deployment next to rc
as well.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
2016-11-17 15:07:13 -08:00
Steve Perry 748bd4db30 Merge pull request #1599 from jeffmendoza/stateful-app
Add stateful application tutorial.
2016-11-17 14:14:19 -08:00
Jeff Mendoza 053cdb3a1e Add stateful application tutorial. 2016-11-17 13:22:44 -08:00
Matthew Fisher fdf250f86e move "Privilege Escalation Prevention and Bootstrapping closer
This way users don't have to read to the bottom to realize they need to add
--authorization-rbac-super-user=admin to their cluster when bootstrapping for the first time.

🐑
2016-11-17 13:05:45 -08:00
Tom von Schwerdtner 8563dd273b Address formatting
Currently the 'sample environment' code block all shows on one line at http://kubernetes.io/docs/getting-started-guides/vsphere/, hoping this will fix it.
2016-11-17 14:20:29 -05:00
ahawtho 6b151435da Fix shell example in sharing-clusters.md
'export' command should not include dollar signs in variable declaration
2016-11-16 21:58:17 -05:00
Janet Kuo 685d6a8e97 Merge pull request #1706 from janetkuo/cherrypick-1678-1.5
Fix example test failure: rename ScheduledJob to CronJob
2016-11-16 14:55:15 -08:00
Janet Kuo a8de6f388a Fix example test failure: rename ScheduledJob to CronJob 2016-11-16 14:51:48 -08:00
chrismarino d2d179229f Merge branch 'master' into chrismarino-patch 2016-11-16 14:49:22 -08:00
Seth Jennings 5077db9a8b Merge branch 'master' into fix-autoscaler-doc 2016-11-16 14:11:30 -06:00
Brian Grant 7b2589f4f9 Merge pull request #1702 from erictune/rm-v1beta3
Delete references to v1beta3, which was deleted
2016-11-16 11:22:34 -08:00
Eric Tune d41078c482 Delete references to v1beta3, which was deleted 2016-11-16 10:11:28 -08:00
Eric Tune 625774cc1b Added init container documentation.
Based loosely on the design proposal.
2016-11-16 09:52:10 -08:00
chrismarino 087f5fbbc5 Invalid characters
Invalid character prevented this page from rendering properly.
2016-11-16 08:11:48 -08:00
chrismarino 0bb20de3a4 Fix broken link by removing invalid characters.... (#1605)
* Fix broken link by removing invalid characters....

The link to this page is broken because of invalid characters introduced with PR #1549.

* Update networking.md
2016-11-16 06:39:54 +01:00
Tim Hockin 2ebd194948 Merge pull request #1572 from lukemarsden/be-more-neutral
Be more vendor neutral.
2016-11-15 23:57:19 +01:00
Tim Hockin 1c3789e506 Merge branch 'master' into be-more-neutral 2016-11-15 23:56:47 +01:00
Phillip Wittrock 470937d7f3 Merge pull request #1695 from ankurshukla/master
Added new set of Tech and Services Partners
2016-11-15 14:25:46 -08:00
ankurshukla d10fed8566 Added new set of Tech and Services Partners 2016-11-15 13:03:34 -08:00
Jorge O. Castro 16065824dc Move the Ubuntu guides into their own directory and update for 16.04. 2016-11-15 15:57:52 -05:00
Steve Perry 7f8a38b743 Write style guide. (#1619) 2016-11-15 12:26:42 -08:00
Quinton Hoole 27840ef8fe Improvements to Federated Ingress User Guide. 2016-11-15 09:47:32 -08:00