mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-23 20:05:02 +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.