You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
Passing an array of static IPs in kubernetes_master_host seemed impossible with this definition.
kubo-deployment/manifests/ops-files/iaas/vsphere/master-static-ip.yml
Line 6 in 823d949
Believe it might be possible if this line drops the
[]
static_ips: ((kubernetes_master_host))
Recreate the issue:
Pass below vars to opsfile
-v kubernetes_master_host="10.0.0.1, 10.0.0.2, 10.0.0.3"
The text was updated successfully, but these errors were encountered: