- On unstable arch like ARM, etcd needs the "ETCD_UNSUPPORTED_ARCH" to be set `# etcd --version etcd on unsupported platform without ETCD_UNSUPPORTED_ARCH=arm64 set` - `tail -n +1 | head -n 1` is unnecessary, `head -n 1` is enough.