mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 11:28:58 +00:00
`make` was printing the following warning on Ubuntu 25.10, which switched away from GNU coreutils to uutils: ``` !!! [1107 12:46:24] Failed to find GNU date as date or gdate. If you are on Mac: brew install coreutils. <GOPATH>/src/k8s.io/kubernetes/hack/lib/version.sh: line 166: DATE: unbound variable ``` Fix issue 135210 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>