CaoShuFeng
0e5ded3a91
Merge branch 'master' into enhance-cni
2016-11-21 01:04:37 -06:00
Luke Faraone
5f8adf0616
Use HTTPS links for all command line invocations
...
#107 fixed a few, but not all were correctly updated.
2016-11-21 02:41:46 +00:00
Casey Davenport
27d7d4fba3
Update Calico links to new docs
2016-11-20 17:14:33 -05:00
Randy Fay
de9197661e
Fix broken path in pv configuration, minor doc improvement
2016-11-20 09:41:34 -07:00
erikus
eb10ccc643
Update "kubectl docker" command to include "--"
...
"--" is now required after "docker" and before extra args.
2016-11-19 20:19:21 -08:00
Ahmet Alp Balkan
083f07af4a
Fix code block rendering issue
...
Added an extra new line before triple-backtick for proper rendering on the website.
2016-11-19 18:27:18 -08:00
Casey Davenport
5ac8ad578c
Merge branch 'master' into remove-old-guides
2016-11-19 18:57:52 -05:00
Casey Davenport
a8e129af83
Sort network plugins alphabetically. ( #1583 )
2016-11-19 14:52:21 -08:00
Casey Davenport
8c72223e7a
Merge branch 'master' into remove-old-guides
2016-11-19 14:55:30 -05:00
Casey Davenport
afcf0dd893
Remove outdated Calico guides in favor of kubeadm
2016-11-19 14:49:53 -05:00
Johanan Lieberman
0fa87b8caa
Mention kubectl as a requirement for running kops
...
When deploying a cluster and kubectl is not installed, kops exits
with an error. Need to mention kubectl as a requirement in the docs.
2016-11-19 16:55:58 +02:00
Jared
2a4501ed63
Removed confusing "Kubernetes" button from docs landing page.
2016-11-18 15:58:19 -08:00
Kenneth Owens
6e65abe9e5
Fixes typo
2016-11-18 15:43:42 -08:00
Kenneth Owens
094a51fc2e
Fixes typo in guarantees
...
Removes deprecation from comment wrt PetSets
Creates separate section in concepts/index.md for Controllers
Fixes grammer "an integer"
Removes claim about persistent storage being auto-deleted
Clarifies stability
Adds call out tick around attributes
2016-11-18 15:35:14 -08:00
Jared
e4d23b4275
Merge branch 'master' into chrismarino-patch
2016-11-18 13:22:44 -08:00
Justin Santa Barbara
3ba967e20f
Merge branch 'master' into download_kubectl
2016-11-18 16:09:54 -05:00
Jared
0c8b977ea5
Merge branch 'master' into patch-5
2016-11-18 13:02:43 -08:00
steveperry-53
88e32adc98
Write new task: Determining the Reason for Pod Failure.
2016-11-18 10:31:44 -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
3c09864e04
Merge branch 'master' into patch-1
2016-11-17 15:31:02 -08:00
Jared
4bc42a3f5c
Merge branch 'master' into patch-1
2016-11-17 15:23:09 -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
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
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
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
1c3789e506
Merge branch 'master' into be-more-neutral
2016-11-15 23:56:47 +01: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
Justin Santa Barbara
c4914efbf5
Remove unmaintained coreos multinode cluster
...
Fix #1688
2016-11-15 12:41:16 -05:00
Tim Hockin
f855c8a599
Merge branch 'master' into master
2016-11-15 09:20:51 +01:00