JuanJo Ciarlante

Results 15 comments of JuanJo Ciarlante

@mkmik lifecycle LGTM, it would be also great to have the keys annotated with timestamps for its relevant events: * `t0`: key creation * `t1`: key promotion to "current" *...

You're totally right, it's not supported at all by `kube-libsonnet` library. That said, `jsonnet` gives you the possibility to override "just" that part (the `env_{}` -> `env[]` mapping), copying below...

> Thank you very much! > > We already have our own abstract layer above kube.libsonnet, will be adding this snippet to our template. > > ``` > Container(p):: kube.Container(p.name)...

As always it's a matter of _style_ :), also enforced in `tests/Makefile` via `JSONNET_FMT` settings there. Agree that we should switch to `jsonnetfmt` stock _style_, note that indeed tests will...

Indeed WfM, on my raspberry pi2 cluster fwiw. Linking manifests for both (just note the `arm` image(s) for kube-router): * kube-router `--advertise-loadbalancer-ips=true` -> https://gist.github.com/jjo/8c616aaf795284bb5b85d02143745f63 * metallb w/ARP mode -> https://gist.github.com/jjo/bac1e4cd12c854fc58ca2de084b3b874

@ccatlett2000: you're correct, indeed --advertise-loadbalancer-ips was just recently added ( PR #354 ).

> One clarification for me: if you set --advertise-loadbalancer-ips=true, what exactly happens? Does it do both dataplane programming on nodes, and advertising the service over BGP to external peers? >...

joining the crowd here for that xmas gift from @mkmik :clown_face: !

> Doesn't cue already support integrating with kubectl? Kubectl now also supports diffs. it does via its `command` -> `tasks` constructs (i.e. supports running any CLI really), but still wouldn't...