Timothy Smith
Timothy Smith
Thanks for the issue @perbernhardt! I'll take a look at this early next week. Hopefully it won't be too difficult of a fix, thanks for doing the background digging already.
So there's no easy way for `Krane` to get the number of failed image pulls, since we don't observe `Event` objects in the namespace, just the `Status` fields of the...
By default, I would prefer us to fail fast in the event of an image pull. Said that, I do sympathize with the situation you have where waiting on replication...
Ok, I think I know how I'll tackle this. Hope to get something done shortly.
Take a look at https://github.com/Shopify/krane/pull/834 when you have a moment, I think it should solve this issue. I still feel it's a bit cumbersome to put this check in the...
Hi @perbernhardt , sorry for the delay in response, I was quite ill for the last little while. I've been thinking about this PR and have ultimately decided that it's...
Closing as won't fix. Feel free to reopen the issue if you come up with a workable implementation
Thanks for your contribution! Error reporting is tricky in Krane, since we need to avoid the scenario where we leak secret information (this can happen if `kubectl apply` fails and...
This is blocked on an upcoming Thor release ([PR there is already merged](https://github.com/erikhuda/thor/pull/715)).
>Is there any reason why --stdin is deprecated? The original desire was to keep the flags _similar_ to `kubectl apply`. >I did a quick test and it is possible really...