k3s/cluster/libvirt-coreos
Lénaïc Huard 8b99dd6fb1 Get rid of the etcd discovery mechanism in favor of static configuration
In order to make the etcd instances of the VMs join into a single cluster,
we used to use the discovery mechanism.
This made the cluster bootstrap dependent on an external etcd cluster instance.

74601ea replaced the dependency on discovery.etcd.io by a local etcd cluster.

This change completely gets rid of the dynamic discovery mechanism in favor
of the static configuration method.

This should be both safe and light since it completely removes the need of having
an external etcd cluster running somewhere (either discovery.etcd.io, or locally).
2015-09-23 11:34:55 +02:00
..
.gitignore Revert "libvirt-coreos cluster: Fix etcd versions incompatibility issue" 2015-08-10 10:14:21 +02:00
config-default.sh Added possibility to overwrite ENABLE_CLUSTER_DNS with env var 2015-07-23 10:25:06 +02:00
config-test.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
coreos.xml Revert "libvirt-coreos cluster: Fix etcd versions incompatibility issue" 2015-08-10 10:14:21 +02:00
network_kubernetes_global.xml libvirt-coreos cluster provider 2015-02-19 12:44:35 +01:00
network_kubernetes_pods.xml Fix IP conflict on master's cbr0 and host's virbr_kub_pods 2015-09-08 16:23:18 +08:00
skydns-rc.yaml Change config files to kube-system which were missed in the original PR 2015-07-07 01:05:19 -07:00
skydns-svc.yaml Change config files to kube-system which were missed in the original PR 2015-07-07 01:05:19 -07:00
user_data.yml Get rid of the etcd discovery mechanism in favor of static configuration 2015-09-23 11:34:55 +02:00
user_data_master.yml Switch to etcd 2 2015-08-10 11:36:48 +02:00
user_data_minion.yml Switch to etcd 2 2015-08-10 11:36:48 +02:00
util.sh Get rid of the etcd discovery mechanism in favor of static configuration 2015-09-23 11:34:55 +02:00