cloudfoundry-incubator / kubo-deployment

Contains manifests used to deploy Cloud Foundry Container Runtime
https://www.cloudfoundry.org/container-runtime/
Apache License 2.0
275 stars 114 forks source link

bosh interpolation issue #420

Open t2sa opened 4 years ago

t2sa commented 4 years ago

Passing an array of static IPs in kubernetes_master_host seemed impossible with this definition.

https://github.com/cloudfoundry-incubator/kubo-deployment/blob/823d949222cef497273063ba9682a881e47b8f81/manifests/ops-files/iaas/vsphere/master-static-ip.yml#L6

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"