mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-08-13 21:57:41 +00:00
- 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.