Steven Locke
Steven Locke
We can definitely see how this need is really valid! For further discussion, what aspects of directory shaping fit within vendir's responsibilities? How much of that is intrinsic to vendoring...
The golang yaml package has an [UnmarshalStrict method](https://godoc.org/gopkg.in/yaml.v2#UnmarshalStrict) which seems to accomplish exactly what's asked here. > UnmarshalStrict is like Unmarshal except that any fields that are found in the...
This feels like a good enhancement for imgpkg. One question we'd like to pose is whether this fits into a top level command or should be separated? i.e. Could this...
:+1: Validated and got the same results, attempts on both https and http. ``` Error: Collecting images: Working with regsitry-svc.registry.svc.cluster.local:443/my-repo/image:latest: Get "https://regsitry-svc.registry.svc.cluster.local:443/v2/": dial tcp: lookup regsitry-svc.registry.svc.cluster.local on 10.96.0.10:53: no such...
Do we think this is still an issue now that the search feature is live? When looking for `path` in the kbld docs, it points to `Configuration -> Schema` and...
This seems like a good idea, it's unfortunate that there isn't a universal API that we could try to target regardless of registry used. Though, we could always figure out...
Thanks for the suggestion! To be clear, are you referring to ` kwt net start` when you say the `start` command? Can you share some more about what you'd like...
I think I get it! You're interested in a flag that could be passed to `kwt net start` which would perform the functionality of `kwt net clean-up` after terminating the...
While working on testing a PR, I ran into issues running our tests as well. `insufficient_scope: authorization failed` After lots of digging and help from @DennisDenuto we found that I...
`when` applies to the overlay/match annotation, is it possible to provide two actions to the same node with different matchers? Or did you mean repeat the node, each with a...