Commit Graph

199 Commits

Author SHA1 Message Date
Peeyush gupta f794a5bdc7 Update install-kubeadm.md (#7781)
Add note to kubeadm install instruction to help install in other arch i.e. aarch64, ppc64le etc.
2018-03-20 01:54:00 -07:00
Sergey Bondarenko 9b4b0add12 Fixed Cyrillic с in 'kube-proxy-cm' (#7787)
There was a typo (wrong character) in kube-proxy-cm.yaml - Cyrillic с (UTF-8 0x0441) was used instead of Latin c.
2018-03-19 23:24:00 -07:00
Dusan Susic 4ac2583637 Naming clarification (#7677)
* Naming clarification

It isn't mentioned that this is crucial to get etcd working.

* Update high-availability.md
2018-03-15 13:40:23 -07:00
Weibin Lin d4e7241987 Remove the redundant "`" in pick-right-solution.md (#7720) 2018-03-15 12:13:23 -07:00
Philip Mallory bb1658f932 Remove page that only contains placeholder text (#7697)
* Remove page that only contains placeholder text

* update landing page

* fix url so that the internal link works correctly
2018-03-14 21:36:22 -07:00
Martin Dietze 2085cf666b Guide for upgrading kubeadm HA clusters. (#7557)
* Guide for upgrading kubeadm HA clusters.

* kubeadm HA upgrade guide: text changes from code review.

* Guide for upgrading kubeadm HA clusters: proposed changes after second round of code review.
2018-03-14 08:30:05 -07:00
Kai Chen 1c4a23562d Fix broken URL (#7670) 2018-03-07 13:10:52 -08:00
Venil Noronha 41c9f9aa8f Updates documentation pertaining to VMware (#7661)
* Adds 301 redirection for /docs/getting-started-guides/vsphere/ to
  https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/

* Updates hyperlinks from /docs/getting-started-guides/vsphere/ to
  https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/

* Updates solution table entries for VMware vSphere

* Fixes typos i.e. VMWare/Vmware -> VMware
2018-03-06 21:26:53 -08:00
Joseph Heck f9c7ee03c8 Adding missing quote to command line example (#7660)
Fixes #7658
2018-03-06 17:32:52 -08:00
Dusan Susic 9f2499294c Correct naming (#7656)
it's confusing to have etcd1 twice, rename it to etcd0, etcd1, etcd2.
2018-03-06 10:23:52 -08:00
Joseph Heck 6b86529183 erp, typo'd myself (#7645) 2018-03-05 13:46:50 -08:00
Joseph Heck 96f76d8c43 adding PKS solution description and link (#7608) 2018-03-05 07:42:52 -08:00
Stewart-YU 7cb230f2a5 refactor setting up cluster using kubeadm docs (#7104) 2018-03-05 00:43:51 -08:00
Loic Nageleisen bf661f9f44 Add a section about routing errors (#7078)
A common source of beffudlement when using local hypervisors or cloud
providers with peculiar interface setups, IP adressing, or network
policies for which kubelet cannot guess the right IP to use.

`awk` is being used so that the example works in CoreOS Container Linux
too.

Requested in kubernetes/kubeadm#203.
2018-03-03 12:13:54 -08:00
Peter (XiangPeng) Zhao af4e718b4c Remove no longer existing log message in kubeadm. (#7585) 2018-03-01 20:30:51 -08:00
Ronny López d80e55506a Fix link to certified kubernetes badge (#7555) 2018-02-28 06:07:46 -08:00
Ronny López ac9acff05a Fix broken link to image (#7554) 2018-02-28 06:04:46 -08:00
Joseph Heck ff9990c87d
Merge pull request #7410 from mbert/master
HA guide for kubeadm:
2018-02-27 11:35:08 -08:00
Steve Perry 45c3fe6ddc In Setup, in front matter, change approvers to reviewers. (#7443) 2018-02-27 10:53:45 -08:00
James Hill-Khurana 97837c078c Fix Kubermatic Links (#7435)
The Kubermatic Links now redirect to loodse.com.
2018-02-24 13:14:46 -08:00
Martin Dietze 773def6cdc High Availability guide for kubeadm: text change as proposed by @mattkelly. 2018-02-22 15:46:29 +01:00
Martin Dietze 747d803722 HA guide for kubeadm: text change to highlight the fact that keepalived is not the prescribed solution to setting up a virtual IP 2018-02-22 11:53:12 +01:00
Martin Dietze a06de688fc Two bug fixes to HA guide for kubeadm: (#7451)
- In the provided configuration file for `kubeadm init` the value for
`apiserver-count` needs to be put in quotes.
- In addition to /etc/kubernetes/pki/ca.* also /etc/kubernetes/pki/sa.*
need to be copied to the additional masters. See [this
comment](https://github.com/kubernetes/kubeadm/issues/546#issuecomment-350241024) by
@petergardfjall for details.
2018-02-20 00:14:38 -08:00
Kai Chen d0fd23409c Remove deprecated Kubernetes on Mesos (#7434) 2018-02-16 17:47:38 -08:00
Mike Frisch ddc0637f19 Update create-cluster-kubeadm.md (#7303) 2018-02-14 20:07:42 -08:00
Ken'ichi Ohmichi d92ed9d89b Update Calico installation URL (#7397)
Calico official page[1] shows Calico installation URL is
https://docs.projectcalico.org/v3.0/getting-started/kubernetes/installation/hosted/kubeadm/1.7/calico.yaml
but the kubeadm installation pages showed
https://docs.projectcalico.org/v2.6/getting-started/kubernetes/installation/hosted/kubeadm/1.6/calico.yaml
then, many people cannot deploy Kubernetes environments with Calico as
[2]
This commit updates the URL.

[1]: https://docs.projectcalico.org/v3.0/getting-started/kubernetes/
[2]: https://github.com/kubernetes/kubernetes/issues/55471
2018-02-14 14:49:51 -08:00
pc d4cc7949d3 fix(k8s-setup-HA): typo (#7370)
see #7137
2018-02-14 14:36:52 -08:00
Martin Dietze 7c32550bb7 HA guide for kubeadm: fixed tab navigation for load balancer setup. 2018-02-14 18:51:18 +01:00
Martin Dietze b786d89c90 HA guide for kubeadm:
- tabified section on load balancing
- added tab for keepalived configuration
2018-02-14 17:08:35 +01:00
Matt Kelly 568fe107ec Clarify that names section of ca-csr.json is optional (#7392) 2018-02-13 12:37:50 -08:00
Weibin Lin 6879636b77 Update pick-right-solution.md (#7220) 2018-02-13 11:42:50 -08:00
Ilya Dmitrichenko 23d20e3102 Remove Fedora guide with deprecated Ansible playbook (#7300)
The playbook in contrib/ansible had been deprecated, but somehow
this reference lived on, this should be covered by the Kubespray
project now.
2018-02-12 15:31:50 -08:00
ismail BASKIN 801fd2e852 Fix kubermatic link (#7380) 2018-02-12 14:46:49 -08:00
Matt Kelly 24caa1a9af kubeadm HA guide: fix indentation and use EOF instead of EOL (#7249)
* Use EOF instead of EOL in HA guide

This is for consistency with the rest of the docs.

* Change indentation from 4 to 3 spaces

The number of spaces in indentation is expected to be divisible by 3.
By having 4 spaces, an extra space was added to the beginning of all
shell code sections, causing issues for heredoc interpretation on
copy/paste.
2018-02-08 12:07:47 -08:00
Ilya Dmitrichenko e81fe4816f Remove CentOS guide that was already deprecated a while ago (#7242) 2018-02-06 18:34:51 -08:00
Ting Ye 5b55fd07a6 fix typo (#7260) 2018-02-06 18:33:42 -08:00
Artem 879e49943e Fix file extension and remove not necessary sudo. (#7143)
* Fix file extension and remove not necessary sudo.

* Rename kube-proxy.сm to kube-proxy-сm.yaml for clarity.
2018-02-06 02:40:12 -08:00
Gerardo Saca d581dff9c8 Update Azure Container Service to managed clusters (#6955) 2018-02-05 18:44:05 -08:00
Sam Foo d10f643e20 Remove duplicate words (#7243)
* Remove duplicate words

* Remove generated-reference change
2018-02-05 12:15:26 -05:00
Lihua Tang aae947f5f4 Typo fix: intstructions -> instructions (#7230) 2018-02-04 14:17:05 -08:00
Rimas Mocevicius bd230c86ef Remove deprecated Kubernetes on Mesos docs (#6668)
* Removed depreciated Kubernetes on Mesos docs

* remove mesos references
2018-02-02 17:45:05 -08:00
Lihua Tang 75702ccc34 Typo fix: compatability -> compatibility (#7188) 2018-02-01 04:21:05 -08:00
Andrew Chen 1e5bb1f8de Create User Journeys MVP (#4630)
* Create User Journeys
Squashed commits:
[9a360e8] add page link functionality (+1 squashed commit)
Squashed commits:
[1cbefa4] Rework App Dev "I want to..." (+1 squashed commit)
Squashed commits:
[0013eb1] Create User Journeys

* structure 2nd page

* prepare docs/home for user journey portal

* Create sample.html

* Update sample.html

* Update index.md

* Create index.html

* Update index.html

* Update index.html

* Update index.html

* Delete index.html

* add custom js mechanism

* bug fix

* put in docsContent div

* add docsportal layout

* move title from layout into page

* move user-journeys/ into /docs/

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update index.md

* Update style_user_journeys.css

* add initial draft for app dev user journey

* add links, rough outline

* fix a few things before demo/discussion

* rework intro section

* Update index.md

* Update style_user_journeys.css

* Update index.md

* Update index.md

* Update style_user_journeys.css

* Update index.md

* Update index.md

* Update style_user_journeys.css

* Update index.md

* Update index.md

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update index.md

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update index.md

* Update index.md

* Update index.md

* Update style_user_journeys.css

* Update index.md

* Update index.md

* Update index.md

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update index.md

* Update index.md

* Update index.md

* Update user-journeys.js

* Update index.md

* Update docsportal.html

* Update style_user_journeys.css

* Update docsportal.html

* add and reorganize content for review

* edit mostly minikube install

* Updates squashed (+51 squashed commits)
Squashed commits:
[2e18ea8] Update application_developer-foundational.html
[78fd490] autogenerate home index from toc
[42e89f6] Update application_developer-foundational.html
[a77d7d6] Update application_developer-foundational.html
[0a489be] Update application_developer-foundational.html
[5b4702f] Update style_user_journeys.css
[90035a6] Update application_developer-foundational.html
[db4fb19] Update application_developer-foundational.html
[4188ebc] Update style_user_journeys.css
[aec303b] Update application_developer-foundational.html
[679d7f6] Update style_user_journeys.css
[e8019bf] Update application_developer-foundational.html
[2d91bf6] Update style_user_journeys.css
[56a49a9] Update application_developer-foundational.html
[79cfb6e] Update application_developer-foundational.html
[f3ec0c5] Update application_developer-foundational.html
[756a42e] Update style_user_journeys.css
[208cde1] Update index.md
[66241e4] Update index.md
[ea8df7f] Update style_user_journeys.css
[0778054] Update style.css
[dcd0863] Update user-journeys.js
[4a99502] Update user-journeys.js
[ddf3820] Update user-journeys.js
[9650dfd] Update user-journeys.js
[6773597] Update user-journeys.js
[0e7849e] Update user-journeys.js
[8c99ba7] Update style_user_journeys.css
[68d5a8a] Update user-journeys.js
[45c85fe] Update user-journeys.js
[7bd4a5d] Update index.md
[c53c6cd] Update index.md
[281e4d3] Update style.css
[8e5efae] Update application_developer-foundational.html
[787f78e] add newline to custom js list
[eea0d10] Update style_user_journeys.css
[295b4d3] Update docsportal.html
[49f7130] Update index.md
[0125bc6] Update style_user_journeys.css
[a803584] Update style_user_journeys.css
[5b97319] Update index.md
[0aa34b2] update kubernetes.github.io links
[62c9981] hide "Edit this Page" button for portal
[1fd0226] Update style_user_journeys.css
[bd35646] Update style_user_journeys.css
[d7a8b81] Update style_user_journeys.css
[0c1e459] Update user-journeys.js
[9eb237d] Update style_user_journeys.css
[99685cd] Update index.md
[516079a] Update index.md
[1386033] Update style_user_journeys.css

* add, edit app dev content, links

* move user persona data to yaml

* add links

* edit, reorganize for navigation

* Update style_user_journeys.css

* Update application_developer-foundational.html

* Update application_developer-foundational.html

* add configmaps

* move links

* edits before merge

* union with #5913

* revert and overwrite for clean #5913 merge

* merge in #5913 changes

* fix Travis error

* Refactor JS for User Journeys portal (#6473)

* comment code

* add arbitrary number of info links

* copy file to correct directory, clean up HTML

* add back in current stylesheet refs

* Set default message when no persona selected (#6495)

* comment code

* add arbitrary number of info links

* Set default message when no persona selected

* copy file to correct directory, clean up HTML (#6502)

* copy file to correct directory, clean up HTML

* add back in current stylesheet refs

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update application_developer-foundational.html

* Update application_developer-foundational.html

* Update application_developer-foundational.html

* Update application_developer-foundational.html

* Update application_developer-foundational.html

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update application_developer-foundational.html

* [User Journeys] Add content template (#6523)

* remove deprecated directories

* add user journey content template

* Convert app dev - foundational to md

* support general, non-hard-coded formatting for user journey content pages

* Update application_developer-foundational.html

* Update application_developer-foundational.html

* Update application_developer-foundational.html

* Update application_developer-foundational.html

* Update application_developer-foundational.html

* Chenopis uj sprint 20171222 (#6748)

* move section banners out of docsection1 divs

* revert

* liquid hack

* modify js hack

* add intermediate and advanced app developer with scroll

* clean up app dev foundational content

* fix formatting

* remove html pages

* add new pages to toc

* Add Docs Contributor persona links

* rebalance docs contributor links

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update foundational.md

* Update foundational.md

* Update style_user_journeys.css

* resetting cluster ops content into updated format (#6783)

* resetting cluster ops content into updated format

* stage interstitial pages from app_developer user journey

* adding cluster ops user journey interstitial pages to ToC _data

* cluster op overview and initial segment

* move working text into a comment

* initial foundational content for cluster ops

* restructuring

* roughing out intermediate resource content

* add notes/detail from user-journey google doc

reference details on what to cover in foundation/intermediate/adv
sections

* imperative language in "I want to..." content

* update entry page yaml strings

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Remove personas and buttons not in MVP

* Update home.js

* normalize strings for 'I want to' entries

* Reorder Contributor buttons

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update app-developer.yaml

* Sort buttons by index value (#6925)

* Sort buttons by index

* fix bug

* Update app-developer.yaml

* Update app-developer.yaml

* Update app-developer.yaml

* Update intermediate.md

* Update advanced.md

* Add community-contributor links

* change foundational/intermediate/advance topics icons

* update app-developer icons

* add code-contributor links

* remove ecosystem-contributor, renumber contributor indexes

* update links, add KEP link

* reorder contributor personas

* change icon for release process

* stub out cluster operator intermediate UJ

* Set up URL state for user journey combinations of path, persona, level

* add path for about kubernetes, fix formatting and javascript appropriately

* add definition for personas and fix ui spacing

* interim edits to intermediate cluster op user journey

* Update links in Browse Docs portion of home page.

* more intermediate cluster ops content

* adding in logging and monitoring content, as well as additional resource listings

* button - keep words together

* Move about blurb to top of docs/home page (#7000)

* Move about blurb to top of docs/home page

* fix conflict

* retire binary_release.md

* fix blurb formatting (+1 squashed commit)
Squashed commits:
[e2e5032] Add links to blurb

* fix docsportal (+1 squashed commit)
Squashed commits:
[f687e71] add noedit flag

* Fix home ToC

* tweak blurb styling

* reorg docs-home links

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Update style_user_journeys.css

* Add some links for Cluster Ops - Advanced Topics (#7130)

* Add some links for Cluster Ops - Advanced Topics

* add back pick right solution

* app developer content

* minor edits

* Choose icons for cluster operator links

* swap logos
2018-01-30 12:23:05 -08:00
Stewart-YU fb3f73e6f6 now that phase out in k8s/cluster/ directory, so remove relative docs (#6951) 2018-01-25 21:10:34 -08:00
Eddie Villalba 467351640e Update high-availability.md (#7086)
the ca-config.json file is not copied to etcd1, and etcd2 which is needed for the cfssl command to complete properly
2018-01-25 19:25:32 -08:00
Luca Cipriani be022e6233 Added AWS eks (#6568)
Improve doc to add aws eks
2018-01-25 16:25:04 -06:00
June Yi 67ce8f6869
Some indented code block is not rendered well
Indented code block after normal paragraph is not rendered well. So changed the paragraphs to ordered list in consistency with other parts of this document.
2018-01-23 10:49:47 -08:00
Andrew Chen 80076086c2
Import release notes (#6999)
* Import release notes

* retire binary_release.md
2018-01-18 12:04:15 -08:00
Stewart-YU a9055e0201 remove openstack-heat.md now that openstack-heat removed in k8s/cluster/ directory (#6940)
LGTM 👍🏻
2018-01-12 21:59:18 -06:00
Zach Corleissen 9b842acfef
January 2018 monthly site maintenance (#6924)
* Updated 404 link to kubeadm ref

* Update ref link to Federation API

* Fix broken links

* Manual fixes to autogenerated links

* Revert "Manual fixes to autogenerated links"

This reverts commit 94dba97a08.
2018-01-12 18:13:05 -06:00