Commit Graph

56 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 2714c66f95
Merge pull request #10672 from hakman/remove-blm-banner
Remove BLM banner
2021-04-15 07:01:50 -07:00
Ciprian Hacman 6bc4d986d2 Release notes for 1.21.0-alpha.2 2021-03-22 11:51:13 +02:00
Kubernetes Prow Robot d0b175fb2b
Merge pull request #11090 from olemarkus/docs-apiserver-nodes
Add docs about dedicated apiserver ndoes
2021-03-22 00:37:44 -07:00
Justin SB b69b440c2e Add values page
As discussed in #10672, we are maintaining the BLM statement on a page
dedicated to our values.

Additional values mirror the kubernetes project values.  We can
document additional values by agreement in office hours.
2021-03-21 10:35:46 -04:00
Ole Markus With 29d5494940 Add docs about dedicated apiserver ndoes 2021-03-21 07:41:18 +01:00
Ole Markus With 03c6aa8d61 Add link to 1.19 2021-01-29 20:30:38 +01:00
Ciprian Hacman 2de8ec4ac8 Remove BLM banner 2021-01-28 12:38:14 +02:00
Ole Markus With 1d1ee3d571 Fix menu link to troubleshooting 2021-01-19 19:34:38 +01:00
Ole Markus With b07c048f8a Add troubleshooting documentation 2021-01-15 20:49:04 +01:00
Kubernetes Prow Robot aff0ae2d39
Merge pull request #10455 from MoShitrit/docs/contributing
Docs: Rename "Development" section to "Contributing" and add instructions to update the base AMI version of Ubuntu
2020-12-23 09:44:26 -08:00
MoShitrit 2e671cb91d Address comments: rename contributing.md to index.md and move everything under Contributing section 2020-12-23 09:00:53 -05:00
Kenji Kaneda a61caea8d2 Add Azure support
This commit contains all changes required to support Azure
(https://github.com/kubernetes/kops/issues/3957).
2020-12-21 08:27:54 -08:00
MoShitrit 1573a33641 Move Development to be a subsection of Contributing 2020-12-18 09:09:17 -05:00
MoShitrit c85da78c14 First pass at adding Contributing section to the docs 2020-12-17 17:17:35 -05:00
Peter Rifel e78185d20c
Upgrade mkdocs dependencies to latest
Except for mkdocs-macros, for some reason it would no longer recognize our hack/mkdocs_macros python module
2020-12-16 19:37:25 -06:00
Ole Markus With b9b24b402c Promote addon docs to first level menu item 2020-12-03 08:24:12 +01:00
Ciprian Hacman 7b22128b37 Update site title and nav 2020-10-29 19:40:56 +02:00
Ole Markus With 7a7f1d70ea Production recommendations document 2020-09-25 07:20:49 +02:00
Ciprian Hacman 83740f50db Rename Legacy to 1.4 2020-08-17 09:33:46 +03:00
Ciprian Hacman 25cd219aad Squash release notes for v1.6.x 2020-08-17 09:33:46 +03:00
Ciprian Hacman a170c280ce Squash release notes for v1.7.x 2020-08-17 09:33:46 +03:00
Ciprian Hacman ce8edaf176 Squash release notes for v1.8.x 2020-08-17 09:33:46 +03:00
Ciprian Hacman d74784384b Update link names for releases 2020-08-13 07:02:09 +03:00
MoShitrit 0c3296d2fb Moving mkdocs_macros package into hack directory 2020-07-13 23:44:01 -04:00
MoShitrit a7765688de Adding mkdocs macros plugin 2020-07-12 19:01:03 -04:00
Mike Splain a14a555bc9 Black Lives Matter 2020-06-18 00:45:38 -04:00
Peter Rifel 9043f86215
Upgrade mkdocs to latest versions 2020-06-16 21:36:05 -05:00
Kubernetes Prow Robot 99adb5690b
Merge pull request #9308 from rifelpet/docs-cleanup
Docs - add syntax highlighting + markdown cleanup
2020-06-08 20:57:18 -07:00
Peter Rifel 174421fa24
fix logo link to homepage 2020-06-08 22:12:40 -05:00
MoShitrit 947d9d9be9 Adding recent releases to docs site 2020-06-07 01:40:34 -04:00
Ole Markus With 7342525872 Remove vsphere from kops files 2020-05-30 13:36:55 +02:00
Kubernetes Prow Robot bfc3e1c785
Merge pull request #9139 from spotinst/doc-ig-spot
Spotinst: Documentation
2020-05-19 18:12:18 -07:00
Peter Rifel 1453c54dcf
Remove redundant menu item in the docs site
There is alreay an "Our release process" item that links to this same page.
2020-05-19 07:17:06 -05:00
liranp 7b37f4715c
doc(spot): instance group integration: spot ocean 2020-05-18 20:05:03 +03:00
Kubernetes Prow Robot f96099c878
Merge pull request #9107 from olemarkus/docs-networking-split
Move CNI docs to their own files
2020-05-17 14:29:36 -07:00
Ole Markus With 44ad2dd262 Add documentation on gossip 2020-05-10 20:38:25 +02:00
Ole Markus With b50cb95395 Move CNI docs to their own files 2020-05-10 14:52:31 +02:00
Ole Markus With 67b289510f Update the testing page
* Use kubetest for running e2e
* A section on unit/integration tests
2020-04-18 10:52:11 +02:00
Ole Markus With da26eacfef Update mkdocs.yml
Remove redundant line

Co-Authored-By: Peter Rifel <rifelpet@users.noreply.github.com>
2020-04-15 20:00:24 +02:00
Ole Markus With 8b24655616 Group together the various etcd docs 2020-04-15 20:00:21 +02:00
Ole Markus With b3ed808ac6 More clear split between IG specs and operations docs 2020-04-12 09:02:11 +02:00
Ole Markus With bc7b45f41c Clean up the cluster spec documentation 2020-04-12 09:02:11 +02:00
Ole Markus With 94effc501b Remove duplicated docs
The docs in README.md is duplicated in /docs, but we are not good at
keeping them in sync. Therefor I removed most of the information from
README.md andr refer to the docs instead.
Also fixed a few broken/missing links.
2020-04-10 15:28:21 +02:00
sdarwin aacf40d144 etcd admin doc 2020-03-15 17:02:51 +00:00
Jonathan Meyers 3028f63375 add link for Service Account Token Volumes
Signed-off-by: Jonathan Meyers <jonathan@cybrary.it>
2020-03-06 10:42:14 +01:00
Peter Rifel 1df957e354 Update godoc.org references to use pkg.go.dev 2020-02-01 11:11:42 -06:00
Manuel Alejandro de Brito Fontes d6e0a8440d Fix generation of documentation /sitemap.xml file 2019-11-18 21:06:14 -03:00
mikesplain f21e0d98ff Condense updates and upgrades 2019-09-19 21:16:11 -04:00
mikesplain f3d7e15c51 Images 2019-09-19 20:56:29 -04:00
mikesplain 365d3a421e Etcd and high availability 2019-09-19 20:56:29 -04:00