Joakim Olsson

Results 21 comments of Joakim Olsson

I think the problem is graphql 16.x. Downgrading to 15.8 makes it work. Not sure what the problem with 16.x is though.

Easily done with goreleaser. See GitHub action and config here: https://github.com/buildtool/build-tools

The problem is upgrading existing clusters. Creating new clusters works fine. Running my script on existing clusters before upgrading works fine as well. If not running the script there is...

I assumed as much. Maybe would be good to at least have a note in the release notes?

Just for helping out narrowing in what might be the problem, I don't see this on my own prod-cluster where I have a docker config defined and not on a...

Seems to do the trick with our setup as well 🎉

It's not always changing and trigger an update, that's why I think it might be due to Go's handling of maps and non-deterministic order when ranging over them.

I haven't changed anything related to external policies. It might be other changes that trigger the actual update though. This time it was due to updating to 1.25.1 of the...

No rush, terraform apply still works fins 😊

Seems like the IG kubelet-thingy is it's own issue. Tried making it computed in the `InstanceGroupSpec` and that removed the diff. Would that cause any problems somewhere? It seemed to...