Tim Hockin
b0fa2056a6
Remove 'this is HEAD' warning on docs
2016-10-26 00:06:59 +02:00
David McMahon
385fb81407
Update the latestReleaseBranch to release-1.4 in the munger.
2016-09-01 14:40:55 -07:00
joe2far
88b6d4ad36
Fix broken warning image link in docs
2016-07-15 10:44:58 +01:00
David McMahon
2bff72b769
Updated docs and examples for release-1.3.
2016-06-13 12:24:34 -07:00
Dawn Chen
88de86fcb9
Revert "Versioning docs and examples for v1.4.0-alpha.0."
...
This reverts commit cce9db3aa9
.
2016-06-10 16:46:46 -07:00
David McMahon
cce9db3aa9
Versioning docs and examples for v1.4.0-alpha.0.
2016-06-10 14:55:35 -07:00
David McMahon
dae84f5306
Update the latestReleaseBranch to release-1.2 in the munger.
2016-03-08 18:59:28 -08:00
Eric Paris
f334fc4179
Remove all docs which are moving to http://kubernetes.github.io
...
All .md files now are only a pointer to where they likely are on the new
site.
All other files are untouched.
2016-03-04 12:49:17 -05:00
Chao Xu
2b2f285777
run hack/update-generated-docs.sh
2015-12-21 10:41:30 -08:00
Tim Hockin
dab591b629
Run update-gendocs
2015-11-13 13:57:57 -08:00
k8s-merge-robot
dafe185372
Merge pull request #13711 from jijun2/master
...
Auto commit by PR queue bot
2015-09-13 06:08:22 -07:00
jijun2
837f455eb8
Update fedora_manual_config.md
2015-09-11 17:37:04 +08:00
jijun2
96773abdfc
add note for changes of etcd2.0 ports in Fedora 22
...
modified: docs/getting-started-guides/fedora/fedora_manual_config.md
2015-09-09 03:12:21 -04:00
qiaolei
f1ac43aa4e
Fixed a typo in fedora_manual_config.md
...
Change '--enablerepo=update-testing' to '--enablerepo=updates-testing' to keep align with the command output.
2015-09-09 13:15:34 +08:00
Eric Paris
5aa495cdad
Update code to use - in flag names instead of _
2015-08-11 16:31:52 -04:00
David Walter
792fc2269b
change underscores to dashes to match the command line argument
2015-08-06 22:13:44 -05:00
Eric Paris
024208e39f
Fix trailing whitespace in all docs
2015-07-30 20:41:30 -04:00
Daniel Dreier
d67105d05a
Fix fedora manual config getting started guide
...
Add a step to create /var/run/kubernetes. Without this step the kube-apiserver service is
unable to create a self-signed SSL cert and fails to start.
2015-07-28 14:31:11 -07:00
Alex Robinson
acd1bed70e
Fix capitalization of Kubernetes in the documentation.
2015-07-20 14:39:36 -07:00
Tim Hockin
995a7aef29
Collected markedown fixes around syntax.
2015-07-20 09:51:22 -07:00
Alex Robinson
bfd85cefad
Improve markdown highlighting in fedora getting started guides.
2015-07-19 03:56:22 +00:00
Tim Hockin
33f1862830
Run gendocs
2015-07-17 15:35:43 -07:00
Daniel Smith
f7873d2a1f
apply changes
2015-07-17 11:04:46 -07:00
Tim Hockin
542e13d2d3
Better scary message
2015-07-17 09:28:49 -07:00
Tim Hockin
f7512d007b
Add munger to verify kubectl -f targets, fix docs
2015-07-16 15:39:45 -07:00
Tim Hockin
39b86908a1
Run gendocs
2015-07-14 17:28:47 -07:00
Tim Hockin
79f9cd7c83
Run gendocs
2015-07-14 15:28:59 -07:00
Mike Danese
3eff8fce41
automated link fixes
2015-07-14 10:51:10 -07:00
Daniel Smith
2c333e4bc2
move admin related docs into docs/admin
2015-07-13 18:24:11 -07:00
Daniel Smith
821e08fded
Apply mungedocs changes
2015-07-13 17:48:40 -07:00
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