Commit Graph

783 Commits (6fb0dd9d173d93d182df61268293075ed6389b90)

Author SHA1 Message Date
Ben Balter 5bab707a82 Merge branch 'master' into inline-titles 2016-12-19 18:46:34 -05:00
king-julien 9cefac3618 More Description: use the minikube's built-in Docker daemon 2016-12-19 14:28:33 -06:00
Brendan Burns 13bdbc897f Merge branch 'master' into colemickens-pr-acs-launch 2016-12-16 13:18:05 -08:00
Joe Beda c413ee7c04 Merge branch 'master' into patch-1 2016-12-16 09:02:00 -08:00
Lucas Käldström 09e40e26b3 Update the kubeadm documentation to v1.5 2016-12-16 16:29:28 +02:00
Cole Mickens 5961a799fe azure: update for k8s on acs launch 2016-12-15 20:30:10 -08:00
Janet Kuo 9b432f24e6 Remove .0 suffix from all references to {{page.version}} 2016-12-15 13:14:47 -08:00
Ben Balter bfa604351f add explicit titles to docs 2016-12-15 15:16:54 -05:00
Martin Rauscher e8515af9e8 Merge branch 'master' into patch-1 2016-12-15 20:58:18 +01:00
Joe Beda 4581aa844b Merge branch 'master' into patch-1 2016-12-15 10:21:53 -08:00
Alejandro Escobar 8d8c5f9c0a updated the links to documents that do not exists locally but remotely in github. These links are broken online.
missed a link.
2016-12-14 18:56:27 -08:00
Jared c26a4d6789 Merge branch 'master' into patch-8 2016-12-13 14:56:15 -08:00
Jared c13e73544c Merge branch 'master' into patch-7 2016-12-13 14:38:34 -08:00
Janet Kuo 28899d6ec6 Run update-imported-docs.sh 2016-12-13 13:44:13 -08:00
Ahmet Alp Balkan dafc22c79a Add empty space before code blocks to render
If there is no empty space before the 3-backtick code blocks,
they are rendered incorrectly on the website.
2016-12-12 21:03:11 -08:00
Ahmet Alp Balkan e8b2830a07 Fix bullet list syntax 2016-12-12 20:59:10 -08:00
Saad Ali fd5201a540 Merge branch 'master' into patch-1 2016-12-12 17:53:28 -08:00
Saad Ali 4ba5c70d9b Merge branch 'master' into release-1.5 2016-12-12 16:21:05 -08:00
Saksham Sharma e15e7ab92f Update path to build directory
Changed in release 1.5
2016-12-13 01:29:46 +05:30
devin-donnelly 8f0f15e1a1 Update index.md 2016-12-12 13:44:41 -05:00
devin-donnelly 34eb94424d Update index.md 2016-12-12 13:31:22 -05:00
Saad Ali 0b59fc3442 Rename docs/getting-started-guides/windows/README
Rename docs/getting-started-guides/windows/README.md to index.md
2016-12-09 18:11:11 -08:00
Janet Kuo 2f82009f51 Merge branch 'master' into update-minikube-docs 2016-12-09 16:05:46 -08:00
Daniel P. Berrange f891170c92 getting-started: note that Fedora can use VMs or bare metal
Although the Fedora install docs are under the "Bare Metal"
section in the docs, the instructions provided work fine
for Fedora installs in virtual machines

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange a6e375a4b1 getting-started: add instruction to install flannel
The Fedora multi-node doc need to tell users to install
flannel, since previous setup won't have brought it in.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange 33a83b1221 getting-started: remove note about installing iptables on Fedora
The install of kubernetes pulls in docker, which has a direct
dependancy on iptables. So there is no need to tell people to
yum install iptables manually.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange 0275ca78d0 getting-started: remove note to create /var/run/kubernetes
The /var/run/kubernetes directory is already created by
installation of the kubernetes RPM with correct user
and group ownership and permissions.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange 363052020c getting-started: update to assume port numbers for etcd >= 2.0
The docs still refer to etcd using port 4001, but in all
currently released Fedora versions it will be using 2379

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange d35fdeb503 getting-started: only list config vars that need changing
The KUBE_LOGTOSTDERR, KUBE_LOG_LEVEL and KUBE_ALLOW_PRIV
settings will already have correct values out of the box,
so no need to tell people to set them.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange 28b636c466 getting-started: don't use updates-testing repo for Fedora
There is no reason to tell people to enable updates-testing
repo for Fedora by default. The latest stable packages are
already in the main repos and updates-testing should only be
used by people wishing to test & report quality of pre-released
software, not general Kubnetes users.

Also remove the link to Koji builds - any Koji build which
is working well enough to user will be submitted as an update.
Telling users to install packages straight from Koji will
lead to them using potentially unstable / buggy builds.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Daniel P. Berrange eed3349501 getting-started: replace 'yum' with 'dnf' in Fedora docs
dnf has replaced yum as the standard package install tool
in all versions of Fedora that are currently supported.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-12-08 12:44:57 +00:00
Clayton Coleman e46b3a302f Mention OpenShift Dedicated and Online as hosted solutions
Both offer Kubernetes + additional developer tools and management policy
on top.
2016-12-07 17:26:55 -08:00
Matt Baldwin 30652c7847 Adding Stackpoint.io as a turn-key provider.
Change-Id: I017e314f67ca3945f658f834ae5b908f30ddd65a
2016-12-06 14:51:23 -08:00
devin-donnelly 9eaaa14336 Merge pull request #1771 from jbhurat/windows_docs
Getting Started Guide for Windows Support
2016-12-02 14:34:19 -08:00
Jitendra Bhurat 77fd224ce4 Changes as per review 2016-12-02 14:13:29 -05:00
Jitendra Bhurat de30abac1c Cosmetic changes as per review 2016-12-02 14:12:13 -05:00
Martin Rauscher b6cd807bac allow copy&paste of sample code
multi-line code samples should not be prefixed with stuff that makes copy&paste hard!
2016-12-01 11:51:20 +01:00
Clayton Coleman a8b70f553a
Mention OpenShift Dedicated and Online as hosted solutions
Both offer Kubernetes + additional developer tools and management policy
on top.
2016-11-30 22:16:08 -05:00
Jitendra Bhurat c6b260489b Updated based on review comments 2016-11-25 19:09:36 -05:00
devin-donnelly 09429cb488 Merge pull request #1777 from bboreham/weave-npc
Add Weave to the list of NetworkPolicy implementations
2016-11-23 13:35:34 -08:00
Jitendra Bhurat 2818da21b7 Added a sample POD spec and added kubenet requirements 2016-11-23 15:08:25 -05:00
Bryan Boreham c01aaba156 Add Weave to the list of NetworkPolicy implementations 2016-11-23 14:32:59 +00:00
Bryan Boreham 5a54ed400c Clarify that no add-ons are preferred above others 2016-11-23 14:25:09 +00:00
Jitendra Bhurat 57a99a86d2 Adding Getting Started Guide for Windows Support 2016-11-22 15:51:47 -05:00
Matt Rickard 52b6538acc Update minikube docs for v0.12.0 release 2016-11-22 10:39:38 -08:00
devin-donnelly 157ab0d316 Merge pull request #1654 from castrojo/master
Update Ubuntu information.
2016-11-21 16:15:46 -08:00
devin-donnelly 9593893669 Merge pull request #1689 from justinsb/remove_old_coreos_multinode_cluster_guide
Remove unmaintained coreos multinode cluster
2016-11-21 14:49:56 -08:00
devin-donnelly 2f26823b50 Merge pull request #1721 from rsmitty/master
Very basic kubeadm reset command formatting fix.
2016-11-21 14:40:34 -08:00
devin-donnelly 20d6b55841 Merge pull request #1735 from johananl/patch-3
Mention kubectl as a requirement for running kops
2016-11-21 14:23:59 -08:00
devin-donnelly 560aa4e777 Merge pull request #1736 from caseydavenport/remove-old-guides
Remove outdated Calico guides in favor of kubeadm
2016-11-21 14:23:35 -08:00
devin-donnelly 23e3f55e3b Merge pull request #1743 from lfaraone/patch-1
Use HTTPS links for all command line invocations
2016-11-21 14:16:37 -08:00
devin-donnelly ab80f27df2 Merge pull request #1742 from caseydavenport/update-calico-links
Update Calico links to new docs
2016-11-21 14:15:42 -08:00
Jared 71f6381067 Update index.md 2016-11-21 14:14:15 -08:00
Jared 7801a9a735 Merge branch 'master' into master 2016-11-21 14:13:18 -08:00
devin-donnelly a1d0484bfc Merge pull request #1748 from liangxiaoping/new_branch
Modify some hyperlink location in binary_release.md
2016-11-21 14:09:24 -08:00
devin-donnelly 4b4968c299 Merge pull request #1750 from berrange/coreos-typo
libvirt-coreos: fix typo s/libvert/libvirt/
2016-11-21 14:06:48 -08:00
Jared 2ca0fafb8c Merge branch 'master' into master 2016-11-21 13:27:08 -08:00
Jared b5c86dfe02 Merge branch 'master' into init-cont-doc 2016-11-21 11:07:51 -08:00
Jared 096e8e21be Merge branch 'master' into patch-1 2016-11-21 09:25:53 -08:00
Daniel P. Berrange 0e1935c6b9 libvirt-coreos: fix typo s/libvert/libvirt/ 2016-11-21 15:24:56 +00:00
shapeliang 6a46468171 Modify some hyperlink location in binary_release.md 2016-11-21 15:56:30 +08: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
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
Justin Santa Barbara 3ba967e20f Merge branch 'master' into download_kubectl 2016-11-18 16:09:54 -05:00
Spencer Smith 1b6580fe53 Very basic kubeadm reset command formatting fix. 2016-11-17 20:40:30 -05: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
Eric Tune 625774cc1b Added init container documentation.
Based loosely on the design proposal.
2016-11-16 09:52:10 -08: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
Justin Santa Barbara c4914efbf5 Remove unmaintained coreos multinode cluster
Fix #1688
2016-11-15 12:41:16 -05:00
Luke Marsden 5dd3a00742 Be more vendor neutral.
Address review feedback.
2016-11-11 08:42:32 -08:00
David Newswanger 8c15032cc1 Merge branch 'master' into improve_centos_guide 2016-11-08 15:02:06 -05:00
devin-donnelly c1f1f34414 Merge pull request #1614 from fen4o/fix-rkt-link
Fix broken rkt networking link
2016-11-07 11:04:55 -08:00
David Newswanger fe8d92d27a Merge branch 'master' into improve_centos_guide 2016-11-07 13:46:53 -05:00
David Newswanger 0884c3a597 made some minor fixes to the centos guide to make it a little easier for beginners to follow 2016-11-07 13:37:33 -05:00
Lucas Käldström 05f67bad8f Update the kubeadm documentation to reflect the new release 2016-11-06 15:29:11 -08:00
fen4o 4f6dea72b9 Fix broken rkt networking link 2016-11-03 12:22:29 +02:00
devin-donnelly 05ac6a0aca Merge pull request #1601 from gershwinlabs/turn-tear
Changed "turn down" cluster to "tear down" cluster
2016-11-02 15:17:39 -07:00
Bill 4892b6b82f Merge branch 'master' into turn-tear 2016-11-02 13:47:52 +00:00
fen4o 078074676b Fix broken links in Custom Cluster from Scratch
* Broken link for Calico
* Added https for Weave
2016-11-02 15:26:40 +02:00
Bill e7eb93aaf4 Merge branch 'master' into turn-tear 2016-11-01 21:00:36 +00:00
Bill Allen 596a56e3e5 Documentation incorrectly said to turn down the cluster instead of tear down the cluster. 2016-11-01 20:50:53 +00:00
Chris Love e57b1141c9 Merge branch 'master' into updating-aws-install 2016-11-01 11:54:39 -06:00
Anirudh Ramanathan b5f9257c11 Add valid link to kops (#1566) 2016-11-01 00:49:52 -07:00
Keith Wansbrough 1c7a004312 Merge branch 'master' into patch-1 2016-10-28 11:01:28 +01:00
chrislovecnm c4da909199 tweaks requested
hr
2016-10-27 23:19:33 -06:00
chrislovecnm f85bbc130c moving kube-up.sh to legacy for aws install 2016-10-27 23:19:32 -06:00
devin-donnelly de27c5c194 Merge pull request #1554 from jadekler/master
Remove outdated notes
2016-10-27 20:20:08 -07:00
devin-donnelly 3ce1cd3ac5 Merge pull request #1549 from chrismarino/master
Add Romana to Network Policy Getting Started and kubeadm install pages
2016-10-27 19:36:55 -07:00
devin-donnelly 2de507a377 Merge pull request #1541 from MichalMankowski/master
Fix centos getting started docs
2016-10-27 19:35:49 -07:00
Jean de Klerk cf716e75d6 Merge branch 'master' into master 2016-10-27 07:44:54 -06:00
Chris Marino 32c2a7d29f Client glitch again 2016-10-26 13:36:31 -07:00
Chris Marino 6d9c7babe1 Typos, clarity.... 2016-10-26 13:35:41 -07:00
Chris Marino 66e1e236a2 More git client weirdness 2016-10-26 08:01:41 -07:00
Chris Marino 714440f3ae Reworked language... 2016-10-26 08:00:29 -07:00
Chris Marino a600ad20e6 Resolved conflich 2016-10-26 07:48:11 -07:00
Chris Marino ee6ce7828f Merge remote-tracking branch 'refs/remotes/kubernetes/master' 2016-10-26 06:49:09 -07:00
Chris Marino eb32f1323b Weird client mishap missed this line... 2016-10-26 06:35:28 -07:00
Justin Santa Barbara 5d689c8eee Add docs for kops, explain when kops and when kubeadm
Quick getting started guide for kops.

Also try to provide some guidance as to when to use kops and when
kubeadm; based on discussions with sig-cluster-lifecycle that kubeadm is
a building block and not a provisioning tool.

I used "kubeadm" as a simplifying concept for "kubeadm and the other
work done by sig-cluster-lifecycle that kubeadm is a part of", in that
tools that don't (yet) use kubeadm are still leveraging the kubeadm
stream of work.
2016-10-25 22:53:33 -04:00
Jean de Klerk 6649f59283 Remove outdated notes
The issue in question has been resolved.
2016-10-25 18:41:49 -06:00
Chris Marino 5d7db3f643 Rework.. 2016-10-25 15:24:54 -07:00
Chris Marino e8860fcba0 format 2016-10-25 15:05:23 -07:00
devin-donnelly a02ae2da29 Merge pull request #1542 from masstomato/typo-docs-centos
Fix typo 'ectdclt'
2016-10-25 14:57:32 -07:00
Chris Marino 6a290cd6e7 Remove vendor reference, typo... 2016-10-25 14:55:55 -07:00
Lucas Käldström 519ceca719 Update and refactor the kubeadm documentation + add HypriotOS instructions as well 2016-10-25 22:55:48 +03:00
Chris Marino f5ab3e9d33 Remove project references... 2016-10-25 09:45:05 -07:00
MichalMankowski 5ff5f10e76 change default-system to default-context 2016-10-25 08:48:43 +02:00
Chris Marino 2232e063aa Edits for consistency..
Kubeadmin, etc.
2016-10-24 16:00:28 -07:00
chrismarino 677699245e Merge branch 'master' into master 2016-10-24 10:01:27 -07:00
Joe Beda e21ed27c58 Document kubeadm automation. 2016-10-24 09:41:39 -07:00
Chris Marino 59d40b3e81 Merge remote-tracking branch 'refs/remotes/kubernetes/master' 2016-10-24 08:23:03 -07:00
Chris Marino b36034a97c edits 2016-10-24 08:22:22 -07:00
masstomato d07e6516ce Merge branch 'master' into typo-docs-centos 2016-10-25 00:22:15 +09:00
Chris Marino 56a8e8bafc Minor content re-org, edits 2016-10-24 08:22:02 -07:00
MichalMankowski fff7f38748 change to kube-centos 2016-10-24 16:24:01 +02:00
masstomato cacbf7ca35 Fix typo
Fix 'ectdclt' to 'etcdctl'.
2016-10-24 23:22:37 +09:00
MichalMankowski a79c12489e fix typo and add section about kubectl configuration 2016-10-24 16:21:16 +02:00
Ilya Dmitrichenko ed4c37d511
Get rid of git dependency in kubeadm guide 2016-10-24 13:28:05 +01:00
Justin Santa Barbara 500aec5eed A few updates based on MacOS testing 2016-10-21 21:39:25 -04:00
Justin Santa Barbara 689c4b02b4 Add kubectl shell autocompletion section 2016-10-21 21:05:38 -04:00
Justin Santa Barbara 0ebd20ccfb Fixes per code review 2016-10-21 21:05:23 -04:00
roopakparikh 0d3a83f0d5 Added Platform9.com solutions at couple of Places
Adding Platform9.com Kubernetes solution in the Hosted section as well as Table of solutions.
2016-10-21 14:01:00 -07:00
Chris Marino d8688fa817 Add Romana to docs
ToC, and kubeadm page
2016-10-21 13:32:29 -07:00
Justin Santa Barbara 441043a22a Instructions for how to download kubectl 2016-10-19 13:12:00 -04:00
Keith Wansbrough 33cdc55903 Just give a simple link for Windows kubectl. 2016-10-19 14:01:30 +01:00
Keith Wansbrough eb5f7add4b Suggest alternative to curl for Windows. 2016-10-19 12:04:25 +01:00
Keith Wansbrough 0903054357 Don't hardcode kubectl version. 2016-10-19 12:03:28 +01:00
Keith Wansbrough b5a780cf3f Merge branch 'master' into patch-1 2016-10-19 11:40:59 +01:00
devin-donnelly 29c9e11d71 Merge pull request #1394 from kcluster/kcluster-link
Add link to KCluster.io
2016-10-18 16:38:28 -07:00
devin-donnelly 16e74f3cc3 Merge pull request #1418 from nordri/master
Added flannel config
2016-10-18 16:35:41 -07:00
devin-donnelly e82bd1c6ff Merge pull request #1493 from cjyar/patch-1
Added more prequisites.
2016-10-18 16:23:35 -07:00
Keith Wansbrough 8b4e7e8bc6 Instructions for Windows download of kubectl.
The binary name is kubectl.exe in this case, not kubectl, which is not immediately obvious.
2016-10-18 15:22:13 +01:00
Fede Diaz 827ae558ec Update centos_manual_config.md
Request change done. 
Fixed errata in flannel network.
2016-10-18 08:13:10 +02:00
devin-donnelly 5b8ac5f7a9 Merge pull request #1433 from copejon/add-gcloud-api-authorization
Added optional prereq to authorize API calls
2016-10-17 16:36:57 -07:00
Chris Jones 047974c924 Added more prequisites. 2016-10-17 15:13:44 -06:00
Mike Spreitzer bf18da533d Documented FLANNEL_BACKEND and ADMISSION_CONTROL in cluster/ubuntu doc 2016-10-15 00:43:19 -04:00
Jonathan Cope 8f6ef58a49 Merge branch 'master' into add-gcloud-api-authorization 2016-10-13 11:38:57 -05:00
Jon Cope 81634ad38d Added optional prereq to authorize API calls 2016-10-13 10:16:17 -05:00
Ilya Dmitrichenko 4d5d29567d
Cosmetic tweaks to main kubeadm doc
- clean-up the reset script
- remove details tag
2016-10-12 17:04:13 +01:00
Ilya Dmitrichenko 75a3e77452
Note about workaround for https://github.com/kubernetes/kubernetes/issues/34566 2016-10-11 21:08:37 +01:00
Lucas Käldström 23d7719663 Move kubeadm reference, add a navigation link to it and assignees 2016-10-11 09:01:12 +03:00
James Munnelly 65e8941239 Add kubeadm reference docs 2016-10-10 20:31:29 +01:00
Bryan Boreham a3821df026 Ensure namespace is created first in microservices-demo
Avoid 'namespaces "sock-shop" not found' messages when users try the demo
2016-10-10 16:46:12 +01:00
Fede Diaz f727a572b8 Update centos_manual_config.md
Warning about flannel network
2016-10-09 17:52:25 +02:00
Fede Diaz 252d8b8c41 Update centos_manual_config.md
Added flannel configuration. Now more than one worker is available.
Tested on Centos7 minimal install
2016-10-09 17:46:04 +02:00
kcluster 30af17a161 Add link to KCluster.io 2016-10-07 19:51:43 +11:00
devin-donnelly 35e25311b5 Merge pull request #1144 from adieu/format
Some small style tweaks to make pandoc working
2016-10-05 15:44:26 -07:00
devin-donnelly 637a1613cd Merge pull request #1325 from colemickens/pr-azure-docs
azure: update links, owners, metadata
2016-10-05 14:49:38 -07:00
devin-donnelly 64239cc483 Merge pull request #1346 from callermann/patch-1
Update docker-multinode.md
2016-10-05 14:15:04 -07:00
devin-donnelly 5b701d9e60 Merge pull request #1376 from JoshRosso/fix-coreos-case
Correct case used in CoreOS hyperlink in getting-started-guides
2016-10-05 14:11:19 -07:00
joshrosso bdb0eabcbc Correct case used in CoreOS hyperlink in getting-started-guides
Minor typo fix to ensure 'CoreOS' case is correct and consistent throughout getting-started-guides.
2016-10-05 02:12:29 +00:00
gavinB-orange 8a484aff51 Update minikube.md to cover use behind a web proxy
In a corporate environment you need to pass proxy information, and just setting the appropriate environment variables does not work.
The code snippet here works for me
2016-10-04 19:08:22 +02:00
Bryan Boreham c848bf0487 Demo app is now in different namespace
Change instructions to show use of 'sock-shop' namespace rather than default.
2016-10-04 13:12:06 +01:00
Piyush Madan c38f1f63e4 minor edit - removed ` in one of the cmds 2016-09-29 01:23:06 -04:00
callermann f0ea23d16c Update docker-multinode.md
Modified cd command on line 89 (Adding a worker node) to reflect proper path.
2016-09-28 20:40:02 -04:00
deads2k 65878b15e2 update docs to point to new incubator 2016-09-28 09:29:57 -04:00
Luke Marsden ee4af46a7b Add instructions for overriding autodetected network interface. 2016-09-28 09:37:35 +01:00
Walter Dolce 05e79bcec5 Update documentation to match minikube's current behaviour
Updating docs as per [minikube's #631](https://github.com/kubernetes/minikube/issues/631)
2016-09-27 21:58:48 +01:00
Luke Marsden c781e15700 Install docker. 2016-09-27 20:43:08 +01:00
Cole Mickens 660376ccd9 azure: update links, owners, metadata 2016-09-27 12:16:14 -07:00
Luke Marsden 7e7e35c1df Use the official 1.4.0 image. 2016-09-27 18:07:42 +01:00
Luke Marsden 5dee6166be Update kubeadm guide to use official stable deb and rpm repos. Thanks @mikedanese! 2016-09-27 18:07:41 +01:00
adieu c42b866ad2 Minor style tweaks. 2016-09-27 17:12:02 +08:00
adieu 838352ff6e Change files in dos format to unix format. Removing ^M. 2016-09-27 17:12:02 +08:00
devin-donnelly 6bad1e3ce2 Merge pull request #1282 from YuPengZTE/dev
The etc and dot is seprated
2016-09-26 13:17:53 -07:00
devin-donnelly e53615460d Merge pull request #1283 from YuPengZTE/devFirst
Capitalizes the first letter
2016-09-26 13:16:46 -07:00
devin-donnelly 942dda1b66 Merge pull request #1293 from a-robinson/typo
Don't reference elasticsearch/kibana in gce getting started guide
2016-09-26 13:13:51 -07:00
devin-donnelly 778c119835 Merge pull request #1265 from lukemarsden/master
[WIP] kubeadm and add-on docs
2016-09-26 10:31:43 -07:00
Luke Marsden e6eac66c94 Include slightly surprising output. 2016-09-26 15:18:33 +01:00
Luke Marsden e6f488c555 Required for now for this to work 2016-09-26 15:09:25 +01:00
Luke Marsden 807827c645 Clarify. 2016-09-26 14:35:41 +01:00
Luke Marsden fe30e27200 Fix alignment 2016-09-26 14:27:06 +01:00
Luke Marsden 8c43a0b759 Make the uninstall script look like code 2016-09-26 14:25:07 +01:00
Luke Marsden 7d434d58b9 Clarify that this reverts what kubeadm did rather than uninstalling the packages. 2016-09-26 14:20:47 +01:00
Luke Marsden 10884384de kubeadm and add-ons docs 2016-09-26 14:12:02 +01:00
Devin Donnelly f4457ae677 Merge remote-tracking branch 'origin' into release-1.4 2016-09-23 16:57:30 -07:00
Alex Robinson 6a54f55822 Don't reference elasticsearch/kibana in gce getting started guide
The default GCE configuration uses fluentd-cloud-logging, so it's
misleading to tell people about elasticsearch/kibana being in their
cluster.
2016-09-23 11:45:19 -04:00
YuPengZTE b0d3fd5f6b Capitalizes the first letter
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-09-22 17:07:06 +08:00
YuPengZTE f2b90fa2c3 'etc' should be 'etc.'
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn>
2016-09-22 16:22:31 +08:00
devin-donnelly f2465eec29 Merge pull request #1158 from pallavagarwal07/patch-1
Fix link to kubectl from docs/user-guide/kubectl/kubectl_version.md
2016-09-21 16:28:25 -07:00
devin-donnelly bcce3fe05d Merge pull request #1231 from caseydavenport/fix-calico-debian
Fix Calico Install Command
2016-09-19 14:54:44 -07:00
Casey Davenport b0ce198615 Re-work networking section to be more clear 2016-09-16 16:05:28 -07:00
Casey Davenport 2ee8a639fb Add Calico, NetworkPolicy to the from-scratch networking section. 2016-09-16 16:01:25 -07:00
Devin Donnelly e0cde221b4 Merge remote-tracking branch 'origin' into release-1.4 2016-09-15 14:40:22 -07:00
Pallav Agarwal 36fefcf873 Correct broken links - fix #1154, fix #1161, fix #1162, fix #1163
Fix some broken links in documentation, as well as add a dummy page
for single-node docker with deprecation notice to prevent error with
old links.
2016-09-15 17:26:29 +05:30
tamal 459eacd2ef Add links to AppsCode managed Kubernetes clusters. 2016-09-14 17:41:48 -07:00
Casey Davenport e6c31215e4 Use Debian for Calico NetworkPolicy 2016-09-14 16:55:18 -07:00
devin-donnelly 8364d930c8 Merge pull request #1109 from yifan-gu/release-1.4-rkt
docs/rkt: Update known issues for rktnetes for 1.4 release.
2016-09-14 16:10:21 -07:00
George G eadd4b3c05 scratch.md: Explain standard use of validate-cluster.sh 2016-09-14 19:12:30 +01:00
George G ca1b9882de scratch.md: Document how to use cluster/validate-cluster.sh 2016-09-14 02:31:29 +01:00
devin-donnelly 5fdc4447bd Merge pull request #1217 from caseydavenport/master
Getting started guide for NetworkPolicy
2016-09-13 15:32:52 -07:00
Casey Davenport 3dc824673f Split out Calico bits 2016-09-12 19:24:24 -07:00
Casey Davenport 5ce89f84f3 Getting started guide which walks through using NetworkPolicy 2016-09-12 15:29:11 -07:00
Devin Donnelly 319ef0623f Merge branch 'master' into release-1.4 2016-09-12 15:10:12 -07:00
Eduardo Patrocinio ef735dac3e Add link to IBM SoftLayer instructions 2016-09-10 10:50:25 -04:00
devin-donnelly 7fff2005fe Merge pull request #1072 from jzhoucliqr/master
ubuntu provider environment variable 'roles' instead of 'role'
2016-09-09 15:48:13 -07:00
devin-donnelly 16db557f50 Merge pull request #1131 from caseydavenport/remove-fedora-guide
Remove outdated Calico / Fedora guide.
2016-09-09 15:19:32 -07:00
Devin Donnelly 290e4f12a4 Merge branch 'release-1.4' of https://github.com/kubernetes/kubernetes.github.io into release-1.4 2016-09-08 16:30:14 -07:00
Devin Donnelly 301a3e4da9 Merge branch 'master' into release-1.4 2016-09-08 16:11:25 -07:00
Mike Danese 7a730e6f54 Merge pull request #1133 from colemickens/pr-azure-kany
azure: switch to kubernetes-anywhere
2016-09-08 11:37:11 -07:00
Evgeniy L 08699ddce0 Merge branch 'master' into fix-broken-links 2016-09-08 16:45:52 +03:00
Jedrzej Nowak bbb9854574 Fixed few typos and englishify getting-started-guides 2016-09-06 12:35:55 +02:00
Yifan Gu 5f8a92fb2c docs/rkt: Update known issues for rktnetes for 1.4 release. 2016-09-02 16:56:01 -07:00
nikhiljindal caa3d8c8e3 Updating docs by running update-imported-docs.sh 2016-09-02 16:23:08 -07:00
Evgeny L 30539b11f9 Remove broken links to master.sh and worker.sh in docker-multinode 2016-09-02 17:58:51 +03:00
Casey Davenport 7f785f2ecf Remove outdated Calico / Fedora guide. 2016-08-31 17:50:42 -07:00
Cole Mickens 4cc1d9041e azure: switch to kubernetes-anywhere 2016-08-31 02:32:40 +00:00
Ritesh H Shukla 3522d6da5a Update documentation for vsphere cloud provider. (#1102)
This update adds the new configuration needed to configure the vsphere cloud provider.
2016-08-30 14:31:38 -07:00
Tom Xing df7afa60b8 Updated kubectl bash completion usage in the doc. (#1093)
We have moved the shell script into `kubectl completion` command in [#23801](https://github.com/kubernetes/kubernetes/pull/23801), updated the bash completion usage in the doc.

Fixes #1092
2016-08-30 14:30:17 -07:00
jseldess 45e8948c55 minor copy edits (#1080) 2016-08-30 14:29:48 -07:00
Derek Carr 7f63196f29 Remove deprecated namespace admission plug-ins (#1079) 2016-08-30 14:28:29 -07:00
jzhoucliqr c6035af4ec Merge branch 'master' into master 2016-08-22 22:28:43 -07:00
jzhoucliqr fa29fedd3b ubuntu provider environment variable 'roles' instead of 'role' 2016-08-20 23:09:06 -07:00
fbsolo 9ba97d8dca For #891 - fixed original changes to logging.md because they did not correctly point to the newly added PNG files of the earlier Git push. 2016-08-20 16:27:37 -07:00
fbsolo 63a2b1563c For #891 - added two PNG files in a newly created directory; changed logging.md to correctly point to these two PNG files. 2016-08-20 16:04:40 -07:00
Martin Westergaard Lassen 6a40352d86 Corrected `INSTANCE_PREFIX` usage
`INSTANCE_PREFIX` environment variable is being overwritten by `KUBE_AWS_INSTANCE_PREFIX` environment variable or defaulting to `kubernetes`, see 5962874414/cluster/aws/config-default.sh (L66)

```bash
INSTANCE_PREFIX="${KUBE_AWS_INSTANCE_PREFIX:-kubernetes}"
```
2016-08-18 08:33:53 +01:00
Phillip Wittrock 899d27a16c Push v1.3 release documentation to the live site. 2016-08-12 14:48:32 -07:00
Phillip Wittrock d070ab8020 Merge pull request #1006 from mdaniel/i-wish-mailing-list-link
I wish /docs/user-guide/kubectl-overview/ linked to the correct google groups URL
2016-08-10 10:15:09 -07:00
Phillip Wittrock ceb84d366b Merge pull request #1007 from kylegordon/patch-1
Update vsphere.md getting started guide to include login info
2016-08-10 10:09:54 -07:00
Phillip Wittrock bf8fc31be8 Merge pull request #1008 from idvoretskyi/patch-5
Fix accessing the docker-multinode dir
2016-08-10 10:08:03 -07:00
Ihor Dvoretskyi 292050ea68 Fixed link to the image
Fixed link to the image that describes kubernetes-on-docker architecture.
2016-08-10 18:25:19 +03:00
Ihor Dvoretskyi 0b9e0f0e02 Fix accessing the docker-multinode dir 2016-08-10 18:20:02 +03:00
Kyle Gordon 1d90354266 update vsphere.md
should be quoted
2016-08-10 10:44:55 +01:00
Kyle Gordon 75feea16b4 Update vsphere.md to include guest login info
This seems to be an afterthought. Merging into main docs.
2016-08-10 10:39:47 +01:00
Matthew L Daniel 5643dede04 Update google groups link for kubernetes-users
The previous link now has scary language in a big font, along with a membership requirement. That page does _mention_ kubernetes-users but it does not link to said group. This fixes both of those problems.
2016-08-09 23:51:56 -07:00
Jared 281b54e1e1 Update index.md 2016-08-09 09:31:32 -07:00
Jared b766be5995 Update index.md 2016-08-09 09:28:31 -07:00
Phillip Wittrock 20b13ca3bf Merge pull request #987 from dghubble/master
Add and organize CoreOS links in bare metal
2016-08-08 16:54:55 -07:00
Jared a030e5777e Remove dead links, point to minikube
Remove dead links to methods of locally hosting k8s.  Point to minikube instead.
2016-08-08 09:23:07 -07:00
Sean M. Collins 45e1ad3469 Remove link that 404's 2016-08-08 11:43:10 -04:00
Dalton Hubble 4f407220b2 Add and organize CoreOS links in bare metal
* Add CoreOS link in bare metal section
* Keep different CoreOS and Ubuntu links together
2016-08-07 20:22:46 -07:00
Phillip Wittrock e28c21045f Move local cluster setup guides to the kubernetes/kubernetes repo under docs/devel/local-cluster/.
Done to encourage folks to use minikube and to reduce cluster setup guide maintenance overhead.
2016-08-03 14:02:26 -07:00
Jared eca7853ffa Update docker.md
Fixed 404 link, fixed markdown header issue
2016-08-03 11:42:57 -07:00
Jared 0e1f809af7 Merge pull request #951 from cheld/fix-page-rendering
fix rendering issue of docker.md
2016-08-03 11:38:27 -07:00
foxish 0f18a994c2 Removed non-org members from OWNERS. 2016-08-03 01:31:31 -07:00
Christoph Held 67a4bcbb63 fix rendering issue of docker.md 2016-08-03 09:56:37 +02:00
Kelsey Hightower 7a3b9705d8 Merge pull request #852 from gg7/scratch-improvements
"Custom Cluster from Scratch" improvements
2016-08-02 23:12:06 -07:00
foxish 66f28bb820 Adding OWNERS for docs. 2016-08-02 18:13:52 -07:00
Vishnu Kannan 9232f7f2fa Fix curl command.
Make cleanup easier.

Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2016-08-02 17:27:13 -07:00
Phillip Wittrock 57dfdb5415 Merge pull request #618 from MikeSpreitzer/docfixen
Fix doc issues 617, 616, and 614
2016-08-02 16:22:01 -07:00
Mike Danese fc196ffb47 Merge pull request #876 from luxas/fix_docker_multinode
Remove the old docker-multinode in favor for the new one
2016-08-02 14:47:22 -07:00
Phillip Wittrock 1a8e00108a fix issue with calico 2016-08-02 13:59:07 -07:00
Phillip Wittrock 1bdda05761 Merge pull request #682 from jonathan-kosgei/patch-1
Deprecation of kube ui addon
2016-08-02 13:58:26 -07:00
Phillip Wittrock c1b06f3e91 Merge pull request #689 from matthewfischer/matthewfischer-docker-doc-patch
nginx service/deployment needs to be cleanedup
2016-08-02 13:55:18 -07:00
Scott Fleckenstein d037bdd4bf Update vsphere tutorial to reflect non-free requirement
The guide updated in this commit does not work for the free version of ESXi due to the fact that any write operation fails with the error message "Current license or ESXi version prohibits execution of the requested operation."  See http://www.doublecloud.org/2011/01/free-esxi-and-apicli-support/ for discussion on the limitations of vSphere's API.
2016-08-01 20:09:17 -07:00
Kelsey Hightower 81cad7f0f9 Merge pull request #314 from errordeveloper/master
coreos/azure: Updates for v1.2
2016-07-29 07:44:42 -07:00
Ilya Dmitrichenko 2b1f051de5 coreos/azure: Convert to UNIX EOL, `git clone` external repo (which provides v1.2 now) 2016-07-29 10:50:44 +01:00
Ilya Dmitrichenko ff12cf1a0b coreos/azure: The provisioning code has been moved into an external repository 2016-07-29 10:47:22 +01:00
Christoph Held 3ec08ff940 described needed steps for shared mount propagation 2016-07-29 10:31:39 +02:00
Kelsey Hightower e325b073a9 Merge pull request #321 from seeker89/patch-2
Update the kube-proxy arguments for master
2016-07-28 12:54:33 -07:00
Kelsey Hightower 25c9c6b4f0 Merge pull request #744 from TakiTake/fix-cant-start-services
Fix can't start service with centos_manual_config
2016-07-28 12:39:34 -07:00
Kelsey Hightower 2950363ea1 Merge pull request #627 from benhosmer/master
Document how to create more than one node in the cluster.
2016-07-28 12:35:25 -07:00
Kelsey Hightower 5f6ae7fd9a Merge pull request #568 from tolleiv/master
Scaling the AWS cluster paragraph added
2016-07-28 12:24:07 -07:00
Kelsey Hightower 27535b7a36 Merge pull request #493 from dims/patch-2
Fix to ensure that ConfigMaps volume does create file(s) in container
2016-07-28 12:21:28 -07:00
Kelsey Hightower 0807d3431a Merge pull request #534 from elsonrodriguez/openstack-provider-doc-tocfix
Fixing heading issues with Openstack provider documentaiton.
2016-07-28 12:18:13 -07:00
Kelsey Hightower 01b60721bb Merge pull request #500 from teemow/patch-1
libvirt daemon error on arch
2016-07-28 12:17:22 -07:00
Kelsey Hightower 63bc20a9cc Merge pull request #918 from mbruzek/mbruzek-g-s-g-j
Updating the juju docs with new commands and links.
2016-07-28 12:15:32 -07:00
Matt Bruzek 6b8b1cf2b2 Addressing review comments from @chuckbutler and @kelseyhightower 2016-07-28 13:59:02 -05:00
Kelsey Hightower 1ee8600ed5 Fix formatting of options and file paths 2016-07-28 11:50:47 -07:00
Kelsey Hightower 0b7ce40156 Merge pull request #448 from MkhIr/patch-1
Update fedora single node config for AWS RHEL7.2
2016-07-28 11:45:37 -07:00
Kelsey Hightower 8f9bd45298 Merge pull request #810 from keglevich3/patch-2
typo
2016-07-28 11:11:36 -07:00
Matt Bruzek 8f76449b13 Updating the juju docs with new commands and links. 2016-07-28 11:50:29 -05:00
Alex Robinson 24f1db4d31 Merge pull request #792 from a-robinson/logs2
Improvements to elasticsearch logging docs
2016-07-25 10:56:03 -07:00
Lucas Käldström 696c4ed0ab Remove the old docker-multinode in favor for the new one 2016-07-23 00:52:00 +03:00
Vladimir Rutsky e5f590a539 fix typo: "etc" -> "etcd" 2016-07-23 00:25:26 +04:00
George G c6ad7e587f scratch.md: More consistent/explicit livenessProbes 2016-07-21 18:45:11 +01:00
George G 3195bc7db9 scratch.md: Whitespace 2016-07-21 00:23:33 +01:00
George G 0859bcfad1 scratch.md: Add missing newline 2016-07-21 00:23:33 +01:00
George G 5b91603d69 scratch.md: kubeconfig should not embed the CA cert 2016-07-21 00:23:33 +01:00
George G 3e55a5ba5a scratch.md: Fix formatting 2016-07-21 00:23:33 +01:00
George G 489892d65d scratch.md: Clarify CA_CERT_BASE64_ENCODED / certificate-authority 2016-07-21 00:23:33 +01:00
George G b678c151f5 scratch.md: Remove extra = 2016-07-21 00:23:33 +01:00
George G c2f5bf2cc6 scratch.md: Don't duplicate CA instructions 2016-07-21 00:23:33 +01:00
George G febeb5825b scratch.md: kubernetes/cluster/images/etcd/Makefile no longer uses ETCD_VERSION 2016-07-21 00:23:07 +01:00
Phillip Wittrock 4fdf73c65f Merge pull request #470 from mwhahaha/patch-2
Update create-certs file location
2016-07-20 09:12:03 -07:00
Alex Robinson ffffd27457 Seriously simplify the elasticsearch logging getting started guide. 2016-07-20 09:44:54 +09:00
johndmulhausen b7458acb57 Merge pull request #807 from matttproud/fix/download-mitm-mitigation
docs: convert curl downloads from HTTP to HTTPS
2016-07-19 15:23:36 -07:00
johndmulhausen 4b959381f6 Merge pull request #850 from jatins/patch-1
documentation for #338
2016-07-19 15:22:45 -07:00
johndmulhausen ebd9ee83c9 Merge pull request #863 from dghubble/master
Add official CoreOS bare metal guide
2016-07-19 15:14:33 -07:00
Phillip Wittrock 7ebfbbd126 Merge pull request #525 from MHBauer/ifconfig-to-ip
use `ip` command instead of obsolete ifconfig in scratch setup
2016-07-19 12:09:00 -07:00
Phillip Wittrock 7103d08acc Merge pull request #304 from glnds/master
Replaced replication controllers with deployments
2016-07-19 11:54:16 -07:00
Gert Leenders e27902eb02 Changed deployment definition as suggested 2016-07-19 07:20:11 +02:00
Vish Kannan 2ac973c0dd Merge pull request #595 from liujunhui74/patch-1
Running behind a proxy
2016-07-18 16:42:50 -07:00
Phillip Wittrock a8c3c45659 Merge pull request #261 from erwinvaneyk/patch-1
Corrected references to version of the default k8s
2016-07-18 15:06:33 -07:00
Phillip Wittrock fe0aa91063 Merge pull request #164 from gangefors/patch-1
Fix proxy environment variable names
2016-07-18 15:01:28 -07:00
Phillip Wittrock da0c5441c9 Merge pull request #855 from MikeSpreitzer/docfixtoo
Fixed rkt/cni typo and noted use of ca-key.pem for worker
2016-07-18 14:49:42 -07:00
Phillip Wittrock d25272f8fd Merge pull request #857 from jatins/patch-2
list Minikube under "local-machine solutions"
2016-07-18 14:49:07 -07:00
Matt T. Proud 5f2ba4c2cd docs: convert curl downloads from HTTP to HTTPS
Several command literals in the installation documents for downloading
used `curl` with non-HTTPS protocol.  They have been converted to HTTPS
for both man-in-the-middle risk reduction and consistency with the rest
of the documentation corpus.
2016-07-18 10:26:45 +02:00
Dalton Hubble d9853f020a Add official CoreOS bare metal guide 2016-07-15 23:07:06 -07:00
jatins 180866b0dd list Minikube under "local-machine solutions"
List Minikube under "local-machine solutions" as the recommended solution.
2016-07-15 23:05:16 +05:30
Justin Santa Barbara a2abe12734 Update AWS docs for 1.3
* We are using Debian by default
* New instance sizes
* We never used OVS
* Add link to kops
2016-07-15 12:13:15 -04:00
Mike Spreitzer 7053058632 Fixed rkt/cni typo and noted use of ca-key.pem for worker
Fixed a typo and an oversight in the instructions for deploying
Kubernetes with Calico on Ubuntu.

Fixes #614
Fixes #616
2016-07-15 12:00:34 -04:00
Phillip Wittrock cf86f98704 Merge pull request #424 from aabed/master
Update the template to version 1.2.2
2016-07-15 08:46:52 -07:00
Phillip Wittrock af7ceb2947 Merge pull request #412 from dims/patch-1
Show how to access the deployed service
2016-07-15 08:30:40 -07:00
Phillip Wittrock e51ab31ec1 Merge pull request #280 from vincib/patch-2
latest kubernetes requires golang 1.4+
2016-07-15 08:24:26 -07:00