Closed mihai-satmarean closed 4 years ago
Have you modified anything on vars.jsonnet?
I just checked-out a fresh tree and it built correctly.
The master_ip variable is only used if k3s is enabled. I also generated with it as true and worked normally.
Hi, thanks for the answer, sorry for the omission, yes, I had changed the vars to read:
k3s: {
enabled: true,
master_ip: ['192.168.0.18'],
},
// Domain suffix for the ingresses
suffixDomain: '192.168.0.18.nip.io',
.
.
.
// Setting these to false, defaults to emptyDirs
enablePersistence: {
prometheus: true,
grafana: true,
},
and using k3s. I can give you more infos if needed. Cheers
Sorry but I just did a fresh checkout of the repo, changed the exact same parameters and make
generated the files correctly.
Could you try the same?
that worked. thank you!
Hi, the stack looks great, I've been following a tutorial here https://kauri.io/deploy-prometheus-and-grafana-to-monitor-a-kube/186a71b189864b9ebc4ef7c8a9f0a6b5/a
however, I am not able to deploy this using macosx catalina and brew installed go
after installing go using brew I set the PATH
make vendor finishes, but make deploy gives me this error
as I am a go noob, any help would be appreciated
Cheers!