Commit Graph

982 Commits

Author SHA1 Message Date
xuhuilong f3cad4f83a correct the url. 2017-10-11 18:51:26 +08:00
Todd Taomae 077eecce8b Fix typo. "Radios" to "Rados" 2017-10-10 21:53:35 +08:00
Steve Perry 0563d647a7 Update links to avoid redirect.s (#5829) 2017-10-09 21:08:58 -07:00
Steve Perry e830745509 Update links to avoid redirects. (#5827) 2017-10-09 19:17:59 -07:00
Joseph Heck 7c63ff5b1d Merge pull request #5783 from heckj/fix_cloud_provider_typo
fix incorrect reference for openstack
2017-10-09 14:54:22 -07:00
Zhang Xingcai 56ae2ab14b Update alibaba-cloud.md some misspelled words (#5800) 2017-10-08 08:20:10 -07:00
Joseph Heck b7c98d60e4 Kubeadm reference updates (#5594)
- also resolves https://github.com/kubernetes/kubernetes.github.io/issues/3159
   mentioning reboot needed if SELinux is disabled
2017-10-07 08:02:28 -07:00
Steve Perry fc2a3f62a9 Fix text about addons and minikube VM. (#5793) 2017-10-06 13:10:56 -07:00
Joe Heck 442d133431 fix incorrect reference for openstack
resolves https://github.com/kubernetes/kubernetes.github.io/issues/5779
2017-10-05 10:18:38 -07:00
Steve Perry 31ed65dbe3 Update links to avoid redirects. (#5771) 2017-10-04 18:25:57 -07:00
Steve Perry 95d3e80540 Update links to avoid redirects. (#5769)
* Update links to avoid redirects.

* Add paren.
2017-10-04 17:31:51 -07:00
Steve Perry 634dd83bbd Update links to avoid redirects. (#5768) 2017-10-04 16:59:36 -07:00
Steve Perry fda7ed44df Update links to avoid redirects. (#5765) 2017-10-04 16:07:41 -07:00
Steve Perry 6ddca1d62f Update links to avoid redirects. (#5763) 2017-10-04 14:27:41 -07:00
Florian Woerner 96735012a9 Fix a link
Fix a link
2017-10-04 14:30:16 +02:00
Steve Perry a5db67cf04 Update links to avoid redirects. (#5754) 2017-10-03 21:49:37 -07:00
Marco Ceppi 1a3383ce3d conjure-up now supports AWS native integration as part of the install experience (#5743)
* Removes outdated kubernetes setup instructions
2017-10-03 15:34:27 -05:00
Konstantinos Tsakalozos e4fd3f81a8 Fixes in style and more on CDK (#5292)
* Fixes in style and more on CDK

* Addressing review comments
2017-10-02 17:35:36 -07:00
Steve Perry 2bfdaa809e Fix link. (#5723) 2017-10-02 17:28:09 -07:00
chenhuan12 2de73116ea fix typo
fix typo
2017-09-30 10:31:53 +08:00
Steve Perry 16e303090c Replace v1.6 with {{page.version}}. (#5692) 2017-09-29 14:37:24 -07:00
Steve Perry 799eaf4229 Release 1.8 (#5659)
* GC now supports non-core resources

* Add two examples about how to analysis audits of kube-apiserver (#4264)

* Deprecate system:nodes binding

* [1.8] StatefulSet `initialized` annotation is now ignored.

* inits the kubeadm upgrade docs

addresses kubernetes/kubernetes.github.io/issues/4689

* adds kubeadm upgrade cmd to ToC

addresses kubernetes/kubernetes.github.io/issues/4689

* add workload placement docs

* ScaleIO - document udpate for 1.8

* Add documentation on storageClass.mountOptions and PV.mountOptions (#5254)

* Add documentation on storageClass.mountOptions and PV.mountOptions

* convert notes into callouts

* Add docs for CustomResource validation

add info about supported fields

* advanced audit beta features (#5300)

* Update job workload doc with backoff failure policy (#5319)

Add to the Jobs documentation how to use the new backoffLimit field that
limit the number of Pod failure before considering the Job as failed.

* Documented additional AWS Service annotations (#4864)

* Add device plugin doc under concepts/cluster-administration. (#5261)

* Add device plugin doc under concepts/cluster-administration.

* Update device-plugins.md

* Update device-plugins.md

Add meta description. Fix typo. Change bare metal deployment to manual deployment.

* Update device-plugins.md

Fix typo again.

* Update page.version. (#5341)

* Add documentation on storageClass.reclaimPolicy (#5171)

* [Advanced audit] use new herf for audit-api (#5349)

This tag contains all the changes in v1beta1 version. Update it now.

* Added documentation around creating the InitializerConfiguration for the persistent volume label controller in the cloud-controller-manager (#5255)

* Documentation for kubectl plugins (#5294)

* Documentation for kubectl plugins

* Update kubectl-plugins.md

* Update kubectl-plugins.md

* Updated CPU manager docs to match implementation. (#5332)

* Noted limitation of alpha static cpumanager.

* Updated CPU manager docs to match implementation.

- Removed references to CPU pressure node condition and evictions.
- Added note about new --cpu-manager-reconcile-period flag.
- Added note about node allocatable requirements for static policy.
- Noted limitation of alpha static cpumanager.

* Move cpu-manager task link to rsc mgmt section.

* init containers annotation removed in  1.8 (#5390)

* Add documentation for TaintNodesByCondition (#5352)

* Add documentation for TaintNodesByCondition

* Update nodes.md

* Update taint-and-toleration.md

* Update daemonset.md

* Update nodes.md

* Update taint-and-toleration.md

* Update daemonset.md

* Fix deployments (#5421)

* Document extended resources and OIR deprecation. (#5399)

* Document extended resources and OIR deprecation.

* Updated extended resources doc per reviews.

* reverts extra spacing in _data/tasks.yml

* addresses `kubeadm upgrade` review comments

Feedback from @chenopis, @luxas, and @steveperry-53 addressed with this commit

* HugePages documentation (#5419)

* Update cpu-management-policies.md (#5407)

Fixed the bad link.
Modified "cpu" to "CPU".
Added more 'yaml' as supplement.

* Update RBAC docs for v1 (#5445)

* Add user docs for pod priority and preemption (#5328)

* Add user docs for pod priority and preemption

* Update pod-priority-preemption.md

* More updates

* Update docs/admin/kubeadm.md for 1.8 (#5440)

- Made a couple of minor wording changes (not strictly 1.8 related).
 - Did some reformatting (not strictly 1.8 related).
 - Updated references to the default token TTL (was infinite, now 24 hours).
 - Documented the new `--discovery-token-ca-cert-hash` and `--discovery-token-unsafe-skip-ca-verification` flags for `kubeadm join`.
 - Added references to the new `--discovery-token-ca-cert-hash` flag in all the default examples.
 - Added a new _Security model_ section that describes the security tradeoffs of the various discovery modes.
 - Documented the new `--groups` flag for `kubeadm token create`.
 - Added a note of caution under _Automating kubeadm_ that references the _Security model_ section.
 - Updated the component version table to drop 1.6 and add 1.8.
 - Update `_data/reference.yml` to try to get the sidebar fixed up and more consistent with `kubefed`.

* Update StatefulSet Basics for 1.8 release (#5398)

* addresses `kubeadm upgrade` review comments

2nd iteration review comments by @luxas

* adds kubelet upgrade section to kubeadm upgrade

* Fix a bulleted list on docs/admin/kubeadm.md. (#5458)

I updated this doc yesterday and I was absolutely sure I fixed this, but I just saw that this commit got lost somehow.

This was introduced recently in https://github.com/kubernetes/kubernetes.github.io/pull/5440.

* Clarify the API to check for device plugins

* Moving Flexvolume to separate out-of-tree section

* addresses `kubeadm upgrade` review comments

CC: @luxas

* fixes kubeadm upgrade index

* Update Stackdriver Logging documentation (#5495)

* Re-update WordPress and MySQL PV doc to use apps/v1beta2 APIs (#5526)

* Update statefulset concepts doc to use apps/v1beta2 APIs (#5420)

* add document on kubectl's behavior regarding initializers (#5505)

* Update docs/admin/kubeadm.md to cover self-hosting in 1.8. (#5497)

This is a new beta feature in 1.8.

* Update kubectl patch doc to use apps/v1beta2 APIs (#5422)

* [1.8] Update "Run Applications" tasks to apps/v1beta2. (#5525)

* Update replicated stateful application task for 1.8.

* Update single instance stateful app task for 1.8.

* Update stateless app task for 1.8.

* Update kubectl patch task for 1.8.

* fix the link of persistent storage (#5515)

* update the admission-controllers.md index.md what-is-kubernetes.md link

* fix the link of persistent storage

* Add quota support for local ephemeral storage (#5493)

* Add quota support for local ephemeral storage

update the doc to this alpha feature

* Update resource-quotas.md

* Updated Deployments concepts doc (#5491)

* Updated Deployments concepts doc

* Addressed comments

* Addressed more comments

* Modify allocatable storage to ephemeral-storage (#5490)

Update the doc to use ephemeral-storage instead of storage

* Revamped concepts doc for ReplicaSet (#5463)

* Revamped concepts doc for ReplicaSet

* Minor changes to call out specific versions for selector defaulting and
immutability

* Addressed doc review comments

* Remove petset documentations (#5395)

* Update docs to use batch/v1beta1 cronjobs (#5475)

* add federation job doc (#5485)

* add federation job doc

* Update job.md

Edits for clarity and consistency

* Update job.md

Fixed a typo

* update DaemonSet concept for 1.8 release (#5397)

* update DaemonSet concept for 1.8 release

* Update daemonset.md

Fix typo. than -> then

* Update bootstrap tokens doc for 1.8. (#5479)

* Update bootstrap tokens doc for 1.8.

This has some changes I missed when I was updating the main kubeadm documention:
 - Bootstrap tokens are now beta, not alpha (https://github.com/kubernetes/features/issues/130)
 - The apiserver flag to enable the authenticator changedin 1.8 (https://github.com/kubernetes/kubernetes/pull/51198)
 - Added `auth-extra-groups` documentaion (https://github.com/kubernetes/kubernetes/pull/50933)
 - Updated the _Token Management with `kubeadm`_ section to link to the main kubeadm docs, since it was just duplicated information.

* Update bootstrap-tokens.md

* Updated the Cassandra tutorial to use apps/v1beta2 (#5548)

* add docs for AllowPrivilegeEscalation (#5448)

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>

* Add local ephemeral storage alpha feature in managing compute resource (#5522)

* Add local ephemeral storage alpha feature in managing compute resource

Since 1.8, we add the local ephemeral storage alpha feature as one
resource type to manage. Add this feature into the doc.

* Update manage-compute-resources-container.md

* Update manage-compute-resources-container.md

* Update manage-compute-resources-container.md

* Update manage-compute-resources-container.md

* Update manage-compute-resources-container.md

* Update manage-compute-resources-container.md

* Added documentation for Metrics Server (#5560)

* authorization: improve authorization debugging docs (#5549)

* Document mount propagation (#5544)

* Update /docs/setup/independent/create-cluster-kubeadm.md for 1.8. (#5524)

This introduction needed a couple of small tweaks to cover the `--discovery-token-ca-cert-hash` flag added in https://github.com/kubernetes/kubernetes/pull/49520 and some version bumps.

* Add task doc for alpha dynamic kubelet configuration (#5523)

* Fix input/output of selfsubjectaccess review (#5593)

* Add docs for implementing resize (#5528)

* Add docs for implementing resize

* Update admission-controllers.md

* Added link to PVC section

* minor typo fixes

* Update NetworkPolicy concept guide with egress and CIDR changes (#5529)

* update zookeeper tutorial for 1.8 release

* add doc for hostpath type (#5503)

* Federated Hpa feature doc (#5487)

* Federated Hpa feature doc

* Federated Hpa feature doc review fixes

* Update hpa.md

* Update hpa.md

* update cloud controller manager docs for v1.8

* Update cronjob with defaults information (#5556)

* Kubernetes 1.8 reference docs (#5632)

* Kubernetes 1.8 reference docs

* Kubectl reference docs for 1.8

* Update side bar with 1.8 kubectl and api ref docs links

* remove petset.md

* update on state of HostAlias in 1.8 with hostNetwork Pod support (#5644)

* Fix cron job deletion section (#5655)

* update imported docs (#5656)

* Add documentation for certificate rotation. (#5639)

* Link to using kubeadm page

* fix the command output

fix the command output

* fix typo in api/resources reference: "Worloads"

* Add documentation for certificate rotation.

* Create TOC entry for cloud controller manager. (#5662)

* Updates for new versions of API types

* Followup 5655: fix link to garbage collection (#5666)

* Temporarily redirect resources-reference to api-reference. (#5668)

* Update config for 1.8 release. (#5661)

* Update config for 1.8 release.

* Address reviewer comments.

* Switch references in HPA docs from alpha to beta (#5671)

The HPA docs still referenced the alpha version.  This switches them to
talk about v2beta1, which is the appropriate version for Kubernetes 1.8

* Deprecate openstack heat (#5670)

* Fix typo in pod preset conflict example

Move container port definition to the correct line.

* Highlight openstack-heat provider deprecation

The openstack-heat provider for kube-up is being deprecated and will be
removed in a future release.

* Temporarily fix broken links by redirecting. (#5672)

* Fix broken links. (#5675)

* Fix render of code block (#5674)

* Fix broken links. (#5677)

* Add a small note about auto-bootstrapped CSR ClusterRoles (#5660)

* Update kubeadm install doc for v1.8 (#5676)

* add draft workloads api content for 1.8 (#5650)

* add draft workloads api content for 1.8

* edits per review, add tables, for 1.8 workloads api doc

* fix typo

* Minor fixes to kubeadm 1.8 upgrade guide. (#5678)

- The kubelet upgrade instructions should be done on every host, not
  just worker nodes.
- We should just upgrade all packages, instead of calling out kubelet
  specifically. This will also upgrade kubectl, kubeadm, and
  kubernetes-cni, if installed.
- Draining nodes should also ignore daemonsets, and master errors can be
  ignored.
- Make sure that the new kubeadm download is chmoded correctly.
- Add a step to run `kubeadm version` to verify after downloading.
- Manually approve new kubelet CSRs if rotation is enabled (known issue).

* Release 1.8 (#5680)

* Fix versions for 1.8 API ref docs

* Updates for 1.8 kubectl reference docs

* Kubeadm /docs/admin/kubeadm.md cleanup, editing. (#5681)

* Update docs/admin/kubeadm.md (mostly 1.8 related).

This is Fabrizio's work, which I'm committing along with my edits (in a commit on top of this).

* A few of my own edits to clarify and clean up some Markdown.
2017-09-28 21:46:51 -07:00
Steve Perry cfa77d4670 Update links to avoid redirects. (#5627)
* Update links to avoid redirects.

* Fix double forward slash.
2017-09-25 19:14:20 -07:00
Nick Leli fd31a775c6 Updating DC/OS getting started guide with the new integration. (#5547)
Resolving merge conflicts
2017-09-25 16:40:49 -05:00
Steve Perry 7792c801e3 Revert "Update links to avoid redirects." (#5617)
* Revert "Fix the doc example"

This reverts commit 2872def62b.

* Revert "add the set of sessionAffinity timeoutseconds (#5474)"

This reverts commit 657734de6f.

* Revert "pod-security-policy.md: fix broken link to PSP proposal."

This reverts commit 8db51e099f.

* Revert "fix typo"

This reverts commit 24e5383071.

* Revert "Update images.md"

This reverts commit f844a41502.

* Revert "Update links to avoid redirects. (#5614)"

This reverts commit 35c7393849.
2017-09-25 13:43:15 -07:00
Steve Perry 35c7393849 Update links to avoid redirects. (#5614) 2017-09-25 10:04:09 -07:00
Steve Perry ad77d693c7 Update links to avoid redirects. (#5605) 2017-09-24 11:41:34 -07:00
Steve Perry 0e6de2c657 Update link targets to avoid redirects. (#5604) 2017-09-24 11:06:23 -07:00
Steve Perry 9b31b9a4d3 Add trailing slashes to reduce redirects. (#5592) 2017-09-23 03:41:18 -07:00
Stewart-YU 88b4eeca2b Update create-cluster-kubeadm.md (#5369)
* Update fedora_ansible_config.md

Fix format.

* Update create-cluster-kubeadm.md

Fix format: add a blank line.

* Update vsphere.md

Fix leading spaces in commands.

* Update fedora_ansible_config.md again
2017-09-21 17:01:45 -05:00
Slava Semushin 67c0fcd274 Fix broken links after moving proposals to subdirs. 2017-09-21 13:30:31 -05:00
Sascha Marcel Schmidt 4aadfef47c fixes #2749 2017-09-16 14:54:18 +02:00
Weibin Lin 9d9f87257a Update index.md 2017-09-15 16:47:17 -07:00
kairen 48714d5c9d Remove manual deploy on Ubuntu 2017-09-12 14:07:18 -05:00
Stewart-YU 496b1758c7 Update libvirt-coreos.md
Add som urls.
2017-09-12 13:18:56 -05:00
Stewart-YU 87bf3696ca Update photon-controller.md
Fix leading spaces in commands.
2017-09-11 13:49:55 -07:00
Stewart-YU 94d9e27597 Update bare_metal_offline.md
Fix copy error.
2017-09-11 07:59:24 +08:00
Stewart-YU 3e49e008cc Update bare_metal_offline.md
Fix format.
2017-09-10 18:07:38 +08:00
Joseph Heck c4fde406f0 fixing broken note annotation, and cleaning blank line endings (#5360)
* fixing broken note annotation, and cleaning blank line endings

* fixing caution annotation typo
2017-09-08 21:20:29 -07:00
Joel Roggeman de452f864e Fix MD formatting issue in docs (#5326) 2017-09-08 20:43:23 -07:00
Kyle Bai 9981d7e6c9 Remove unknown flag for apiserver (#5312) 2017-09-08 17:44:41 -07:00
Ahmet Kizilay 108a4051fe updated kops download link to latest version (#5345)
* 1.6.1 -> 1.7.0
2017-09-08 09:10:24 -07:00
Liz Rice 7b2ed94079 Include kubelet and kube-proxy in list of pre-reqs (#4469)
* Include kubelet and kube-proxy in list of pre-reqs

Fixes #4454

* Use relative links
2017-09-06 16:37:07 -07:00
Andre Marschalek 683c288bcc Update fedora_ansible_config.md 2017-09-06 13:02:29 -07:00
Andrew Chen 5d71c06c36 Merge pull request #4360 from CaoShuFeng/404_page_part_2
fix one 404 page in doc
2017-09-05 15:32:38 -07:00
Andrew Chen cdccb052f6 Merge pull request #5280 from stewart-yu/patch-50
Update binary_release.md
2017-09-05 14:23:34 -07:00
Andrew Chen d6a96e4cfb Merge pull request #5297 from chenhuan12/patch-85
fix the command output
2017-09-05 14:12:35 -07:00
Stewart-YU aa5df3c4c8 Update photon-controller.md (#5279)
* Update photon-controller.md

Fix format: number order in Prerequisites Part  is 1->2->3->4->5->6, rather than 1->2->1->1->2->3

* add intents to fix ordered bullets
2017-09-05 13:58:58 -07:00
chenhuan12 06b396ff1e fix the command output
fix the command output
2017-09-05 11:00:37 +08:00
Cao Shufeng 64e198b9ff fix 404 page 2017-09-04 14:35:10 +08:00
Stewart-YU 41067dec8a Update binary_release.md
It should add a url.
2017-09-03 11:09:38 +08:00
Stewart-YU 34a9e707bd Update troubleshooting.md
Fix format: " Load Balancer interfering with Helm" should Block Body.
2017-09-03 10:35:55 +08:00
Anthony cc8d5283b4 Update gce.md (#5163)
* Update gce.md

modify use` gcloud` to use ` gcloud` and upper ssh

* Update gce.md

modify ` gcloud` to `gcloud`
2017-09-02 16:01:41 -07:00
Andrew Chen a4016b1a5f Merge pull request #5211 from stewart-yu/patch-36
Update fedora_manual_config.md
2017-09-01 16:39:17 -07:00
Andrew Chen 6bd6931a67 Merge pull request #5240 from mattjmcnaughton/mattjmcnaughton/fix-links-pointing-to-old-kubernetes-examples-format
Example links use kubernetes/examples
2017-09-01 15:04:08 -07:00
divyenpatel 69d2091ca6 Updating vSphere Cloud Provider Documentation (#5241)
* adding vSphere Cloud Provider Documentation Link, updated introduction and added slack support link

* content edits
2017-08-31 16:16:24 -07:00
mattjmcnaughton 959cd767f5 Example links use kubernetes/examples
Fix #5203

Previously, many of the Kubernetes links used
`https://github.com/kubernetes/kubernetes/examples`. This directory was
deprecated through
cb712e41d4,
in favor of the new `examples` repo hosted at
`https://github.com/kubernetes/examples`. This commit updates all links
accordingly.
2017-08-29 09:10:08 -04:00
Stewart-YU a6abd035ec Update fedora_manual_config.md
Fix signal.
2017-08-27 09:38:40 +08:00
XsWack bc9bb3e929 Update clc.md (#5107)
Fix leading spaces in kubectl commands and unified format.This is causing bash/zsh shells to not to record the executed command in the history.
2017-08-25 12:57:11 -07:00
Matt McNaughton 650a370d89 Add section on specifying k8s version for minikube (#5172)
I struggled to discover information on how to specify a kubernetes
version when starting minikube. Ultimately, I found the answer through
searching Github issues, and also running `minikube start --help`.

Given it seems like a fairly common task, I think it could be useful to
include it in the getting started documentation.
2017-08-25 10:57:55 -07:00
netroby 91be0526d3 Uppercase first letter of the words (#5084) 2017-08-22 16:52:50 -07:00
XsWack b8800e670f Update local.md (#5108)
Fix leading spaces in kubectl commands and unified format.This is causing bash/zsh shells to not to record the executed command in the history.
2017-08-22 16:45:08 -07:00
XsWack 2645a13cf1 Update fedora_ansible_config.md (#5117)
fix typo and format the command line
2017-08-22 16:42:45 -07:00
XsWack 761cafedc0 Update monitoring.md (#5145)
format the command line
2017-08-22 16:37:44 -07:00
XsWack 2d61504274 Update gce.md (#4858)
* Update gce.md

fix bad url

* Update gce.md

fix bad url and use the relative URLs
2017-08-22 15:59:59 -07:00
Jennifer Rondeau 9a0a22032c Merge pull request #5128 from wackxu/patch-64
Update operational-considerations.md
2017-08-22 18:39:23 -04:00
Jennifer Rondeau f5ec4b5b73 Merge pull request #5126 from stewart-yu/patch-31
Update vsphere.md
2017-08-22 18:35:24 -04:00
XsWack bf4a8d6f7d Update troubleshooting.md
format the command line
2017-08-22 14:47:15 +08:00
XsWack 94d91de1b2 Update monitoring.md
format the command line
2017-08-21 16:38:53 -07:00
XsWack 4e191c440a Update operational-considerations.md
remove redundant blank line and format the command line
2017-08-21 10:10:21 +08:00
Stewart-YU 860c7d0a42 Update vsphere.md
Fix the format. The format in orginal web page is confusion.
2017-08-21 08:39:05 +08:00
XsWack 25091ef09f Update scratch.md
fix bad url
2017-08-18 09:19:02 -07:00
Dhilip 0166cb7fce [minor] Grammar
[minor] Grammar
2017-08-17 15:40:47 -07:00
Dhilip f0a914ca66 [minor] Grammar
[minor] Grammar
2017-08-17 15:40:32 -07:00
Stewart-YU c9d01fe528 Update scratch.md
The first letter needs to be capitalized.
2017-08-17 15:40:02 -07:00
Dhilip 83b731720d [minor] Grammar
[minor] Grammar
2017-08-17 15:39:31 -07:00
Dhilip 40864059c2 [minor] Removed repetition
[minor] Removed repetition
2017-08-17 15:37:40 -07:00
XsWack 3c99a5c584 Update manual.md (#4974)
format command line
2017-08-17 14:04:21 -07:00
XsWack 5b4c1a4ace Update clc.md (#4989)
format the command line
2017-08-17 13:50:15 -07:00
Lion-Wei 68240a3a4e Update flannel_multi_node_cluster.md 2017-08-17 10:47:06 -07:00
XsWack 693680a67b Update minikube.md
format the command line
2017-08-17 10:19:58 -07:00
XsWack 3945f9cf65 fix bad url
fix bad url
2017-08-17 10:11:44 -07:00
XsWack a8697c1180 Update networking.md
fix bad url
2017-08-17 10:11:15 -07:00
linweibin f90bca6e09 Fix typos
docs/admin/kube-apiserver.md, Line112: "recieving" --> "receiving"
docs/getting-started-guides/vsphere.md: add "." and "does" --> "do"
2017-08-17 20:05:03 +08:00
Andrew Chen 2c06a7a853 close raw tag 2017-08-15 11:45:08 -07:00
Li Yi 5971ca0158 Add getting started guides for Alibaba Cloud (#4789)
* Add getting started guides for Alibaba Cloud

* Update alibaba-cloud.md

* Update alibaba-cloud.md
2017-08-15 00:34:24 -07:00
XsWack 4a6bf5c688 Update index.md
fix bad url
2017-08-14 10:38:29 -07:00
Stewart-YU 4df67765e6 Update gce.md
Fix leading spaces in commands
2017-08-14 10:27:47 -07:00
Stewart-YU 8072c0c1ac Update clc.md
api server -> apiserver. In addition, fix leading spaces in commands.
2017-08-14 10:26:23 -07:00
Stewart-YU 2f2dc6691d Update minikube.md
The code highlight is unnecessary here
2017-08-14 10:24:50 -07:00
Malepati Bala Siva Sai Akhil 210f36584c Fixed Broken Link
Fixed Broken Link in getting started guide of DCOS
2017-08-14 10:09:24 -07:00
lichuqiang af9a02aab1 fix typo 2017-08-12 09:22:53 -07:00
Stewart-YU 2d47c4834f Update upgrades.md
spelling mistake
2017-08-09 09:53:10 -07:00
Brad Beam 36c4ea8923 Updates for kubespray deployment (#4690)
* Updates for kubespray deployment

* Update kubespray.md
2017-08-08 22:23:10 -07:00
Andrew Chen 091f52f901 escape liquid curly braces 2017-08-08 16:19:45 -07:00
Zachary Corleissen b1ae7714a5 Merge branch 'master' into 4167-no-more-calico 2017-08-07 14:08:35 -07:00
Dave Purrington 435696a0d1 Update aws.md 2017-08-04 14:39:50 -07:00
Jesse White 6fb0dd9d17 Fix spacing with shell commands 2017-08-04 14:33:24 -07:00
lichuqiang a03a98e9d5 fix spelling mistake 2017-08-04 14:27:53 -07:00
Malepati Bala Siva Sai Akhil 6b41f6ca41 Fixed typo in getting started guide using minikube
Fixed typo in doc, "Running Kubernetes Locally via Minikube" present under getting started guides
2017-08-04 13:40:18 -07:00
Aaron Crickenberger 18e9aa59d1 Rename OWNERS assignees: to approvers:
They are effectively the same, assignees is deprecated
2017-08-03 16:22:52 -07:00
zacharysarah 42a0fd25b1 Removed redundant redirect 2017-08-02 14:42:02 -07:00
zacharysarah aa8068c3e6 Removed link/section, added redirect 2017-08-02 14:25:53 -07:00
lichuqiang 4ecdd2c3cc Fix sentence begins with an uppercase letter 2017-08-02 11:29:44 -07:00
Luke Heidecke abd60bc4be Fix use of on-premises terminology (#4413)
* Fix use of on-premises terminology

* Update ingress doc with on-premises term
2017-08-01 15:10:37 -07:00
Drew Rapenchuk bfdc9a64e8 update scratch.md for issue #4068 (#4069)
* update scratch.md for issue #4068

Issue #4068 details the dangers of recommending single etcd instance.

This will likely need to be expanded into better "highly available" cluster documentation

* Refactor list style

* fix ordered list

* fix unordered list

* ul

* add back shell
2017-08-01 03:39:52 -07:00
William Chang 5d966136c5 Fix the variables file path. (#4483) 2017-07-28 21:48:45 -07:00
Andrew Chen 2e257d9707 Changes for move to Netlify (#4464)
* disable jekyll-redirect-from gem

* add _redirects file

* disable 404 redirect script

* add 301 redirect to test

* retain _redirects file

* Convert redirect_from's to _redirect file. (#4409)

* Remove redirect_from's. (#4424)

* Add 301's to _redirects. (#4427)

* add whitespace before 301

* move redirects in /js/redirects/js to _redirects

* add disabled option for cn redirect

* convert include to array in _config.yml

* enable redirects.js script for legacy support
2017-07-28 08:23:11 -07:00
divyenpatel b4317f583e minor correction for datastore storage folder 2017-07-28 00:54:09 -07:00
divyenpatel 3d05d95e71 Updated Getting Started Guide for vSphere Cloud Provider 2017-07-27 15:26:14 -07:00
Ahmet Alp Balkan 28f3cfdd4f Update backlinks to client libraries page
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-07-27 14:42:20 -07:00
Liz Rice 2e63445858 Add note about rkt under CRI to rktnetes page (#4470)
* Add anchor to CRI section

* Add note about CRI rkt shim status

* Don't need to add links manually
2017-07-27 13:02:02 -07:00
Ahmet Alp Balkan 0667180dd4 Remove self-links with domain names in docs (#4299)
* Remove self-links with domain names in docs

Fixes #4191. Skipping the tutorials we import from kubernetes/examples.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* update federation/index.md user-guide links

* update assign-pod-node.md links

* update dns-pod-service.md link

* update link in jobs-run-to-completion.md

* update link in minikube.md

* update PS link in minikube.md

* update links in stackpoint.md

* update links in storage.md

* fix link in vsphere.md

* fix links in deprecation-policy.md

* Update pick-right-solution.md

* Update web-ui-dashboard.md

* Update ingress.md

* Update federation-service-discovery.md

* Update user-guide.md

* Update expose-external-ip-address.md

* Update README.md

* Update README.md
2017-07-10 15:13:19 -07:00
Rye Terrell a2f86aee6c Update upgrades.md 2017-07-05 14:41:29 -07:00
Tim Van Steenburgh d38ecacd8b Update instructions for deploying on LXD (#4278)
* Update instructions for deploying on LXD

* Restore prerequisites section

* Fix headings
2017-07-05 14:20:46 -07:00
Christoph Blecker 2e192598a0 Update links to proper repos 2017-06-28 22:08:36 -07:00
Yohann B 206a264c0e Add no_proxy settings to use minikube and kubectl (#4108)
* Add no_proxy settings one might need to use minikube and kubectl behind a proxy.

* add extra line before shell block for formatting

* include suggestions from chenopis
2017-06-28 11:51:25 -07:00
Dan Kohn 67e4f54aaa Replace remaining kargo usages to kubespray 2017-06-27 08:49:03 -07:00
Ahmet Alp Balkan 9ec9c73466 /docs/samples revamp: move examples to /tutorials
Addresses the work described at #4134.

- Remove /docs/samples page: This page mostly had links to examples on
  kubernetes/kubernetes (examples dir) which is now at kubernetes/examples
  repository. It was linking to README.md files for tutorials. Now removing
  this page as we are moving tutorials from kubernetes/examples to here:

  - Create redirects from /docs/samples/ to /docs/tutorials/ (both JS and
    redirect_from).
  - Deprecate "MEAN Stack" tutorial: This tutorial overlaps quite a bit with
    existing "maintained" examples and has been out-of-date for a while.
    Creating an external redirect to its original and more up-to-date location:
    https://medium.com/google-cloud/running-a-mean-stack-on-google-cloud-platform-with-app-engine-and-mongolab-4bbd2040ea75

- Import README.md files of maintained examples (guestbook, wordpress+mysql and
  cassandra) to this repository and serve them under /docs/tutorial.

- Update /docs/tutorials ToC:
  - Link to imported tutorials.
  - Fix missing articles on sidebar (_data/tutorials.yml) and make the tutorials
    listed on tutorials/index.md available on the sidebar (closes #4007).

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-06-26 11:22:35 -07:00
xinsnake dc4819e3ff Update scratch.md: include download binary tarball (#3933)
* Update scratch.md: include download binary tarball

As `kubernetes-server-linux-amd64.tar.gz` is not provided with the tarball now, an extra step is required.

* Updated scratch.md to follow review comments
2017-06-23 01:03:52 -07:00
Spencer Smith 60054a2f04 rename kargo to kubespray in getting started docs (#4119)
* rename kargo to kubespray in getting started docs

* remove old kargo guide, update link to kubespray doc

* update setup.yml with new kubespray pointer
2017-06-22 14:56:19 -07:00
Jeremy Visser 14a39dfcb5 Remove --no-check-certificate flag in bare_metal_offline.md
Using `--no-check-certificate` is, frankly, dangerous and we shouldn't be recommending that users use it. Not without a good reason, anyway.

If a user's system is sufficiently broken that they are getting certificate validation problems during this step, I fail to see how it is our problem to tell the user to overcome that. Let's focus on installing Kubernetes here.
2017-06-22 14:02:43 -07:00
Ahmet Alp Balkan e883a27f3b networkpolicies.md --> network-policies.md for SEO
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-06-22 10:47:34 -07:00
Federico Gimenez 0b5d13704a bump openstack cli tools versions to working values 2017-06-20 16:31:22 -07:00
Eren Güven 582f6f5bd3 update kops installation instructions
* change version v1.4.1 -> 1.6.1
* add note about Homebrew
2017-06-20 14:26:35 -07:00
Sameer Naik 7047cdefbf fixes typos and corrects links in the minikube guide (#4051) 2017-06-20 14:14:37 -07:00
Karthik Gaekwad 1808475968 Fixes issue #3939
Adds comment for per issue #3939
2017-06-07 10:20:31 -07:00
Kyle Gordon 71c7f9efc4 Fix 404 to kubectl install link 2017-06-02 14:03:10 -07:00
Steve Perry 57385e8d86 Create Installing kubeadm topic. (#3709)
* Create Installing kubeadm topic.

* Put kubeadm installation under Setup.

* Move topics to setup directory.

* Move topics to setup directory.

* Add redirects.
2017-06-01 18:03:47 -07:00
Andrew Chen a9b880d5f4 Completes PR #3325 2017-06-01 15:02:14 -07:00
Andrew Chen 4ca2f4e738 Add deprecation tag (#3922)
* Add deprecation tag

* match docsContent styling in dialog
2017-05-26 16:59:29 -07:00
chenhuan12 f5d455edee fix the command output
fix the command output
2017-05-26 10:33:31 -07:00
chenhuan12 9ab964f4c7 fix the command output
fix the command output
2017-05-26 10:33:05 -07:00
chenhuan12 de17826af0 fix typo
fix typo
2017-05-26 10:30:40 -07:00
chenhuan12 b8b60ebe05 fix typo
fix typo
2017-05-26 10:29:05 -07:00
Steve Perry 3149946d6a Remove and redirect: getting-started-guides/docker. (#3854) 2017-05-19 12:00:35 -07:00
Steve Perry d4cbd968fd Remove and redirect: getting-started/...cloud-controller. (#3853) 2017-05-19 11:42:31 -07:00
Steve Perry 18ccf43021 Update link: user-guide/application-troubleshooting. (#3834) 2017-05-18 18:16:31 -07:00
Jacob Beacham d286e4036b Mention alternate architectures for RPMs in kubeadm doc.
Now that we have new repositories to house RPMs for other architectures,
and are populating them with new releases, we should advertise them in
the kubeadm getting started instructions.
2017-05-12 15:31:25 -07:00
Jupp Müller 2e79fcbaa2 Fix broken github links to drivers.md 2017-05-11 11:23:30 -07:00
Steve Perry 02c8689af5 New topic: Installing Minikube. (#3707)
* New topic: Installing Minikube.

* Refine.
2017-05-10 10:44:31 -07:00
Nicolas Dextraze 642043cfe1 Fix missing = when setting api advertised address
Similar to the pod-network-cird= issue, with no = there is no immediate problem but it causes trouble along the way (i.e. I wasn't able to access the dashboard via kubectl proxy)
2017-05-10 09:26:02 -07:00
Nicolas Dextraze 563241c4e5 Update kubeadm.md
Wasted hours today trying to get kubeadm working on a Ubuntu VM. The culprit is a missing = for the pod-network-cidr parameter to the kubeadm init command when using calico. Without it kube-dns refused to start, oddly enough pods had 10.244.0.0 network setup but somehow it was failing sending a request to destroy and recreate the pod.

Here's the events for the kube-dns pods if someone's interested.

Events:
  FirstSeen     LastSeen        Count   From                    SubObjectPath   Type            Reason          Message
  ---------     --------        -----   ----                    -------------   --------        ------          -------
  2m            2m              1       default-scheduler                       Normal          Scheduled       Successfully assigned kube-dns-3913472980-5xfzt to kube-master
  1m            1m              1       kubelet, kube-master                    Warning         FailedSync      Error syncing pod, skipping: failed to "CreatePodSandbox" for "kube-dns-3913472980-5xfzt_kube-system(3bd90f8c-33a8-11e7-8a23-080027ac04f3)" with CreatePodSandboxError: "CreatePodSandbox for pod \"kube-dns-3913472980-5xfzt_kube-system(3bd90f8c-33a8-11e7-8a23-080027ac04f3)\" failed: rpc error: code = 2 desc = NetworkPlugin cni failed to set up pod \"kube-dns-3913472980-5xfzt_kube-system\" network: Get https://10.96.0.1:443/api/v1/namespaces/kube-system/pods/kube-dns-3913472980-5xfzt: dial tcp 10.96.0.1:443: i/o timeout"

  1m    50s     6       kubelet, kube-master            Warning FailedSync      Error syncing pod, skipping: failed to "KillPodSandbox" for "3bd90f8c-33a8-11e7-8a23-080027ac04f3" with KillPodSandboxError: "rpc error: code = 2 desc = NetworkPlugin cni failed to teardown pod \"kube-dns-3913472980-5xfzt_kube-system\" network: connection is unauthorized"

  1m    9s      9       kubelet, kube-master            Normal  SandboxChanged  Pod sandbox changed, it will be killed and re-created.
  37s   9s      3       kubelet, kube-master            Warning FailedSync      Error syncing pod, skipping: failed to "KillPodSandbox" for "3bd90f8c-33a8-11e7-8a23-080027ac04f3" with KillPodSandboxError: "rpc error: code = 2 desc = NetworkPlugin cni failed to teardown pod \"kube-dns-3913472980-5xfzt_kube-system\" network: netplugin failed but error parsing its diagnostic message \"\": unexpected end of JSON input"
2017-05-08 10:31:22 -07:00
Andrew Chen 3426562878 Reimplement PR #3589
Implement change proposed in PR #3589.
2017-05-05 14:42:14 -07:00
anatoly techtonik 31746164e5 Explain that LXD containers run Docker containers inside (#3660)
* Explain that LXD containers run Docker containers inside

Fixes issue #3612

* implement feedback
2017-05-05 14:34:36 -07:00
Tupin Laurent 507c29afeb Correct links to correct repository (#3430)
* Correct links to correct repository

Update prerequesites list

* Update url to Apache Cloudstack repo
2017-05-05 13:36:13 -07:00
William Chang a6ac2a11ff Update the cluster deploy script path. 2017-05-05 09:33:10 -07:00
Andrew Chen 00f48aed80 Change link path 2017-05-04 07:25:24 -07:00
wujun8 5d83944c33 deprecated getting-started-guide on centos (#3594)
* deprecated getting-started-guide on centos

fix https://github.com/kubernetes/kubernetes.github.io/issues/1613

* Reword thx to @chenopis
2017-05-04 07:21:13 -07:00
Vinit Mahedia 0e294acc78 skydns to kubedns rename documentation changes 2017-05-03 23:01:15 -07:00