beacon-biosignals / K8sClusterManagers.jl

A Julia cluster manager for Kubernetes
Other
31 stars 5 forks source link

Validate kubectl_jll is available #20

Closed omus closed 3 years ago

omus commented 3 years ago

Without this check non supported platforms (like Apple Silicon) fail in a non-obvious way:

julia> using K8sClusterManagers
[ Info: Precompiling K8sClusterManagers [5aeab163-63d2-4171-9fbf-e22244d80acb]
ERROR: InitError: UndefVarError: kubectl not defined
during initialization of module K8sClusterManagers
omus commented 3 years ago

Ideally we should update kubectl_jll to support all Julia platforms: https://github.com/JuliaPackaging/Yggdrasil/pull/2797