Commit Graph

383 Commits

Author SHA1 Message Date
Joe Beda
00477c3813 Merge pull request #2601 from hallucynogenyc/patch-1
Updated instructions for locally running kubernetes
2014-12-01 10:28:45 -08:00
Joe Beda
dcd711ab2f Merge pull request #2670 from andrewmichaelsmith/patch-3
Change nginx bind port so it doesn't conflict
2014-12-01 10:27:38 -08:00
Brian Grant
b3db2e4d14 Document that the resource model has not yet been implemented. 2014-12-01 18:07:25 +00:00
Andrew Smith
5282be9a86 Change nginx bind port so it doesn't conflict
Currently if you follow this guide when it comes to starting nginx you get this error:

    Error starting userland proxy: listen tcp 0.0.0.0:8080

Because Kubernetes is already listening on :8080, so you can't bind nginx to :8080, so I've changed it to :8081
2014-11-30 11:14:24 +00:00
Tim Hockin
6aabd9804f Merge pull request #2642 from kelseyhightower/update-to-0.5
docs: CoreOS worker nodes should not require a local etcd install
2014-11-28 05:44:57 +08:00
Kelsey Hightower
681445777f docs: CoreOS worker nodes should not require a local etcd install 2014-11-26 15:15:40 -08:00
Tim Hockin
d5b686a24f Revert "Fix link to authentication document" 2014-11-26 13:29:58 -08:00
Thom May
b39a4546b8 Fix link to authentication document 2014-11-26 16:49:58 +00:00
Tim Hockin
0351ffcbd4 Merge pull request #2393 from thockin/enables
Enables
2014-11-27 00:32:42 +08:00
Joe Beda
25dc715a41 Merge pull request #2625 from kelseyhightower/update-to-0.5
update CoreOS installation guides
2014-11-26 06:36:39 -08:00
Kelsey Hightower
7e19adf79e update CoreOS installation guides
* CoreOS guides now use the 0.5.4 official release binaries
* kube-register has been updated to work with the 0.5.4 release
* flannel uses the vxlan backend by default for better performance
* cloud-configs are used for all examples
* instructions for GCE, AWS, and VMware Fusion have been combined
2014-11-26 05:32:14 -08:00
Tim Hockin
47141f05c7 standard config opt names: logging 2014-11-25 17:41:53 -08:00
Kelsey Hightower
ff1e9f4c19 Merge pull request #2619 from kelseyhightower/update-to-0.5
update links to upstream release
2014-11-25 17:01:22 -08:00
Kelsey Hightower
9d4553a207 fix indent 2014-11-25 16:52:47 -08:00
Kelsey Hightower
49c80e5db0 add missing /opt/bin dir 2014-11-25 16:37:54 -08:00
Kelsey Hightower
508c248599 update links to upstream release 2014-11-25 16:34:43 -08:00
Joe Beda
6ba07b38fc Convert gcutil to gcloud compute 2014-11-25 15:17:00 -08:00
Eric Tune
7ca611b1df Merge pull request #2589 from ddysher/show-node-label
Use formatLabel instead of label.Set
2014-11-25 14:08:50 -08:00
hallucynogenyc
aa940f3ec7 Updated instructions for locally running kubernetes
Go is a dependency.
2014-11-25 15:53:51 +00:00
Brendan Burns
fa84b621cc Update instructions to note the change of AMI 2014-11-24 21:26:32 -08:00
Deyuan Deng
ec7d544194 Use formatLabel instead of label.Set 2014-11-24 18:45:29 -05:00
bgrant0607
936f2c964f Merge pull request #2567 from bgrant0607/docfix
Clarify format of service environment variables. Fixes #1936.
2014-11-24 11:49:14 -08:00
Deyuan Deng
10cf639596 Merge pull request #2545 from skelterjohn/patch-1
fix typo
2014-11-24 14:07:14 -05:00
Brendan Burns
8627fea21a final fixes *sigh* 2014-11-24 10:20:39 -08:00
Brendan Burns
b964e5644e fix indentation. 2014-11-24 10:18:07 -08:00
Brendan Burns
ac8d8c07cb improved gce pd instructions 2014-11-24 10:17:24 -08:00
Brendan Burns
fdc43efd68 Update PD example. 2014-11-24 10:05:07 -08:00
Brian Grant
e448604c7f Clarify format of service environment variables. Fixes #1936. 2014-11-24 18:01:56 +00:00
John Asmuth
5de0c303c3 fixed more typos 2014-11-24 12:51:13 -05:00
Eric Tune
f417139d94 Merge pull request #2566 from andrewwatson/patch-1
fixed a minor format problem
2014-11-24 09:27:24 -08:00
Eric Tune
c5e3eb1e3d Merge pull request #2547 from ddysher/show-node-label
Display node label
2014-11-24 09:26:14 -08:00
Andrew Watson
ffeb642101 fixed a minor format problem 2014-11-24 11:09:08 -05:00
Alen Komljen
5b1288c824 Typo fix 2014-11-23 02:31:40 +01:00
John Asmuth
9565c170c4 fix typo 2014-11-22 13:53:45 -05:00
Deyuan Deng
6a42b66369 Display node label 2014-11-22 11:33:02 -05:00
Brendan Burns
29e8faefc7 Add a note indicating breakage in these configs. 2014-11-21 16:50:13 -08:00
Joe Beda
c8b1b62145 Fix pointers in AWS CloudFormation template 2014-11-21 16:47:02 -08:00
Joe Beda
802d214ed0 Merge pull request #2461 from MSOpenTech/deploy
Bring Azure deploy scripts up to date
2014-11-20 17:15:44 -08:00
Eric Tune
aeaa4b9010 Merge pull request #2498 from ddysher/minion-doc
Add a document about node.
2014-11-20 16:52:21 -08:00
Jeff Mendoza
d0586ed066 Azure review fixes. 2014-11-20 16:40:35 -08:00
MikeJeffrey
da17cd1765 Adding link to logging conventions doc 2014-11-20 15:29:27 -08:00
Deyuan Deng
1bbd63513f Add a document about node. 2014-11-20 18:13:31 -05:00
bgrant0607
e75e4e9127 Merge pull request #2480 from bgrant0607/docfix
Clarify spec vs status, and what we plan to do with usage.
2014-11-20 14:02:38 -08:00
MikeJeffrey
02666f0324 Cleanup 2014-11-20 13:09:14 -08:00
Brian Grant
0afc83c01b Clarify spec vs status, and what we plan to do with usage. 2014-11-20 20:47:33 +00:00
John Asmuth
efbb8b2969 fix link to skydns docs 2014-11-20 15:31:09 -05:00
derekwaynecarr
1a894741b2 Fix vagrant regression 2014-11-20 10:39:09 -05:00
Brendan Burns
645697409d updated services with more details on public ips 2014-11-19 15:50:31 -08:00
uberj
7b28c46f6a fix typos 2014-11-19 09:43:56 -08:00
Jeff Mendoza
cea70d51e7 Bring Azure guide up to date. 2014-11-18 14:23:03 -08:00
derekwaynecarr
7cf744934e Fix tyop in authorization doc 2014-11-18 15:58:21 -05:00
Brendan Burns
10458a5c3f Some small aws refinements. 2014-11-17 21:49:56 -08:00
Brendan Burns
b75a56d654 update AWS for the 0.5 release. 2014-11-17 21:41:13 -08:00
Brendan Burns
6fa798c4db Merge pull request #2423 from bgrant0607/docfix
Documentation improvements. Fixes #2004, #2115, #2171.
2014-11-17 14:03:29 -08:00
Brian Grant
d5700eac35 Documentation improvements. Fixes #2004, #2115, #2171. 2014-11-17 21:32:44 +00:00
Eric Tune
65c7970465 Update development.md
It looks like magic incantation `hack/e2e-test.sh 1 1 1` is not longer supported.
2014-11-17 11:20:31 -08:00
Brendan Burns
37d2bab7ed Merge pull request #2414 from hodduc/fix-aws-doc
Fix download link in aws/kubecfg documentation
2014-11-17 10:41:26 -08:00
Joe Beda
66d287f7e4 Merge branch 'rename-to-kube' of https://github.com/eparis/kubernetes into eparis-rename-to-kube
* 'rename-to-kube' of https://github.com/eparis/kubernetes:
  rename kube server binaries to kube-

Conflicts:
	docs/salt.md
2014-11-17 09:52:10 -08:00
Brendan Burns
5fc485f0bc Merge pull request #2374 from serialx/master
Add missing Kubernetes proxy daemon to AWS CloudFormation template.
2014-11-17 09:48:59 -08:00
Brendan Burns
6422b87a35 Merge pull request #2415 from hodduc/add-udp-ingress
Add SecurityGroupIngress on AWS CF template to allow UDP packets.
2014-11-17 09:47:38 -08:00
darkgaro
989588f015 added php client library reference 2014-11-17 16:44:36 +00:00
Joonsung Lee
e3ddd59344 Add SecurityGroupIngress on AWS CF template to allow UDP packets. 2014-11-17 22:11:49 +09:00
Junseong Lee
ac40cb6d74 Fix download link in aws/kubecfg documentation
Kubecfg's download link on Darwin and Linux are points to http://storage.googleapis.com/k8s/darwin/kubecfg .
Later one should be changed to http://storage.googleapis.com/k8s/linux/kubecfg .
2014-11-17 22:01:18 +09:00
Shai Coleman
ef72c4ca1d Added KUBERNETES_PROVIDER instructions Getting started locally 2014-11-16 22:41:27 +00:00
Tim Hockin
e987f11838 Merge pull request #2319 from brendandburns/external
Externalized services v2
2014-11-14 21:01:19 -08:00
Joe Beda
06d838ffb1 Merge pull request #2369 from jbeda/vagrant-fix
Vagrant fixes
2014-11-14 16:43:06 -08:00
Brendan Burns
2aa52d043b Add external services v2 support. 2014-11-14 11:32:54 -08:00
Alen Komljen
af3c449a62 Update vagrant.md 2014-11-14 17:01:59 +01:00
Alen Komljen
58248b9c05 Take advantage of salt to run remote commands 2014-11-14 16:34:20 +01:00
Brian Hong
c91eec7cce Add missing Kubernetes proxy daemon to AWS CloudFormation template. 2014-11-14 23:38:30 +09:00
Joe Beda
e37ea3679a Point our docs at the releases page 2014-11-13 22:22:35 -08:00
Joe Beda
5a0159ea00 Get Vagrant to start using TLS client certs.
Also fix up cert generation. It was failing during the first salt highstate when trying to chown the certs as the apiserver user didn't exist yet.  Fix this by creating a 'kube-cert' group and chgrping the files to that.  Then make the apiserver a member of that group.

Fixes #2365
Fixes #2368
2014-11-13 22:16:45 -08: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
Ilya Dmitrichenko
5590d89806 Add link to Weave+CoreOS implementation 2014-11-13 11:21:53 +00:00
Dawn Chen
a0e67b0060 Merge pull request #2331 from TheDude05/fix-env-typos
[docs] Fix HTML characters in code block
2014-11-12 12:36:31 -08:00
Deyuan Deng
1c1b2c59c0 Merge pull request #2165 from ddysher/update-doc
Fix DESIGN.md link, and etcd installation instruction.
2014-11-12 13:36:37 -05:00
Andrew Williams
5cf483737e Fix HTML characters in code block 2014-11-12 12:18:21 -06:00
Meir Fischer
01448e0ea8 Fix services doc grammar/punctuation 2014-11-11 23:30:19 -05:00
Deyuan Deng
7f6580dbea Fix DESIGN.md link, and etcd installation instruction. 2014-11-11 22:12:27 -05:00
Pieter Noordhuis
1df6f9ce6a Use curl exclusively in vSphere deployment
This fixes #2295.
2014-11-11 17:22:02 -08:00
Joe Beda
50501282f2 Merge pull request #2255 from rabi/master
Update docker.service
2014-11-11 14:39:00 -08:00
Maria Nita
815a82172c Update path to files in development doc 2014-11-11 17:30:32 +01:00
Brendan Burns
a60a01c3d6 Temporarily remove the binary instructions, since they don't work in the old binaries. 2014-11-10 20:58:42 -08:00
Brendan Burns
8928df79cc Merge pull request #2260 from brendandburns/Ch00k-kube-up-aws
Ch00k kube up aws - adapted by brendandburns
2014-11-10 20:57:32 -08:00
Brendan Burns
48498cf9bb Fix docs somewhat, add monitoring hooks. 2014-11-10 17:17:25 -08:00
Daniel Smith
626eb2700e Merge pull request #2261 from erictune/aux_port
Add a third port which has HTTPS and auth(n,z)
2014-11-10 15:31:49 -08:00
Eric Tune
53f9d42ed3 Add a third port which has HTTPS and auth(n,z)
It is disabled by default.
Document all the various and sundry (3) ports.
2014-11-10 15:16:46 -08:00
Brendan Burns
8a2954900e Merge/rebase w/ Kelsey's cloud formation docs. 2014-11-10 13:35:57 -08:00
Brendan Burns
62bd634c07 Update the AWS config. 2014-11-10 13:33:43 -08:00
Joe Beda
4a21dbbb0a Merge pull request #2262 from ronalexander/2095-doc-typo
corrected file path for .kubernetes_vagrant_auth. Confirmed correct file...
2014-11-10 13:13:13 -08:00
Brendan Burns
2815d7ccf3 Merge pull request #2216 from kelseyhightower/aws-guide
docs: add aws getting started guide
2014-11-10 11:12:32 -08:00
Ron Alexander
fede23f213 corrected file path for .kubernetes_vagrant_auth. Confirmed correct file location in kubernetes/cluster/kubecfg.sh 2014-11-10 11:04:10 -08:00
Brendan Burns
557fc1cd9c Merge pull request #2254 from meirf/fix-bad-link-to-selector.go
Fix bad selector file link
2014-11-10 10:56:55 -08:00
Rabi Mishra
6ddb7cb9de Update docker.service
Docker startup fails
You specified --iptables=false with --ipmasq=true. IP masquerading uses iptables to function. 
Please set --ipmasq to false or --iptables to true
2014-11-10 07:03:21 +01:00
Meir Fischer
1b837c2397 Fix bad selector file link 2014-11-09 22:46:07 -05:00
Meir Fischer
10bf046cc6 Fix grammar 2014-11-09 22:12:55 -05:00
bgrant0607
e81d69bd02 Merge pull request #2218 from satnam6502/docfix
Add a link to a Gist showing a successful cluster creation transcript plus add links to pod and service files for Elasticsearch example.
2014-11-08 11:55:33 -08:00
Satnam Singh
5e56f6435f Add a link to a Gist showing a successful cluster creation transcript and add links to pod and service description files 2014-11-07 14:39:20 -08:00
Kelsey Hightower
efe7de38ea docs: add aws getting started guide 2014-11-06 15:55:26 -08:00
Brendan Burns
ae8c3343da Merge pull request #2214 from satnam6502/docfix
Remove repeated sentence in binary_release.md
2014-11-06 14:25:05 -08:00
Satnam Singh
117d16d0d6 Remove repeated sentence in binary_release.md 2014-11-06 13:13:20 -08:00
Sam Ghods
1bd117ba1e Formatting tweaks to docs/api-conventions.md 2014-11-05 20:49:16 -08:00
Eric Tune
6e81e8c896 Basic ACL file.
Added function to read basic ACL from a CSV file.
Added implementation of Authorize based on that file's policies.
Added docs on authentication and authorization.
Added example file and tested it.
2014-11-05 16:06:22 -08:00
Eric Paris
0e125b5d4a update the ansible config doc 2014-11-05 17:00:52 -05:00
Cole Mickens
da214a9517 Add net-tools pre-req to Vagrant instructions
Adds a note mentioning that `net-tools` are required for bridging VirtualBox's host networks. Added a similar note under the troubleshooting section.
2014-11-02 19:27:43 -08:00
Deyuan Deng
f1a569872a Fix minion_cache_ttl and minion_regexp flag change. 2014-11-02 00:36:34 -04: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 Tune
c47693c0d5 Separated user, dev, and design docs.
Renamed: logging.md -> devel/logging.m
Renamed: access.md -> design/access.md
Renamed: identifiers.md -> design/identifiers.md
Renamed:    labels.md -> design/labels.md
Renamed:    namespaces.md -> design/namespaces.md
Renamed:    security.md -> design/security.md
Renamed:    networking.md -> design/networking.md

Added abbreviated user user-focused document in place of most moved docs.

Added docs/README.md explains how docs are organized.
Added short, user-oriented documentation on labels
Added a glossary.
Fixed up some links.
2014-10-31 08:35:53 -07:00
Joe Beda
33869ab644 Don't include '.' in release tars.
Also make ownership, by default, be root.  This won't work on systems that don't have GNU tar so we warn.

Fixes: #1902
2014-10-30 10:51:13 -07:00
bgrant0607
ff9befea72 Merge pull request #2052 from jjyr/patch-1
fix some links
2014-10-30 09:37:24 -07:00
Joe Beda
78df01172a Merge pull request #1747 from pietern/vsphere-binary-deploy
vSphere support for binary deploys
2014-10-29 16:52:12 -07:00
Pieter Noordhuis
b656f2bdd3 Include cd in getting started guide 2014-10-29 13:00:47 -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
Pieter Noordhuis
d51c071982 Update README and getting started guide 2014-10-29 11:30:09 -07:00
Eric Paris
6522d2d506 remove systemd example files from man pages
We have contrib/init to talk about how to set up init systems.  Do not
include it in the man page.  Instead give an actual example.
2014-10-29 13:42:23 -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
jjy
af845a6f6f fix some links 2014-10-29 21:57:44 +08:00
bgrant0607
254dbaa361 Merge pull request #2038 from pnowaczyk/docs_fix
small docs fixes
2014-10-28 16:01:28 -07:00
Przemo Nowaczyk
a156691e37 small docs fixes 2014-10-28 21:03:13 +01: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
Brendan Burns
de8a68eec3 Merge pull request #1784 from JaysonRaymond/master
CoreOS Getting Started Guide: should specify required cloud-config changes #1770
2014-10-27 13:14:41 -07:00
Joe Beda
019170e6fb Merge pull request #1716 from proppy/boot2docker-bootstrap
docker: add cluster bootstrap and doc
2014-10-27 11:46:55 -07:00
Johan Euphrosine
fc54dd2b6b local_docker: add export PATH to kubecfg binary 2014-10-27 11:16:07 -07:00
markturansky
e2365b1f96 add RFC952 label validation 2014-10-24 16:01:52 -04:00
Johan Euphrosine
966c3dae70 boot2docker: add cluster bootstrap and doc 2014-10-23 18:06:17 -07:00
Clayton Coleman
1414e90258 Merge pull request #1938 from eparis/fed-manual-config
Update the Fedora getting started guide a little
2014-10-23 12:33:19 -04:00
Joe Beda
25b1eea116 Merge pull request #1832 from doublerr/rackspace_switch_to_coreos
Rackspace - Switch to CoreOS for standard cluster
2014-10-22 09:30:55 -07:00
Dan Ciruli
1d437f2186 Update gce.md
Fixed a minor typo (and capitalized Kubernetes, which seems to be consistent with usage elsewhere).
2014-10-21 17:16:21 -07:00
Eric Paris
326aba4776 Update the Fedora getting started guide a little 2014-10-21 17:51:22 -04:00
Satnam Singh
39212f5e2e Flunentd to GCP logging node level configuration 2014-10-20 18:05:00 -07:00
Satnam Singh
b7722a631d Adjust test in salt file to use boolean value 2014-10-20 15:52:28 -07:00
Tim Hockin
14f5631600 Merge pull request #1845 from bketelsen/master
Documentation for using SkyDNS with Kubernetes
2014-10-20 12:03:05 -07:00
Daniel Smith
7c9ac6a484 Merge pull request #1868 from derekwaynecarr/service_proxy_needs_namespace
Fixup apiserver proxy to be namespace aware
2014-10-20 11:48:29 -07:00
Ryan Richard
f2838483a1 Add Rackspace to build/release.sh
Updates to the build/release.sh scripts to upload build binaries to
Cloud Files.
2014-10-20 12:14:20 -05:00
Ryan Richard
a8bae68865 Rackspace - Switch to CoreOS for standard cluster
The Rackspace setup for Kubernetes now leverages CoreOS instead of Ubuntu. We've dropped Salt completely for our cluster.
2014-10-20 12:14:20 -05:00
Rabi Mishra
becb2fa54a Update apiserver.service 2014-10-20 21:17:49 +05:30
derekwaynecarr
5e01c804fd Fixup apiserver proxy to be namespace aware 2014-10-20 10:39:16 -04:00
Kouhei Ueno
5336cf3f39 Change git repo checkout https 2014-10-17 19:45:12 +09:00
Brian Ketelsen
37dc935490 rename the nd file 2014-10-16 16:37:47 -04:00
Brian Ketelsen
72c8d60b5a basic documentation about SkyDNS integration 2014-10-16 16:30:48 -04:00
Tim Hockin
99bca68c7d Add local-up support 2014-10-16 08:36:47 -07:00
Tim Hockin
d258eca6fd Add and update docs. 2014-10-16 08:36:47 -07:00
Brian Grant
ca26ab48f5 Label documentation improvements. Add annotations documentation. 2014-10-15 22:38:00 +00:00
Eric Tune
debc9dc2f2 Actually delete files (completes #1807) 2014-10-15 10:36:37 -07:00
Jayson Raymond
9892b0e874 Update networking.md
adding @jeinwei's experiences
2014-10-15 09:43:04 -07:00
Eric Tune
2ce16acd67 Move developer documentation to docs/devel/
Fix links.
2014-10-15 08:30:02 -07:00
Jay Pipes
d05463348d Fixes a bad link in pods.md document
The pods.md document was referring to the networking.md document, and
was including the docs/ prefix, which led to a 404 due to the link being
https://$host/docs/docs/networking.md. Removing the docs/ prefix gets
the link working again.
2014-10-14 15:45:10 -04:00
Jayson Raymond
4d23503c0e Update coreos_cloud_config.md
Correcting relative link
2014-10-14 08:59:56 -07:00
Jayson Raymond
d6fc107e5e adding one more hint for fusion users 2014-10-14 08:56:18 -07:00
Jayson Raymond
7b4d6d9f5b attempting in document relative link 2014-10-14 08:51:20 -07:00