Zoltán Reegn

Results 141 comments of Zoltán Reegn
trafficstars

This should also fix #55 once implemented.

The reason for the need for the closure is simple: The dockerTag task is only created in 'afterEvaluate', so it's not available during buildscript evaluation. Since closures are evaluated lazily,...

Did you try opening the plugin code in vim with the plugin loaded? :^)

+1 from a security pov I prefer standalone controllers over shared ones. For me metacontrollers biggest value is not the shared cache but it's high-level controller semantics and webhook-style behaviour.

It doesn't affect anyone probably, since it is a project-architectural issue, not a bug. Just trying to make constructive criticism of this promising little project. :+1: Anyways it still feels...

> This is expected behavior, try it for any of the projects. :) @amye could that be changed? WRT accessibility it's not that inclusive.

@caniszczyk thanks for the help, gonna do that!

I would also welcome it if you could just have kubie generate a temp. kubeconfig, and expose it's location and allow the handling of the shell integration by other tools....

Can we get the v2 behaviour hidden behind a flag? As mentioned above, AWS_SDK_LOAD_CONFIG=true worked for aws-sdk-go, I think it would be backward compatible and it would most definitely be...

I think you should have a look at how other people implement scale-to-zero: https://github.com/deislabs/osiris. I stumbled on it in https://github.com/kedacore/keda where they suggest it as an alternative to knative serving....