Tim Hockin
fffc64e733
Run gendocs and munges
2015-07-13 11:27:48 -07:00
Avesh Agarwal
f134830aba
The option --service-cluster-ip-range was introduced with kubernetes 0.18.
...
So this fix changes tested version for this guide to 0.18 and beyond.
Signed-off-by: Avesh Agarwal <avagarwa@redhat.com>
2015-07-09 17:37:24 -04:00
Victor Marmol
56da0be884
Merge pull request #10681 from thockin/relative-docs-links
...
Make docs links be relative so we can version them
2015-07-08 11:17:37 -07:00
Tim Hockin
0a23c0666d
Make docs links be relative so we can version them
2015-07-07 15:22:17 -07:00
Tim Hockin
304d08bb7f
Make examples links be relative
2015-07-07 15:15:06 -07:00
Eric Tune
6dd499aa4c
Fix formatting in fedora manual getting-started.
2015-06-23 08:25:02 -07:00
Eric Tune
1767553377
Fix indentation of ToC in Getting-Started-Guides..
2015-06-23 08:20:31 -07:00
Eric Tune
179fa8cb61
Getting-started-guide cleanup.
...
Put a Prerequisites section in all the hosted gettting-started-guides.
Change how title and contents are formatted so they are not automatically
included in the ToC. Tweak other section headers to improve ToCs.
2015-06-22 12:39:35 -07:00
Eric Tune
f39eead95c
Add tables of contents to getting started guides.
2015-06-22 11:56:19 -07:00
Kris Rousey
6e83eb2636
Updating docs/ to v1
2015-06-05 14:09:49 -07:00
Tim Hockin
ac3cc3c518
Rename PORTAL_NET all over
2015-05-28 16:10:44 -07:00
Tim Hockin
3005471100
Add new apiserver flags for clusterIP (nee portal)
...
Leave old flags but marked as deprecated
2015-05-28 16:10:44 -07:00
Avesh Agarwal
f9d8212ff9
Updating systemd service and enviorn files for controller-manager as
...
--machines is deprecated.
2015-05-25 11:25:16 -04:00
Brandon Philips
58b1db3787
docs: fedora: fix manual instructions
...
Fix up a some commas
2015-05-20 22:07:09 -06:00
Jeff Lowdermilk
553f9f822b
Add ga-beacon analytics to gendocs scripts
...
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
Paul Morie
b5dd5be123
Fix typos in different config comments
2015-05-07 18:44:24 -04:00
Steve Milner
4af8cd78a3
Added optional step to fedora getting started.
2015-04-28 13:15:58 -04:00
Avesh Agarwal
affef892e4
It fixes a regression in fedora guide and provides minor updates.
2015-04-24 15:25:09 -04:00
Tim Hockin
12e4e8f304
Make docs links go through docs.k8s.io
2015-04-23 16:36:27 -07:00
Brendan Burns
dacd0e0847
Merge pull request #6398 from BlueShells/master
...
update the doc of fedora to let someone else out of trouble
2015-04-22 12:51:06 -07:00
Eric Paris
069b3a9c29
update fedora documentation
2015-04-14 10:24:52 -04:00
ZhiMing Zhang
6d31bc7ec4
Update fedora_manual_config.md
...
when I run into this trouble,I googled a lot and finally mattf helped me out of this ,I think it's better to update this document for someone else who try to follow this guide
2015-04-03 08:49:58 +08:00
Steve Watt
221a63396d
Added yum install of etcd
2015-04-01 17:44:12 -05:00
Steve Watt
0d6cf9ae99
Add how-to for installing different Kube Versions
...
Provenance of the PR - https://groups.google.com/forum/#!topic/google-containers/kBw33yj33sU
This change provides users that may not be familiar with Fedora conventions with some additional information on how to quickly navigate the Fedora infrastructure to find and install the Kubernetes version that they are after.
2015-03-26 12:53:12 -05:00
Avesh Agarwal
8d345fc94b
Describes addition and deletion of kubernetes nodes dynamically.
...
Removes --machines stuff from /etc/kubernetes/controller-manager, and now
no change is required in it from its default configuration.
Changes terminology from kubernetes minions to kubernetes nodes.
Fixes /etc/kubernetes/proxy duplication issue.
2015-03-24 14:09:48 -04:00
Avesh Agarwal
7ee4cfe54c
Fixes to Kubernetes/Fedora upstream guide.
2015-03-19 10:18:45 -04:00
Swapnil Kulkarni
5eb86a69fe
Update fedora_manual_config.md
...
Update STATUS field in fedora-manual guide
2015-02-23 23:15:23 +05:30
Matthew Farrellee
0d2d6ed61e
fix spelling of separate
2015-02-18 14:42:40 -05:00
Matthew Farrellee
b644f63a4b
fix spelling of privileged
2015-02-18 14:42:40 -05:00
Aditya Patawari
f86af137e0
it gets confusing without the output sometimes
2014-12-25 23:46:16 +05:30
Eric Paris
4c00228ca7
fedora guide: include http in the --master statement
...
otherwise you end up with:
unsupported protocol scheme "fqdn.example.com"
2014-12-16 10:44:32 -05:00
mscherer
0dddaa3a42
Fix typo in comment
2014-12-15 01:07:05 +01:00
Eric Paris
47177c98e6
Remove a bunch of boilerplate and testing/poking as you go
2014-12-11 16:15:51 -05:00
Eric Paris
c489c3018c
Stop telling people how to launch a pod. That's what 101 is for.
2014-12-11 16:15:47 -05:00
Eric Paris
820ce26d84
make kubelet listen on 0.0.0.0 in the fedora guide
...
Listenging on the hostname is just straight up broken
2014-12-11 16:15:47 -05:00
Eric Paris
a99c3c7963
rename kube server binaries to kube-
...
apiserver becomes kube-apiserver
controller-manager -> kube-controller-manager
scheduler and proxy similarly.
Only thing I promise is that right now hack/build-go.sh and
build/release.sh exit with 0. That's it. Who knows if any of this
actually works....
2014-11-13 20:08:26 -05:00
Brendan Burns
8d34231381
Fix a bunch of places where the -machines flag was still attached to the apiserver.
2014-11-01 20:38:45 -07:00
Eric Paris
7522f194cb
Convert minion_ to kubelet_ in numerous docs
...
The example systemd services files, environment files, and the fedora
manual config doc all used numerous references to minion_. Many of
these are better named kubelet_. Convert them.
2014-10-29 14:38:52 -04:00
Colin Walters
13e1a5d28d
Update systemd unit and docs for s/minion_port/kubelet_port
...
This appears to have changed in
3160500940
2014-10-29 11:05:54 -04:00
Eric Paris
68efb06d83
Update fedora manual guide to call out single minion restriction
...
Update the pod json to use hostPort as the curl test at the end uses
'loclahost'
2014-10-28 14:43:39 -04:00
Eric Paris
326aba4776
Update the Fedora getting started guide a little
2014-10-21 17:51:22 -04:00
Scott Collier
5908beb2cf
adding option for updated package
2014-10-08 17:39:26 -05:00
scollier
c846c2a634
adding ansible config
...
updating the fedora getting started guide
adding ansible config
removing old fedora.md
2014-09-12 18:18:23 -05:00