Commit Graph

234 Commits

Author SHA1 Message Date
Brendan Burns
a57d6a10e5 Merge pull request #3922 from ZJU-SEL/ubuntu-cluster
Scripts to install k8s on ubuntu cluster with flannel network
2015-02-19 11:48:57 -08:00
Brendan Burns
f2cf462f78 Merge pull request #3897 from marctrem/master
Calling 'vagrant up' directly is not supported.  Instead, please run the...
2015-02-19 11:48:43 -08:00
Yu-Ju Hong
6bbde837b8 Merge pull request #4543 from mattf/tpyo
fix a few typos i ran into during setup
2015-02-18 14:40:24 -08:00
Yu-Ju Hong
418f336731 Merge pull request #4322 from bprashanth/nginx_port_collision
Modify nginx port to avoid collision with api server
2015-02-18 13:01:29 -08:00
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
Xingyu Chen
aeeebe2126 finish the multinode ubuntu k8s setup script and guide ,tested ok 2015-02-18 19:09:06 +08:00
Eric Tune
dba24d1325 Merge pull request #4496 from hjfreyer/patch-1
Upgrade to v0.10.1 in standalone.yaml
2015-02-17 15:44:40 -08:00
Nikhil Jindal
9f768b521d Merge pull request #4491 from coolsvap/master
Added getting started guide for CentOS
2015-02-17 15:22:05 -08:00
Nikhil Jindal
c2b7652887 Merge pull request #4446 from nigelcharman/patch-1
Update locally.md - modify incorrect etcd link
2015-02-17 11:46:22 -08:00
Hunter Freyer
9147d1b6ea Upgrade to v0.10.1 in standalone.yaml
I believe this was accidentally left out of 9acb50c916, but it may have been intentional.
2015-02-17 14:22:16 -05:00
Swapnil Kulkarni
6d94cbcd7c Added getting started guide for CentOS
Added getting started guide to setup one minion
setup using CentOS
2015-02-17 22:26:45 +05:30
Nigel Charman
862065ed8d Update locally.md
Modify etcd link to remove /tag/0.4.6, since kubernetes requires etcd v2.0 or later
2015-02-14 21:48:16 +13:00
Paulo Pires
4c2819c5eb Fixes #4309 #4362 2015-02-13 19:02:09 +00:00
Eric Tune
7e6015141d Merge pull request #4401 from jlowdermilk/local-kubeconfig
Make local clusters work painlessly with kubeconfig
2015-02-13 09:11:36 -08:00
Brendan Burns
6ff9e98fee Merge pull request #4377 from pires/upgrade_coreos_kube_to_0_10_1
Upgraded CoreOS getting-started guides to v0.10.1.
2015-02-12 16:40:56 -08:00
Jeff Lowdermilk
61cc821506 Make local clusters work painlessly with kubeconfig 2015-02-12 16:30:41 -08:00
Yu-Ju Hong
63a40521b1 locally.md: update the docker version requirement to 1.3 2015-02-12 14:05:26 -08:00
Paulo Pires
df1cfb8704 Updated getting-started guides README entries related to CoreOS. 2015-02-12 12:49:18 +00:00
Paulo Pires
9acb50c916 Upgraded CoreOS getting-started guides to v0.10.1. 2015-02-12 11:07:49 +00:00
Eric Tune
b4ab2b7a1b Update README.md 2015-02-11 13:05:02 -08:00
roberthbailey
d10ae1ee89 Merge pull request #4325 from tobert/patch-1
fix spelling of "below"
2015-02-11 11:24:51 -08:00
Brian Grant
20f7cbb87b Merge pull request #4291 from jlowdermilk/delete-kubecfg
Remove kubecfg, cleanup a few stray references.
2015-02-11 11:18:59 -08:00
Al Tobey
6d09e2943b fix spelling of "below" 2015-02-11 10:54:29 -08:00
Prashanth Balasubramanian
ec298733c7 Modify nginx port to avoid collision with api server 2015-02-11 10:23:31 -08:00
CJ Cullen
c2b0632be4 Merge pull request #4217 from pires/fix_coreos_master_portal_net
Fixed API server portal_net flag that could break service networking on CoreOS
2015-02-11 10:15:46 -08:00
Jeff Lowdermilk
197059b65d Remove kubecfg, cleanup a few stray references. 2015-02-10 16:43:12 -08:00
Prashanth Balasubramanian
c51349009c Clarify the documentation for starting a local cluster. 2015-02-10 16:04:52 -08:00
Paulo Pires
c48d5dd09f Fixed API server portal_net flag that could break service networking by setting an IP from a subnet allocated to a node. 2015-02-06 18:46:54 +00:00
Alan Williams
ec399f5ee8 Updated for relevancy with the latest release and added more supporting information 2015-02-05 20:21:38 -08:00
Mike Schiller
3efb4527f4 inserted mising = in kube-apiserver's portal_net parameter that prevented the kube-apiserver from starting 2015-02-05 12:27:41 -05:00
Brendan Burns
93776b1363 Remove kubecfg from all getting started docs. 2015-02-04 23:20:11 -08:00
Deyuan Deng
f406a57c2c Use replication controller for redis master. 2015-02-04 18:23:36 -05:00
Ed Rooth
7b7c1bdf9c doc: fix broken link 2015-02-02 18:12:32 -08:00
Brendan Burns
346c749ba9 Merge pull request #4012 from rimusz/master
Another link for multi-node vagrant cluster on Mac
2015-02-02 10:50:07 -08:00
Sebastien Goasguen
54e8090b32 ansible playbook for cloudstack 2015-02-02 06:16:46 -05:00
rimusz
c566395728 Setup Multi-node Cluster on GCE in an easy way from OS X 2015-02-01 20:42:41 +00:00
rimusz
c85877637d Another link for multi-node vagrant cluster on Mac 2015-02-01 00:55:34 +00:00
Eric Tune
097a6c4288 OS/IaaS/Cfg support matrix. 2015-01-30 16:29:33 -08:00
Marc Tremblay
25a6cbf526 Calling 'vagrant up' directly is not supported. Instead, please run the following:
export KUBERNETES_PROVIDER=vagrant
  ./cluster/kube-up.sh
2015-01-28 17:22:59 -05:00
Yu-Ju Hong
fe4d509fa7 Fix typos in ubuntu_single_node.md 2015-01-28 07:16:15 -08:00
Brendan Burns
8001487666 Update the AWS configs to handle VPC 2015-01-27 13:33:57 -08:00
Paulo Pires
da127837ec Updated Kubernetes version in CoreOS related files. 2015-01-27 09:35:36 +00:00
Paulo Pires
7cf686b09f Updated Kubernetes version in AWS CoreOS related files. 2015-01-27 09:33:13 +00:00
resouer
1d97b725ef Init 4 nodes cluster doc 2015-01-27 10:52:51 +08:00
Brendan Burns
80ad188912 Merge pull request #3556 from pires/fix_aws_coreos_cloudformation
Fix AWS CoreOs documentation & CloudFormation template.
2015-01-22 09:55:27 -08:00
Paulo Pires
078b37cd2f Fixed nits. 2015-01-21 23:00:16 +00:00
Paulo Pires
09b4a6a6ee Fixed missing standalone.yaml fix to Docker overlay driver. Refs #3625. 2015-01-20 19:50:15 +00:00
Paulo Pires
a1a725bdde Update node.yaml to support graphdriver: overlay. Refs #3625 2015-01-20 19:42:55 +00:00
Patrick Reilly
41955a9235 Update node.yaml to support graphdriver: overlay
Update node.yaml to support graphdriver: overlay as btrfs produces "fatal" "prerequisites for driver not satisfied (wrong filesystem?)" on CoreOS Alpha 561.0.0
2015-01-20 08:19:52 -08:00