Matti Paksula
Matti Paksula
it fails every now and then, that's why I have extensive retry-until-success in my wrapper https://github.com/matti/eksler/blob/13c035133ca1909678a5c47476cfee18b92b34c6/bin/eksler#L210-L235
@andrei-dascalu your assumption is right, but eksctl seems to be designed in many ways so that a "happy path" run works like that, but every other case needs understanding what...
do you have PodDisruptionBudgets sets for your app? are you running managed nodegroups? managed nodegroups will drain the node properly when PodDisruptionBudgets are set
ping @jakolehm
https://github.com/k8s-ruby/k8s-ruby/blob/master/k8s-ruby.gemspec I think that just updating this would be the first step. There are almost no people working on this gem, so if you could make a PR?
I tried to do this, dry-types/struct is the problem. Don't have time to figure out.
somebody needs to fix this: https://github.com/k8s-ruby/k8s-ruby/pull/29
This gem is pretty much dead, I'm currently replacing this with: ``` File.write "lol.yaml",obj.to_yaml system "kubectl", "apply", ... ``` and/or writing a custom binary with golang since go is the...
@dwillett the original guys @kke etc already have done it, please see https://rubygems.org/gems/yaml-safe_load_stream2 there are some legal (?) issues why kontena repos can not be touched. so can you pleawe...
yes, I merge and release once it's there