Chao Xu
ba1f8209fe
let the coreos bare_metal_offline.md point to examples/ rather than having its own examples
2015-05-28 15:57:34 -07:00
Anastasis Andronidis
9e3a540940
rename resize to scale
2015-05-27 19:08:06 +02:00
Saad Ali
705c2a7dc5
Merge pull request #8810 from combor/master
...
Replaced all ocurances of wget with curl.
2015-05-26 17:49:58 -07:00
Kelsey Hightower
17e827407d
Merge pull request #8719 from kamalmarhubi/guide-coreos-explain-min-version
...
Explain that CoreOS 653.0.0+ is required for etcd2
2015-05-26 11:15:05 -07:00
Piotr Komborski
a4149f3971
Fix for 403 Forbidden while using -N flag with wget
2015-05-26 16:33:01 +01:00
Piotr Komborski
6556e71af6
Replaced all ocurances of wget with curl. I'm getting 403 from S3 while using -N flag for wget
2015-05-26 16:03:10 +01:00
Kamal Marhubi
bbcbbc9713
Explain that CoreOS 653.0.0+ is required for etcd2
...
This way inquisitive people won't have to check the blame to see why
that version is required.
2015-05-22 16:21:19 -07:00
Ido Shamun
6142e27200
coreos/azure add addons and bump fluentd
2015-05-22 14:26:27 +03:00
Robert Bailey
784c0e22eb
Merge pull request #8323 from errordeveloper/master
...
coreos/azure: Kubernetes version bump to 0.17, various other fixes
2015-05-21 10:18:50 -07:00
Brandon Philips
27a88b645e
standalone: start etcd2
...
We are configuring etcd2 but starting the old etcd service. This will work on a single machine but isn't the user's intention. This is untested, I just wanted to fix it first.
2015-05-20 22:03:09 -06:00
Ilya Dmitrichenko
ea6847a74f
coreos/azure: Kubernetes version bump to 0.17
...
- Bump CLI tools version to 0.9.2
- Add curl wrapper as Azure DNS seems flaky
- Bump to 0.17
- Bump CoreOS image IDs
- Update docs URLs
- Fix permissions
- Always restart Weave services (coreos/bugs#334 )
2015-05-20 13:20:03 +01:00
Victor Marmol
48d20980e2
Merge pull request #8409 from AntonioMeireles/setup-network-environment_newHome
...
update setup-network-environment 's download URL.
2015-05-18 11:22:24 -07:00
Victor Marmol
4ba22e713a
Merge pull request #8296 from jlowdermilk/gen-analytics
...
Add ga-beacon analytics to gendocs scripts
2015-05-18 08:40:02 -07:00
António Meireles
d4258489ff
update setup-network-environment 's download URL.
...
handles GoogleCloudPlatform/kubernetes#8405
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-05-18 11:51:06 +01:00
Brian Morton
4d6786a36d
Remove unmatched double-quotes in CoreOS's standalone.yaml.
2015-05-16 23:46:08 -07: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
Ilya Yakovlev
5f992a4980
Update standalone.yaml
2015-05-15 12:09:13 +03:00
Shimin Guo
539b3523ee
Fixing master.yaml: Replacing <master-private-up> with $private_ipv4.
2015-05-09 00:07:26 -04:00
Elson Rodriguez
e48bc9ae16
Fixes #7886 - Used network-environment to get ip, swap wget for curl
...
I re-used setup-network-environment instead of $private_ipv4, this
does meant overwriting the docker.service with a custom service.
Also, the wget command was always getting kube-register, curl
works more reliabily for this.
2015-05-07 00:11:55 -07:00
Andy Lindeman
ba83a511f2
Removes spurious quotation mark
2015-05-01 17:38:33 -04:00
António Meireles
adf8704f4c
docs/getting-started-guides/coreos/: update for 0.15.0+ support.
...
- allow payloads to run in privileged mode.
- update kube-register to latest upstream (v0.0.3).
- jump into the etcd2 bandwagon.
- etcd master on master node.
- etcd proxies in nodes.
- update docs to reflect minimum required CoreOS version.
- 653.0.0 is the first to ship with etcd2, which we now consume.
- propagate changes on coreos/cloud-configs/ also to aws/cloud-configs/.
- update tested k8s versions that this addresses in the
getting-started-guides table ence making sure we are consistent across
it regarding the versions we claim to have tested, add myself there as
contact too.
- do not assume that cloud-init shortcuts will get everything right.
- they won't (as setup-network-environment who populates *_ipv4, etc
only runs way later).
- use flannel's plain defaults, as they should just be enough for the
common case.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-05-01 17:54:44 +01:00
Elson Rodriguez
f5e81c25c9
Fixes #7498 - CoreOS Getting Started Guide had invalid cloud config
...
Fixed node.yml and master.yml to work in environments where eth1
does not exist.
Also included an explicit setting for etcdctl in the flannel config
2015-04-28 23:04:11 -07:00
Hendrik Volkmer
1d6ca8c7fe
Cleaned up getting started README and fixed typo
2015-04-28 08:21:53 +02:00
Hendrik Volkmer
636756d8aa
Updated CoreOS bare metal docs for 0.15.0
...
Also added more consistent placeholder names, info how to replace them and added more debugging commands
2015-04-27 17:16:36 +02:00
Robert Bailey
c1d1e1d45c
Merge pull request #7224 from errordeveloper/master
...
coreos/azure: Weave version bump, various other enhancements
2015-04-24 09:27:28 -07:00
Tim Hockin
12e4e8f304
Make docs links go through docs.k8s.io
2015-04-23 16:36:27 -07:00
Ilya Dmitrichenko
c8b06a9a85
coreos/azure: Use drop-in to fix the interwebz -
...
It turns out `network-online.target` doesn't imply that there is
access to the Internet and simply using `curl --retry 10` doesn't
work and hangs forever, even if we can already reach github.com...
2015-04-23 12:56:21 +01:00
Ilya Dmitrichenko
652972b31a
coreos/azure: Update the docs
2015-04-23 12:56:21 +01:00
Ilya Dmitrichenko
fc1feebcf5
coreos/azure: Parametrise registration label
2015-04-23 12:56:21 +01:00
Ilya Dmitrichenko
9ac9670022
coreos/azure: Registration before proxy & kublet -
...
it seems a little odd, sometimes we get an error that node had
already been registered... it's unclear whether kubelet somehow
does self-registration?
2015-04-23 12:56:21 +01:00
Ilya Dmitrichenko
7b8abf3cbb
coreos/azure: Make etcd cluster scalable
2015-04-23 12:56:21 +01:00
Ilya Dmitrichenko
d882ad5411
coreos/azure: Make examples work with Azure provider as-is
2015-04-23 12:56:20 +01:00
Ilya Dmitrichenko
3b6b369b26
coreos/azure: Bump CLI tools version
2015-04-23 12:56:20 +01:00
Ilya Dmitrichenko
55efa3f400
coreos/azure: Pass --local
to weave, as docker is not running yet
2015-04-23 12:56:20 +01:00
Ilya Dmitrichenko
d8f839bb72
coreos/azure: Simplify etcd, use Weave 0.10.0
2015-04-23 12:55:09 +01:00
Robert Bailey
7854954fc2
Merge pull request #7158 from crossorigin/azure-0.15.0
...
Set Weave To 0.9.0 And Update Etcd Configuration For Azure
2015-04-22 08:33:02 -07:00
Ido Shamun
eb2cf2f904
set weave version to 0.9.0 instead of latest
2015-04-22 14:05:09 +03:00
Ido Shamun
29b64bf64c
update etcd2 configuration
2015-04-21 22:05:39 +03:00
markturansky
0b6eb6c05b
Fixed typo in README.md
2015-04-21 13:58:28 -04:00
Ido Shamun
314bd39747
update azure coreos to kubernetes 0.15.0
...
add affinity group variable to azure coreos scripts
2015-04-21 00:31:04 +03:00
Tim Hockin
c2bacd588d
Stop using dockerfile/* images
...
As per
http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/
docker has stopped answering dockerfile/redis and dockerfile/nginx. Fix all
users in our tree. Sadly this means a lot of published examples are now broken.
2015-04-16 12:20:43 -07:00
Ian Lewis
471ffcb714
Updated instance name for standalone CoreOS guide.
2015-04-03 16:08:15 +09:00
António Meireles
bb4071e8be
getting 7bc7f47
fully right.
...
given that etcd is disabled in the nodes we need to wait for master's etcd to be
available so that flanneld gets properly wired.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-30 08:33:11 +01:00
António Meireles
7bc7f47c3e
simplify and turn more idiomatic flanneld's setup in CoreOS' cloud-configs.
...
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-27 09:44:01 +00:00
Eric Tune
884b893370
Merge pull request #5913 from errordeveloper/master
...
Minor updates to CoreOS/Weave implementation for Azure cloud
2015-03-26 10:55:14 -07:00
Eric Tune
9e5c0e3b3b
Merge pull request #5296 from jeffbean/master
...
Adding new starting Guide for CoreOS with Kubernetes in an offline environment.
2015-03-26 10:39:36 -07:00
Ilya Dmitrichenko
b6cc4cb22f
coreos/azure: Update image IDs
2015-03-25 13:42:59 +00:00
Ilya Dmitrichenko
edb39e0601
coreos/azure: Move storage_account
under resources
2015-03-25 13:40:10 +00:00
Jeffrey Bean
6cb53acad7
Changing notes section to kubectl over kubecfg
2015-03-25 06:09:23 -07:00
Ilya Dmitrichenko
152ec2ed75
coreos/azure: Do cleanup storage account ( Azure/azure-xplat-cli#1615 )
2015-03-25 12:56:24 +00:00
Brendan Burns
d216984194
Update coreos_single_node_cluster.md
2015-03-24 10:39:25 -07:00
Brendan Burns
bcc9a43a6c
Update coreos_multinode_cluster.md
2015-03-24 10:39:25 -07:00
António Meireles
b60a3cca45
workaround for docker/docker-registry#892 /crasher on CoreOS' cloud-configs.
...
avoids race conditions (docker/docker-registry#892 ) when multiple workers are
attempting to run sql migrations simultaneously. dunno why this isn't the
registry's default since this isn't specially hard to trigger so we're just
playing safe here.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-20 16:40:30 +00:00
gosharplite
cd4d0fdb8b
Fix master ip error.
2015-03-19 13:55:34 +08:00
Jeff Bean
3302ef48f6
spelling and grammar corrections
2015-03-18 08:54:30 -07:00
Jeff Bean
b66e2d87bc
Adding seimple service to the demo setion
2015-03-18 08:45:17 -07:00
António Meireles
1891ba029c
in CoreOS configs enforce that docker starts only after flanneld is running.
...
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-17 08:38:48 +00:00
António Meireles
07461f9a46
use natively packaged flannel in CoreOS' cloud-configs
...
in the footsteps of #5254 merge earlier today and per @brendandburns comments
in the PR review thread...
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-17 08:38:48 +00:00
Jeff Bean
f1da8ad8fc
Feedback changes around text.
2015-03-16 09:38:02 -07:00
Brendan Burns
5326baed7b
Merge pull request #5254 from AntonioMeireles/add_docker_caching_to_CoreOS_cluster
...
Add Docker caching support to CoreOS' clusters.
2015-03-13 12:18:26 -07:00
Tamer Tas
611c358d6a
Fix Getting Started Guide Typo
2015-03-13 18:29:04 +02:00
António Meireles
b5a50ca9da
simplify fleet invocation across CoreOS cloud-configs.
...
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-13 09:51:30 +00:00
António Meireles
d6be2985ca
Add Docker caching support to CoreOS' clusters.
...
a more idiomatic take on #4378 . as a bonus, and to be nice on
resources, an ultra lightweight docker-registry container is
consumed.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-13 09:51:30 +00:00
Jeff Bean
0d19487337
Adding a starting guide for Installing CoreOS and Kubernetes on Bare metal with no direct access to the internet
2015-03-11 09:32:40 -07:00
Ilya Dmitrichenko
82fbc2517b
coreos/azure: Pass number of minions as an argument
2015-03-11 12:22:55 +00:00
Eric Tune
aa4dbc0df8
Merge pull request #4483 from errordeveloper/master
...
docs: Kubernetes on Azure with CoreOS and Weave
2015-03-10 15:23:33 -07:00
Nikhil Jindal
4805aecff8
Merge pull request #5197 from erictune/coreos_fix_proxy
...
Kube-proxy to use apiserver instead of etcd in CoreOS getting-started-guide.
2015-03-10 10:55:37 -07:00
Ilya Dmitrichenko
5deff8b2be
coreos/azure: Remove workaround coreos/bugs#267 -
...
it turned out the issue was due to the domain lenght, so let's just
keep it short.
2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko
cc9f6b1f79
coreos/azure: Point kublet and proxy at API server instead of etcd
2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko
55b680552a
coreos/azure: Ensure docs match the output in new version
2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko
cd9b30e684
coreos/azure: Version bump to 0.11.0
2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko
2510f89863
Create Azure storage account if needed
2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko
c617699e32
docs: Kubernetes on Azure with CoreOS and Weave -
...
- improve the wording
- suggest next step
- remove unrelated code
- minor fix to instructions
- checkin empty dir
2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko
a5915438fc
Import errordeveloper/weave-demos@44f542f97b
2015-03-10 07:32:53 +00:00
Eric Tune
38435db95c
Doc how to ssh tunnel to master with Coreos+GCE
2015-03-09 15:06:02 -07:00
Eric Tune
d9e89ca995
Kube-proxy to use apiserver instead of etcd.
2015-03-09 11:32:16 -07:00
Paulo Pires
8d54545226
Upgraded Kubernetes to 0.11.0.
...
Replaced kubelet argument --etcd_servers with --api_servers.
Fixes #4614
2015-02-22 16:08:00 +00:00
Paulo Pires
cd0082abb9
Removed rule that defined etcd waiter to happen before setup-network-environment.
2015-02-18 08:54:57 +00: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
Paulo Pires
4c2819c5eb
Fixes #4309 #4362
2015-02-13 19:02:09 +00:00
Paulo Pires
9acb50c916
Upgraded CoreOS getting-started guides to v0.10.1.
2015-02-12 11:07:49 +00:00
Al Tobey
6d09e2943b
fix spelling of "below"
2015-02-11 10:54:29 -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
Paulo Pires
da127837ec
Updated Kubernetes version in CoreOS related files.
2015-01-27 09:35:36 +00:00
Paulo Pires
09b4a6a6ee
Fixed missing standalone.yaml fix to Docker overlay driver. Refs #3625 .
2015-01-20 19:50:15 +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
Paulo Pires
540bf6053c
Missed a spot (TODO blame someone else).
2015-01-15 23:40:44 +00:00
Paulo Pires
08eecc8827
Removed CoreOS image version for AWS and GCE in favor of linking to the official channel.
2015-01-15 23:00:15 +00:00
Paulo Pires
3f5b30abf5
Updated to latest CoreOS alpha version available on AWS and GCE.
2015-01-13 18:50:22 +00:00
Paulo Pires
3b339653c1
Writes to etcd should wait for it to be ready. Flannel is happy now.
2015-01-13 18:49:55 +00:00
Paulo Pires
9e9b06ce00
Updated to Kubernetes 0.8.1 with some flags love.
2015-01-13 18:49:04 +00:00
Tim Hockin
327e0f46b0
Revert "Revert "fix "=" is missing.""
2015-01-08 13:08:26 -08:00
Tim Hockin
c31b2b79a3
Revert "fix "=" is missing."
2015-01-08 10:36:53 -08:00
T.Miyake
87779023c7
fix "=" is missing.
2015-01-09 01:58:47 +09:00
Kelsey Hightower
681445777f
docs: CoreOS worker nodes should not require a local etcd install
2014-11-26 15:15:40 -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
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
Joe Beda
50501282f2
Merge pull request #2255 from rabi/master
...
Update docker.service
2014-11-11 14:39:00 -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
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
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
Rabi Mishra
becb2fa54a
Update apiserver.service
2014-10-20 21:17:49 +05:30
Jayson Raymond
9892b0e874
Update networking.md
...
adding @jeinwei's experiences
2014-10-15 09:43:04 -07: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
Jayson Raymond
48fcaa16dd
clean up formatting
2014-10-14 08:42:51 -07:00
Jayson Raymond
6e570eb5bb
update cloud_config with instructions on required changes and add network.md, correct links in quick_start
2014-10-13 22:15:28 -07:00
Kelsey Hightower
bbcce51327
add coreos setup guides
2014-10-03 15:25:59 -07:00