Mike Danese
ca93eb0c38
rewrite go imports
2015-08-17 12:52:58 -07:00
Brendan Burns
4475a2ae8e
Versioning docs and examples for 1.0.3
2015-08-06 21:56:20 -07:00
Robert Bailey
e703fe2329
Register the kubelet on the master node with an apiserver. This option is separated from the apiserver running locally on the master node so that it can be optionally enabled or disabled as needed.
...
Also, fix the healthchecking configuration for the master components, which
was previously only working by coincidence:
If a kubelet doesn't register with a master, it never bothers to figure out
what its local address is. In which case it ends up constructing a URL like
http://:8080/healthz for the http probe. This happens to work on the master
because all of the pods are using host networking and explicitly binding to
127.0.0.1. Once the kubelet is registered with the master and it determines
the local node address, it tries to healthcheck on an address where the pod
isn't listening and the kubelet periodically restarts each master component
when the liveness probe fails.
2015-08-06 16:13:35 -07:00
Brendan Burns
2a19fa92fb
Versioning docs and examples for 1.0.2
2015-07-31 21:21:14 -07:00
Tim Hockin
362d0c9388
Wrap IS_VERSIONED in munge delims on release-1.0
2015-07-30 14:47:14 -07:00
Daniel Smith
113870cdfa
fix tests messed up by rebase
2015-07-21 11:14:57 -07:00
Daniel Smith
f5b1aafd44
Versionize for 1.0.1
2015-07-21 10:24:08 -07:00
Kris Rousey
64f96fcfc0
Fixing examples_test for moved files in #11595
2015-07-21 10:24:08 -07:00
Tim Hockin
6d18cfad0e
nop numbered list in doc to use manual numbering
2015-07-21 10:24:06 -07:00
Tim Hockin
432583920b
Collected markedown fixes around syntax.
2015-07-21 10:24:05 -07:00
David Oppenheimer
9686cfbb21
Replace ``shell with ``sh
2015-07-21 10:24:04 -07:00
Satnam Singh
a6bc556261
Convert shell to console outpout for Guestbook example documentation
2015-07-21 10:23:55 -07:00
Satnam Singh
bc3192fdff
Convert shell to console outout style for Guestbook Go example
2015-07-21 10:23:55 -07:00
Satnam Singh
263f4f2397
Update console output for Elasticsearch example documentation
2015-07-21 10:23:55 -07:00
Tim Hockin
7098858fc1
Fix errant quad-tick in docs
2015-07-21 10:23:54 -07:00
Tim Hockin
c178b498bd
Fix errant ``` in doc
2015-07-21 10:23:54 -07:00
Tim Hockin
7a931373fe
Run gendocs
2015-07-21 10:23:53 -07:00
Mike Danese
bea75ed08d
update meteor example according to config best practices.
2015-07-21 10:23:52 -07:00
Daniel Smith
2f33736190
apply changes
2015-07-21 10:23:51 -07:00
Tim Hockin
c89265d138
Better scary message
2015-07-21 10:23:50 -07:00
Mike Danese
859fd7498a
move kubernetes-namespaces to docs/user-guide
2015-07-21 10:23:49 -07:00
Daniel Smith
9b43d3de7a
(mostly) auto fixed links
2015-07-21 10:23:49 -07:00
Tim Hockin
b8378c2ea0
Add munger to verify kubectl -f targets, fix docs
2015-07-21 10:23:49 -07:00
Mike Danese
e22d71f4d6
removed unneccesary usage of hostport from clerey-rabbit examples
2015-07-21 10:23:48 -07:00
Karl Isenberg
46251c8934
Walkthrough example cleanup
...
- Add kubectl command examples
- Add tables of contents
- Skip 3rd header tier to make sections more clear
- Reference cmd-exec example for curling pod & service IPs
- Make section layout, text patterns, changes & links more consistent
- Canonical yaml formatting
2015-07-21 10:23:47 -07:00
Prashanth Balasubramanian
aed3d15060
Add a nginx https example
2015-07-21 10:23:44 -07:00
Tim Hockin
2135ee0f2c
Run gendocs
2015-07-21 10:23:44 -07:00
Tim Hockin
6a56b6a737
Run gendocs
2015-07-21 10:23:43 -07:00
Eric Tune
557b58b4dd
Fixup doc links.
...
Missed in #11256
2015-07-21 10:23:43 -07:00
Mike Danese
f74dcdff79
automated link fixes
2015-07-21 10:23:42 -07:00
Mike Danese
85268af342
move user docs to their new home
2015-07-21 10:23:42 -07:00
Marcin Wielgus
4963fb107e
examples/hazelcast - pass namespace, reduce cpu requirements and inc image version
2015-07-21 10:23:42 -07:00
Daniel Smith
178a35f9d5
standardize on - instead of _ in file names
2015-07-21 10:23:41 -07:00
Paulo Pires
af64881b5b
Fixed Hazelcast example documentation relative links.
2015-07-21 10:23:41 -07:00
Daniel Smith
6a7c8e8e86
remove old warning
2015-07-21 10:23:40 -07:00
Daniel Smith
07f71ff912
Apply mungedocs changes
2015-07-21 10:23:40 -07:00
Daniel Smith
529d53af1e
fix broken example links
2015-07-21 10:23:40 -07:00
Tim Hockin
051795d20e
Change 'minion' to 'node' in docs
2015-07-21 10:23:39 -07:00
Paulo Pires
33ab028438
Fixed Hazelcast example.
...
Upgraded to API v1.
2015-07-21 10:23:34 -07:00
Daniel Smith
ce1c6d90e6
Revert "Versioning docs and examples for 1.0.0"
...
This reverts commit efe72fd580 .
2015-07-20 23:26:36 -07:00
Daniel Smith
f7e4f22190
Revert "Versioning docs and examples for 1.0.1"
...
This reverts commit 8977691668 .
2015-07-20 23:19:04 -07:00
Brendan Burns
8977691668
Versioning docs and examples for 1.0.1
2015-07-17 15:47:17 -07:00
Tim Hockin
60d4d7888e
Fix load-balancer firewall messages
2015-07-14 21:08:23 -07:00
Brendan Burns
efe72fd580
Versioning docs and examples for 1.0.0
2015-07-10 21:00:33 -07:00
Brendan Burns
80e92360ec
Merge pull request #9904 from jayunit100/ha
...
[HA] Fully automated impl of containerized high available etcd+apiserver+controllermgr+scheduler
2015-07-10 20:51:38 -07:00
Rohit Jnagal
e5ce898058
Merge pull request #9264 from derekwaynecarr/limit_range_readme
...
LimitRange example improvements, detailed README
2015-07-10 19:14:23 -07:00
Rohit Jnagal
4923bb2de1
Merge pull request #10935 from caesarxuchao/kubectl-output-in-examples
...
update kubectl output in examples
2015-07-10 15:49:37 -07:00
jayunit100
f4946693c6
Cloud agnostic minmal implementation of podmaster HA components.
2015-07-10 18:28:09 -04:00
Chao Xu
f8047aa635
Update output of kubectl in examples
2015-07-10 12:48:58 -07:00
Tim Hockin
cb8e27230e
When releasing, update versions in title
2015-07-10 09:04:19 -07:00