mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-17 01:38:16 -05:00
Some functionality in hack/lib is currently depended on by
cluster/common.sh so kube-up from the full release tar (which
does not include hack/) is currently broken. With this PR we
create cluster/lib/ and move the necessary bits from hack/
over to get kube-up working again.
Fixes:
|
||
|---|---|---|
| .. | ||
| etcd.sh | ||
| golang.sh | ||
| init.sh | ||
| test.sh | ||
| util.sh | ||
| version.sh | ||