Daniel Helfand

Results 80 comments of Daniel Helfand

Thanks for reporting this @cirocosta. I have been able to reproduce the issue and can confirm your patch resolves the issue. Thank you for debugging this and pointing to where...

With the patch, the `imgURL` is properly found and the relocation goes through properly: ![image](https://user-images.githubusercontent.com/34258252/100161306-ccaf6f00-2e76-11eb-8ffa-d7cb8fa95a46.png)

I think the feature sounds like a good safety measure for users. Just had a thought below. So with this feature, I would have something like the following: ``` kbld...

Thanks @voor for the clarification on relocation/having kapp-controller as the driving use case.

To follow up on why I think this is important for kbld, the use case is that kbld -f is used on an entire directory that also contains an .imgpkg...

Something to consider here is how we would/how long we would support `v1alpha1` versions of the CRS. This would also require us to look into kubebuilder directives for generating the...

Just adding some documentation here on how k8s recommends to think about versioning CRDs: https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/ In general, the kapp-controller resources that exist seem to meet v1beta1 requirements. We just need...

I guess the question comes down to what this currently looks like with `kubectl` and whether it would be worth abstracting to make it simpler through `tkn`. Also, to clarify...

Yes, there are a lot of aspects of this that would need to be worked out in pipeline as well as IDE extension projects. I have seen issues around pausing...

@lstocchi This has not been discussed further than the discussion in the issue. I still think the idea is valid and would be great to have, but I do think...