mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 14:01:36 +02:00
To support the transition to 2.0 both the new and old versions need to be installed side-by-side. However there will still only be one 'etcd' binary so one of the installed slots needs to provide it. How this works: - `ETCD_PROTOCOLS="1"` install etcd 0.4.x as only version. - `ETCD_PROTOCOLS="1 2"` install etcd 0.4.x and 2.0 in parallel. - `ETCD_PROTOCOLS="2"` install etcd 2.0 as only version.