Jorge O. Castro
ed63f9a8ce
Let's put kubectl in ~/bin.
2017-02-16 09:27:26 -08:00
Michael Mrowetz
0366fcc114
#2534 mark openstack-heat as standalone-salt-conf
2017-02-15 14:15:01 -08:00
Zhou Tao
3512bc673b
doc(kubeadm.md) - change base64 decode option to '--decode'
...
`base64 -D` will lead to error on Ubuntu: "base64: invalid option -- 'D'"
2017-02-13 23:05:50 -08:00
Andrew Chen
6ceec5095e
reimplement PR #2217
...
socks shop port changed
2017-02-13 10:10:34 -08:00
Robert Roland
2f1ae18bfc
Adds documentation for new vSphere vm-uuid parameter.
...
Related to kubernetes/kubernetes#40892
2017-02-09 13:01:47 -08:00
Andrew Martin
5dda4058f1
Fix typo
...
`pages` -> `page`
2017-02-08 14:55:50 +00:00
caiyixiang
4f390bc64f
Update minikube.md
2017-02-06 13:48:57 -08:00
Philipp T
b6149571ce
Update kubeadm.md
...
grammar ocd
2017-02-06 13:42:32 -08:00
Shawn McCarthy
e3368b9733
Use base64 -D instead of -d
2017-02-02 14:44:39 -08:00
Sean M. Collins
011178a5da
[OpenStack-Heat] Use openstackclient to list the Heat stack
...
python-openstackclient is a more modern tool
2017-02-02 10:27:23 -08:00
Steve Perry
af5cc6a17f
Merge branch 'master' into getting-started
2017-02-01 14:05:49 -08:00
Jared
fa9cb16339
Fixed broken link to build directory
...
https://github.com/kubernetes/kubernetes.github.io/issues/2384
2017-02-01 11:11:48 -08:00
Jeff Mendoza
a32a2a59c2
Getting started guides overhaul.
2017-02-01 11:03:08 -08:00
Samuel Cozannet
c317ac00d8
modified: docs/getting-started-guides/ubuntu/operational-considerations.md
...
* Rewording the access section for the controller to make it more user friendly
* fix typos
2017-01-31 10:39:00 -08:00
Samuel Cozannet
147bb4cf02
modified: docs/getting-started-guides/ubuntu/index.md
...
* adding Operational Considerations section
modified: docs/getting-started-guides/ubuntu/logging.md
* Moving logging section from operational-considerations.md to logging.md
renamed: docs/getting-started-guides/ubuntu/operations.md -> docs/getting-started-guides/ubuntu/operational-considerations.md
* mapping to the proposed name
* ditched CDK naming in favor of k8s or cluster
* add whitelines for titles
2017-01-31 10:39:00 -08:00
Samuel Cozannet
6f1c745bb6
dummy commit to register new email
2017-01-31 10:39:00 -08:00
Samuel Cozannet
e28cec48e9
dummy commit to register new email
2017-01-31 10:39:00 -08:00
Samuel Cozannet
095b4bcf54
adding operational hints for people running long lived clusters
2017-01-31 10:39:00 -08:00
Samuel Cozannet
b3bfa8a906
adding fix for load balancer interference with helm
2017-01-31 10:39:00 -08:00
Andrew Chen
dbc615e862
Reimplementing #1708
...
PR #1708 was Tech LGTM'ed, but the CLA needed to be re-signed (the new CLA needed to be signed), so I'm reimplementing the changes here.
2017-01-26 15:13:51 -08:00
Andrew Chen
ef4ff9b6fb
reimplementation of PR #2165
...
PR #2165 was LGTM'ed, but the CLA check failed even after contributor signed it, so I'm reimplementing those changes here.
2017-01-26 15:02:50 -08:00
Jared
f59094324e
grammar issue
...
Fixed https://github.com/kubernetes/kubernetes.github.io/pull/2348
2017-01-26 12:08:42 -08:00
Bogdan Dobrelya
b10426383e
Fix the tool link for Kargo docs
...
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
2017-01-25 10:23:53 -08:00
divyenpatel
f331ebe332
Updated known issues in docs/getting-started-guides/vsphere.md
2017-01-24 16:06:23 -08:00
luks
b1dfb93e1b
minor fix and explain cluster-cidr/allocate-node-cidr in the controller-manager section
2017-01-24 14:54:46 -08:00
Bogdan Dobrelya
d09498f7c1
Add docs for Kargo installer for Kubernetes
...
Add documentation for Getting Started guides.
Kargo is an incubated Kubernetes project
https://github.com/kubernetes-incubator/kargo .
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
2017-01-24 14:36:15 -08:00
Jorge O. Castro
3d39da4670
Add github.com as a network dependency.
2017-01-24 13:18:31 -08:00
Jorge O. Castro
5ac4ac6eba
Add conjure-up instructions.
2017-01-24 13:18:31 -08:00
Jorge O. Castro
64f86459e0
Fix broken link.
2017-01-24 13:18:31 -08:00
Andrew Chen
d47e28110b
Merge pull request #2295 from oskarpearson/kubectl_https
...
Replace Kubectl instructions with reference to authoritative page
2017-01-24 11:31:19 -08:00
Andrew Chen
a560c934d4
Merge pull request #2300 from r2d4/minikube-docs
...
Change reviewers of minikube to r2d4 and aprindle
2017-01-24 11:25:11 -08:00
tolleiv
fa702ad1fe
Update dead link with link to ubuntu.com
2017-01-21 00:45:28 +01:00
Matt Rickard
1a0e15c915
Change reviewers of minikube to r2d4 and aprindle
2017-01-19 10:17:23 -08:00
Oskar Pearson
8f37b020b0
Replace Kubectl instructions with reference to authoritative page
...
This page previously included instructions to use curl to download and install
Kubectl via http, rather than with https. This exposed the end user to
man-in-the-middle attacks.
Additionally, the instructions given here are slightly different from the
authoritative page at https://kubernetes.io/docs/getting-started-guides/kubectl/
- which covers useful things like getting the latest release and setting up tab
autocompletion.
Rather than just change 'http' to 'https' in the URLs here, I've updated the
minikube setup page to include a reference to the kubectl setup page.
2017-01-19 07:49:41 +00:00
Jared
0f6b992771
fixed all relative links
...
Addresses issue: https://github.com/kubernetes/kubernetes.github.io/issues/1944
2017-01-18 16:50:49 -08:00
Jared
9797dee77c
Fixed dead link
...
Fixed dead link to drivers
2017-01-18 16:38:37 -08:00
Peter Lee
cd49c123cd
fix broken links
...
fix some broken links in /docs/getting-started-guides/mesos/
2017-01-18 14:03:34 -08:00
Peter Lee
f86d09dab3
fix broken link
2017-01-18 12:57:01 +08:00
Jared
7ca44701da
Update minikube.md
2017-01-17 16:13:36 -08:00
Jared
ac70ebfe06
Merge branch 'master' into patch-1
2017-01-17 16:07:20 -08:00
Francesc Rosas
2495fb890d
Fix jsonpath
2017-01-17 16:02:43 -08:00
bruceauyeung
3b163f9fe0
fix-syntax-errors-and-typos
...
Signed-off-by: bruceauyeung <ouyang.qinhua@zte.com.cn>
2017-01-12 11:08:27 -08:00
Charles Butler
4a11f39793
Fix final screenshot
...
Corrected a typo breaking an image link under lxd local development.
2017-01-11 09:45:27 -06:00
Jorge O. Castro
e054a46586
Fix titles.
2017-01-10 20:55:43 -05:00
Jorge O. Castro
7e89440f88
Fix whitespace so table renders properly.
2017-01-10 20:14:25 -05:00
Jorge O. Castro
ec5d9b0ec6
Restructure the Ubuntu Getting Started Section.
...
- This supercedes PR #1770
- This breaks up the section from one huge installation page into:
- A new index page.
- New support grid with commercial and community support options.
- Move to lifecycle-based pages based on operational tasks.
- Add support for local deployments via LXD.
- Added screenshots to images/docs/ubuntu
- Add backup page.
- Add decommissioning page.
- Add a glossary of terms page.
- Rewritten installation page.
- Add logging page.
- Add monitoring page.
- Add networking page, flannel only for now, calico in progress.
- Add a scaling page.
- Add a security page.
- Add a storage page.
- Add a troubleshooting page.
- Add an upgrade page.
- Add a cluster validation page.
- Add new ubuntu content to the index page.
- Add Ubuntu to _data TOC.
- Add warning about choosing ipv6 with LXD, thanks Ed Baluf.
- Template-ize all the pages per jaredb's review.
2017-01-10 17:48:19 -05:00
Jared
3bca509c69
Update docker.md
2017-01-10 13:41:30 -08:00
Devin Donnelly
4d95032f4e
Merge remote-tracking branch 'upstream/master' into titles-updates
2017-01-09 16:37:20 -08:00
Devin Donnelly
0bb7c0fe08
Added missing titles to Minikube tutorial and Stackpoint GS guide.
2017-01-09 16:36:13 -08:00
devin-donnelly
2ace8a3812
Merge pull request #2174 from lavalamp/master
...
Remove lavalamp from docs he doesn't know anything about
2017-01-09 16:26:04 -08:00
Alexander Ilyin
bb7631d74e
Example of `/etc/sysconfig/flanneld` is not valid ( #2135 )
...
* Example of `/etc/sysconfig/flanneld` is not valid
Configuration keys were different, I got those errors when followed steps from docs:
```
[ailyin@elite ~]$ systemctl status flanneld.service
● flanneld.service - Flanneld overlay address etcd agent
Loaded: loaded (/usr/lib/systemd/system/flanneld.service; enabled; vendor preset: disabled)
Active: activating (start) since Wed 2017-01-04 19:00:21 EST; 34s ago
Main PID: 4668 (flanneld)
Memory: 3.5M
CGroup: /system.slice/flanneld.service
└─4668 /usr/bin/flanneld -etcd-endpoints= -etcd-prefix=
Jan 04 19:00:46 elite.dev flanneld[4668]: E0104 19:00:46.395562 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:47 elite.dev flanneld[4668]: E0104 19:00:47.395788 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:48 elite.dev flanneld[4668]: E0104 19:00:48.395990 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:49 elite.dev flanneld[4668]: E0104 19:00:49.396141 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:50 elite.dev flanneld[4668]: E0104 19:00:50.396306 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:51 elite.dev flanneld[4668]: E0104 19:00:51.396451 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:52 elite.dev flanneld[4668]: E0104 19:00:52.396572 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:53 elite.dev flanneld[4668]: E0104 19:00:53.396701 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:54 elite.dev flanneld[4668]: E0104 19:00:54.396855 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
Jan 04 19:00:55 elite.dev flanneld[4668]: E0104 19:00:55.396992 04668 network.go:53] Failed to retrieve network config: client: etcd cluster is unavailable or misconfigured
```
* Updated Flanneld configuration example for node (same as for master);
2017-01-09 15:55:10 -08:00
Daniel Smith
98d2cb6f44
Remove lavalamp from docs he doesn't know anything about
2017-01-09 15:14:38 -08:00
gavinB-orange
e825b4081c
Merge branch 'master' into patch-1
2017-01-06 10:44:11 +01:00
gavinB-orange
44bf9cdc85
Merge branch 'master' into patch-1
2017-01-06 10:43:10 +01:00
Devin Donnelly
3303506927
Adds explicit titles to all docs missing them.
2017-01-05 15:14:27 -08:00
Mik Vyatskov
2b386047e8
Add cluster-level logging overview
2017-01-04 14:00:22 +01:00
devin-donnelly
f1c6ffec88
Merge pull request #2040 from kad/cloud-config
...
Append note about content and format of /etc/kubernetes/cloud-config.
2017-01-03 15:33:32 -08:00
Ritesh H Shukla
8097c49444
Getting Started vSphere: Minor formatting fixes
2016-12-29 01:00:46 -08:00
Alexander Kanevskiy
9cd582fd7a
Append note about content and format of /etc/kubernetes/cloud-config.
2016-12-28 13:38:09 +02:00
gbzhu
2cc0485a70
fix typos
2016-12-28 17:48:46 +08:00
devin-donnelly
f8ab3f70fe
Merge pull request #2021 from kerneltime/update-vsphere-getting-started.kerneltime
...
Deprecate kube-up, update getting started with kube-anywhere.
2016-12-27 14:42:10 -08:00
Aaron.L.Xu
e7d75b39f6
Merge branch 'fix-typos' into master
2016-12-24 12:52:36 +08:00
Ritesh H Shukla
2674cf7573
Merge branch 'master' into update-vsphere-getting-started.kerneltime
2016-12-23 12:58:28 -08:00
dongziming
19fda13172
Fix typos
2016-12-23 20:53:16 +08:00
Aaron.L.Xu
f535febaa1
fix some typos and resolve conflicts
2016-12-23 03:55:51 -08:00
Aaron.L.Xu
cbc897a320
Merge branch 'master' into master
2016-12-23 19:40:51 +08:00
dongziming
5c5ebf0bf1
Some spelling errors in /docs/
2016-12-23 16:45:56 +08:00
dongziming
a129e1c4c1
Spelling errors in /docs/
2016-12-23 15:59:02 +08:00
Aaron.L.Xu
f4ac637e27
Merge pull request #2 from tim-zju/symbolError
...
fix typos
2016-12-23 11:41:02 +08:00
yanan Lee
fbf57b224f
spelling error
...
Signed-off-by: yanan Lee <energylyn@zju.edu.cn>
Incorrect spelling
Signed-off-by: yanan Lee <energylyn@zju.edu.cn>
spelling error
Signed-off-by: yanan Lee <energylyn@zju.edu.cn>
Incorrect spelling
Signed-off-by: yanan Lee <energylyn@zju.edu.cn>
Revert "Incorrect spelling"
fix some typos
Signed-off-by: Jie Luo <luo612@zju.edu.cn>
fix a typo
Signed-off-by: Jie Luo <luo612@zju.edu.cn>
fix a typo
Signed-off-by: Jie Luo <luo612@zju.edu.cn>
2016-12-23 08:01:52 +08:00
tim-zju
19e850743b
fix space problems which ide results in
...
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 20:28:51 +08:00
tim-zju
df7eb8128d
fix space problems which ide results in
...
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 20:01:22 +08:00
tim-zju
1f7b3148f2
fix space problems which ide results in
...
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 19:47:40 +08:00
tim-zju
8edcfc05b8
revert
...
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 18:17:35 +08:00
SRaddict
5d6a3aaa53
fix a series errors of using "a" and "an"
2016-12-22 16:56:12 +08:00
Ritesh Shukla
efdc69bdad
Deprecate kube-up
...
Add information for kubernetes-anywhere
2016-12-21 23:31:56 -08:00
tim-zju
30f1d03b8d
symbol errors in quotation mark
...
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 15:12:07 +08:00
tim-zju
b27310d81a
symbol errors
...
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-22 14:37:10 +08:00
SRaddict
383e40f978
fix a series punctuation errors
2016-12-22 11:24:05 +08:00
devin-donnelly
e43373ea65
Merge pull request #1995 from king-julien/master
...
More Description: use the minikube's built-in Docker daemon
2016-12-21 16:30:53 -08:00
devin-donnelly
35b62b0b85
Merge pull request #1641 from newswangerd/improve_centos_guide
...
Minor fixes to the centos guide to make it easier for beginners to follow
2016-12-21 16:20:03 -08:00
devin-donnelly
f31cad0532
Merge pull request #1665 from berrange/fedora-docs-fixes
...
Fedora docs fixes
2016-12-21 16:19:40 -08:00
devin-donnelly
3abc16aef5
Merge pull request #1835 from Hades32/patch-1
...
allow copy&paste of sample code
2016-12-21 15:31:43 -08:00
devin-donnelly
2b54bd41ed
Merge branch 'master' into master
2016-12-21 15:22:12 -08:00
devin-donnelly
d0f9400dfe
Merge pull request #1895 from xsgordon/cloud-provider-update
...
Provide valid --cloud-providers
2016-12-21 15:13:15 -08:00
devin-donnelly
b5c544ee7c
Merge pull request #2016 from apprenda/win_docker_clarif
...
Docker version requirements and adding New VMSwitch
2016-12-21 17:02:53 -05:00
Steve Gordon
c3b282f2b6
Provide valid --cloud-providers
...
Provide valid --cloud-providers, vagrant and openshift were listed but is not actually a valid cloud provider in this context in the current code base while a number of other valid options were omitted including azure, cloudstack, openstack, photon and vsphere.
2016-12-21 17:02:52 -05:00
devin-donnelly
221038bfa9
Merge pull request #2002 from bibryam/various-typos
...
Small typos fixed
2016-12-21 17:00:10 -05:00
devin-donnelly
9411950349
Merge branch 'master' into win_docker_clarif
2016-12-21 16:57:10 -05:00
king-julien
5e1bd59697
Merge branch 'master' into master
2016-12-21 15:19:13 -06:00
Matt Baldwin
d67b36760d
Merge branch 'master' into master
2016-12-21 11:20:44 -08:00
Jitendra Bhurat
0573336261
Making the Docker version requirement clear and added command to create a new VMSwtich for kube-proxy to use
2016-12-21 13:32:35 -05:00
king-julien
18c3073e35
Merge branch 'master' into master
2016-12-21 10:02:00 -06:00
Jie Luo
757f101117
fix some typos
...
Signed-off-by: Jie Luo <luo612@zju.edu.cn>
2016-12-21 16:37:06 +08:00
devin-donnelly
0b3834ce57
Merge pull request #1997 from philips/remove-conformance-field
...
getting-started-guides: remove conformance column
2016-12-20 19:27:14 -05:00
devin-donnelly
eef418c5f6
Merge pull request #1999 from cychiang/patch-1
...
Inconsistent command in section (5/5)
2016-12-20 19:26:30 -05:00
king-julien
a213c71877
Merge branch 'master' into master
2016-12-20 16:33:11 -06:00
Bilgin Ibryam
b413c7eecb
Small typos fixed
2016-12-20 08:47:16 +00:00
Casper CY Chiang
4153f2f8ad
Inconsistent commands in section (5/5)
...
The original one is: "kops update cluster useast1.dev.awsdata.com --yes"
However, the previous example used useast1.dev.example.com to create configuration file.
So, the "awsdata" should be changed into example.
2016-12-20 09:33:57 +08:00
Brandon Philips
f562d64d1f
getting-started-guides: remove conformance column
...
This column is sort of pointless as the only data points are two year
old gists.
2016-12-19 16:15:04 -08:00
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