Commit Graph

407 Commits (6dee1d7fa4d43cdf4c403591cf51d1c67fbaa1fa)

Author SHA1 Message Date
PhilippeDupont cd055a785c Update master.yaml
fix incorrect type for "http_read_timeout" (want float64).
2015-01-07 17:30:19 +01:00
PhilippeDupont d2b1817617 Update etcd-http-read-timeout to match with coreos validator
Refering to https://github.com/coreos/coreos-cloudinit-validator/blob/master/third_party/github.com/coreos/coreos-cloudinit/config/etcd.go#L31
http-read-timeout must be used to fit in coreos validator
2015-01-07 16:57:09 +01:00
Eric Tune 58abb40f6c Merge pull request #860 from smarterclayton/isolate_kubelet_from_etcd
Proposal: Isolate kubelet from etcd
2015-01-06 13:28:46 -08:00
Joe Beda 22a241aa57 Merge pull request #3231 from jbeda/remove-run-images
Remove support for building "run containers".
2015-01-06 10:32:58 -08:00
Eric Tune 25a19039fb Merge pull request #3250 from a-robinson/failure
Minor doc/comment fixes that came up while reading through some code.
2015-01-06 10:18:36 -08:00
Alex Robinson d8dab5dfb9 Minor doc/comment fixes that came up while reading through some code. 2015-01-06 18:05:33 +00:00
Brendan Burns 24e4c2caa9 Merge pull request #3143 from brendandburns/cli
Cli
2015-01-05 21:37:30 -08:00
Brendan Burns 4f909b9208 Updates to cli docs. 2015-01-05 21:37:06 -08:00
Joe Beda 642f4f7b0b Remove local_docker.md 2015-01-05 16:54:27 -08:00
Satnam Singh 66b334f308 Start to incorporate reliability work items into roadmap 2015-01-05 13:59:08 -08:00
Eric Tune abc48dcdeb Merge pull request #3213 from unicell/typo-fix
Typo fix in docs/volumes.md
2015-01-05 08:34:52 -08:00
Qiu Yu 63ed16797d Typo fix in docs/volumes.md 2015-01-05 02:45:33 -08:00
Clayton Coleman 99977ceb91 Proposal: Isolate kubelet from etcd
Discusses the current security risks posed by the kubelet->etcd pattern
and discusses some options.

Triggered by #846 and referenced in #859
2015-01-04 00:21:47 -05:00
Daniel Smith d098456b6d Merge pull request #3186 from clkao/local-docker-doc
Fix local-docker KUBERNETES_MASTER
2015-01-02 10:27:51 -08:00
Chia-liang Kao 82a72c805d KUBERNETES_MASTER needs to include scheme for cluster/* scripts to work 2014-12-31 18:01:24 +08:00
Dawn Chen 05ef2c1c24 Update doc volumes.md to make sure mount point is created before mounting. 2014-12-29 16:46:06 -08: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
Brendan Burns 4808d16558 Update cli.md to include kubectl 2014-12-23 19:53:40 -08:00
Eric Tune 1f068fab41 Merge pull request #2501 from derekwaynecarr/admission_control_proposal
Admission control proposal
2014-12-22 14:50:05 -08:00
Brendan Burns a1a3f1853e Merge pull request #3089 from sergeyevstifeev/patch-2
Fix broken flaky-tests.md documentation link
2014-12-22 14:42:52 -08:00
Sergey Evstifeev a8461efa29 Fix broken flaky-tests.md documentation link
The link ended up pointing at ./docs/devel/docs/devel/flaky-tests.md instead of .docs/devel/flaky-tests.md
2014-12-22 15:53:32 +01:00
Sergey Evstifeev fb2466bf21 Remove unnecessary 'sudo'
It seems to me that calling 'sudo' is not necessary at this point. In fact, if kubernetes hasn't been built yet, this will result in _output/ folder being owned by root thus making it not possible to run other consequent commands without 'sudo'.
2014-12-22 14:59:06 +01:00
Daniel Smith 8cddfa8dbd Merge pull request #3071 from rlarocque2/vagrant_doc_fixes
Update the Vagrant getting started guide
2014-12-19 16:33:38 -08:00
Richard Larocque 56922a7da9 Update the Vagrant getting started guide
Fixes two instances that reference the deprecated kubecfg.sh tool.

Update the kubernetes_vagrant_auth example to more accurately reflect
what happened when I ran the scripts on my local machine.
2014-12-19 16:07:31 -08:00
Brendan Burns efd80672c7 Update the aws docs with a pointer to instance profile and roles. 2014-12-19 15:28:29 -08:00
derekwaynecarr 0cabf0bcfe Version 2.0 of proposal 2014-12-18 13:56:34 -05:00
Ian Lewis ed1962c1ca Fixed position of NUM_MINIONS example 2014-12-18 15:04:04 +09:00
Dawn Chen 7c66ebe2e0 Merge pull request #2985 from lavalamp/fix4
fix godep instructions
2014-12-17 13:52:18 -08:00
Joe Beda 428aeacf6d Rework vagrant cluster set up.
* Have a single config file that mirrors other cluster providers
* Warn users not to use 'vagrant up' directly
* Allow 'extra' parameters to the docker daemon.  Fixes #2685
* Renumbers things so that they are more sane.  Master/minions are 10.245.1.x, container subnets are 10.246.x.1/24, portal is 10.247.0.0/16
2014-12-17 13:23:39 -08:00
Daniel Smith c7d761f0f7 fix godep instructions 2014-12-16 15:52:53 -08:00
Joe Beda 940e5ed34c Merge pull request #2929 from resouer/harry-fix-box
Add kuber box location env to make it faster.
2014-12-16 15:42:24 -08:00
Daniel Smith 36aeef009d Merge pull request #2964 from deads2k/deads-typo
typo in authorization.md
2014-12-16 10:22:10 -08:00
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
deads2k d163092c2e typo in authorization.md 2014-12-16 09:21:09 -05:00
Joe Beda 308b078ee7 Merge pull request #2857 from jainvipin/master
ubuntu getting started guide
2014-12-15 16:13:25 -08:00
Vipin Jain cf24c77e78 ubuntu getting started guide 2014-12-15 15:43:35 -08:00
Joe Beda cf5eff0cc2 Merge pull request #2925 from mscherer/patch-1
Fix typo in comment
2014-12-15 14:42:12 -08:00
derekwaynecarr 0ede6db96f Admission control proposal 2014-12-15 14:32:46 -05:00
MikeJeffrey f5a2e2637c Update docs/README.md: add TOC / doc descriptions. 2014-12-15 10:43:17 -08:00
resouer 7bbfec0f4a Add kuber box location env to make it faster. 2014-12-15 14:23:48 +08:00
mscherer 0dddaa3a42 Fix typo in comment 2014-12-15 01:07:05 +01:00
MikeJeffrey 990cb58d82 Create README.md in docs/devel 2014-12-12 11:05:30 -08:00
Brendan Burns 592095c7ba Merge pull request #2873 from eparis/fedora-guide
Fedora guide updates
2014-12-12 10:27:46 -08:00
bgrant0607 7b221e8497 Merge pull request #2879 from a-robinson/fluentd-pr
Mention Fluentd in the logging doc, as originally requested by Kiyoto in
2014-12-11 14:47:05 -08:00
Alex Robinson 55709e3463 Mention Fluentd in the logging doc, as originally requested by Kiyoto in
PR 2727.
2014-12-11 14:29:52 -08: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
Mike Danese 4d85294bd0 fixed resources field 2014-12-10 23:04:33 -08:00
Brendan Burns 3a201e5eaf Add a note that vagrant suspend is not supported. 2014-12-09 16:20:47 -08:00
Joe Beda adc4c152ec Merge pull request #2784 from bgrant0607/docfix
Update roadmap based on discussion at contributor meetup.
2014-12-09 14:25:23 -08:00
Daniel Smith f18846c985 Merge pull request #2798 from brendandburns/master
Expand e2e instructions.
2014-12-09 09:54:05 -08:00
Brendan Burns 878b5e8a4a address comments. 2014-12-08 19:48:02 -08:00
Brendan Burns 1d031b7a03 Expand e2e instructions. 2014-12-08 16:01:35 -08:00
Brian Grant 5ef877e914 Update roadmap based on discussion at contributor meetup. 2014-12-08 18:54:34 +00:00
Brendan Burns b811eb8303 Merge pull request #2760 from liggitt/bindata_bump
Add script to build ui assets, rebuild with latest go-bindata
2014-12-05 14:09:10 -08:00
Jordan Liggitt 4ab41f5be8 Add script to build ui assets, rebuild with latest go-bindata 2014-12-04 22:38:00 -08:00
Michael Jeffrey e69389f7e2 Using kubectl in getting started guides 2014-12-04 14:56:40 -08:00
Brendan Burns e2cf1690da Merge pull request #2753 from MikeJeffrey/kubectl
Use kubectl in getting started guide
2014-12-04 14:15:36 -08:00
MikeJeffrey 8de8e4f89f Typo in header 2014-12-04 10:59:55 -08:00
Michael Jeffrey b1df1c3485 Use kubectl in getting started guide 2014-12-04 10:49:50 -08:00
Michael Jeffrey 4656ed830f Use kubectl in GCE getting started guide 2014-12-04 10:29:30 -08:00
bgrant0607 3133bb85ef Merge pull request #2701 from goltermann/master
Adding docs for prioritization of issues.
2014-12-03 07:55:46 -08:00
Daniel Smith 79d755ff0f Merge pull request #2676 from ghodss/move-to-ghodss-yaml
Move from go-yaml/yaml v1 to ghodss/yaml
2014-12-02 18:14:53 -08:00
Daniel Smith 8a726b8030 Merge pull request #2700 from bgrant0607/docfix
Document API doc path.
2014-12-02 18:12:30 -08:00
Sam Ghods 6399854240 Remove unused YAML tags and GetYAML/SetYAML methods
Unneeded after move to ghodss/yaml.
2014-12-02 16:25:28 -08:00
goltermann 00f409a067 Create pull-requests.md 2014-12-02 14:54:57 -08:00
Brendan Burns 572f280a99 Merge pull request #2723 from erictune/cleanup1
Fix link.
2014-12-02 13:58:12 -08:00
Eric Tune bd2541ac02 Fix link. 2014-12-02 13:55:36 -08:00
goltermann 7d2dc1de7b Adding docs for prioritization of issues. 2014-12-01 19:07:46 -08:00
Brian Grant c5be69408a Document API doc path. 2014-12-02 01:36:21 +00:00
Tim Hockin 89875ef09d Loosen DNS 952 for labels 2014-12-01 12:30:43 -08:00
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