Furkan Türkal
Furkan Türkal
Oh, confused here, thanks! * What kind of things should we consider to push forward this PR: https://github.com/kubernetes-sigs/kind/pull/2429 * I found this https://github.com/kubernetes-sigs/kind/pull/1289, but I's closed * Are there any...
Let me ping @estesp @crosbymichael. Hey! If does it make sense, We'd like to move this issue as a new feature proposal into containerd/ctr. I'm not so familiar with ctr...
Oh, thanks! Missed that. In this case, we can easily add a new `oci-dir` subcommand into kind by adding a new function in [nodeutils.go](https://github.com/kubernetes-sigs/kind/blob/master/pkg/cluster/nodeutils/util.go) ```go func LoadImageFromDir(n nodes.Node, imageDir string)...
Oh, thanks for clarification and references! I also want to ask I think Go does not recommend UPPER_SNAKE_CASE since it mostly wants camelCase or PascalCase in variable declaration. (whereas its...
Thanks! Looks like this was already a planned task. So, we can analyze the _refactoring complexity_ before deep diving into this @developer-guy?
Oh, sorry, we missed your last comment. 😇 If proposal accepted, and makes sense, then we can start to work on this with pleasure.
> @Dentrax / @developer-guy , we are planning on getting 1.0 out the door soon. I don't believe you need any changes in here, its all cosign side? Can you...
Actually, i was created this PR for learning purposes, i thought that it's a good opportunity to get into it, but not I'm not so sure whether it's makes sense...
Thank you all for such great explanations and clarifications. ❤️ Since I'm a newbie at this whole stuff, it was a good learning for me from your valuable comments.
Just thinking, what about moving these function into rekor client instead of sigstore? @lukehinds