Ed Costello
05714d416b
Copy edits for spelling errors and typos
...
Signed-off-by: Ed Costello <epc@epcostello.com>
2015-06-12 18:47:28 -04:00
Kris Rousey
6e83eb2636
Updating docs/ to v1
2015-06-05 14:09:49 -07:00
Rohit Jnagal
df1f851267
Merge pull request #8963 from caesarxuchao/fedora-getting-started-guides
...
update fedora_ansible_config.md to v1beta3
2015-05-29 09:32:13 -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
Chao Xu
4ef7b33d4c
update fedora_ansible_config.md to v1beta3
2015-05-28 15:43:09 -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
Avesh Agarwal
2138ab3b84
A guide to set up kubernetes multiple nodes cluster with flannel on fedora.
2015-05-04 12:38:28 -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
Daniel Lobato García
baabd96106
Minor typos in Fedora ansible docs
2015-04-09 20:54:14 +03: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
jayunit100
280e525392
Clarify flannel vs networkmanager usage of ansible
2015-03-25 23:02:20 -04:00
Eric Paris
50452994cb
Merge pull request #5847 from aveshagarwal/kubernetes-fedora-guides-minions
...
Describes addition and deletion of minions (or nodes) at run time, and some other fixes.
2015-03-25 12:04:59 -04: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
jayunit100
378b1b0275
Some cleanup, clarification, and addition of NetworkManager requirements for ansible setup
2015-03-23 22:17:28 -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
Joe Beda
75085279eb
Merge pull request #3149 from adimania/master
...
"kind" is needed to start the pod
2014-12-29 09:49:01 -08:00
Thorsten Scherf
91df16f96b
Added config note for ssh root logins.
2014-12-27 18:36:00 +01: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
Eric Paris
0e125b5d4a
update the ansible config doc
2014-11-05 17:00:52 -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