Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

bosh interpolation issue #420

Open
t2sa opened this issue May 7, 2020 · 0 comments
Open

bosh interpolation issue #420

t2sa opened this issue May 7, 2020 · 0 comments

Comments

@t2sa
Copy link

t2sa commented May 7, 2020

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

static_ips: [ ((kubernetes_master_host)) ]

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"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants