Daniel Helfand

Results 80 comments of Daniel Helfand

I am curious about this feature. Are there any more details to add on what a Kubernetes source for `vendir` means? Does this mean fetching resources from a cluster, or...

Thanks for opening this @fjagugar. We have had similar requests in the past for some kind of CLI tooling that is specific to kapp-controller (#56). We are not planning any...

Thanks for opening this @making. I think the use case here makes sense. Not sure at this point when this will be prioritized, but I think we would be open...

One specific case to keep in mind with this issue is when a user deletes a namespace with an App and service account in it, the serviceaccount can get deleted...

There are also other resources that would need to be factored into this solution: * service tokens * permission resources (Roles, RoleBindings) It's unfortunately not enough to simply factor in...

In speaking with @joe-kimmel-vmw, we think it would be a reasonable approach to remove jsonnet/kustomize options as part of this work.

@joaopapereira do we have enough information here to add this to our backlog? @ZihanJiang96 would you have an interest in submitting a pr for this?

To maybe repurpose/simplify, the [original design docs](https://github.com/k14s/design-docs/blob/6a01ebf87c8e42efe57fceeaed79f9a5d5615604/imgpkg/001-bundles/README.md#imgpkg-init--initialize-a-directory-with-the-bundle-format-) call for initializing a bundle directory (i.e. `.imgpkg`). > If the user does not provide metadata for the bundle should we create the...

Was thinking about this a bit more and am wondering if some type of plugin model might make sense for an `imgpkg init` command. This would allow a user to...

> this is something we should also fix in vendir... Captured some details in the linked issue, but feel free to add more vendir specifics to the issue.