Eli Wrenn

Results 7 issues of Eli Wrenn

**What steps did you take:** 1. Start a minikube or kind cluster locally 2. Deploy a registry with self signed certs to the cluster (registry.yml in https://gist.github.com/ewrenn8/ab66e8df50b7a79905b3ba7fefcd0aa0) Note: the certs...

bug
priority/awaiting-more-evidence
triage/needs-more-information

As we inevitably evolve the current APIs, we should consider what impact this will have on out of date artifacts and their compatibility with various versions of kapp-controller. Some example...

enhancement
discussion
carvel-accepted

**Describe the problem/challenge you have** All of the CRs provided by kapp-controller are currently versioned `v1alpha1`. According to the [k8s API versioning guidelines](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api_changes.md#alpha-beta-and-stable-versions), they should all actually be versioned `v1beta1`....

enhancement
carvel-accepted

In the current alpha, values from the InstalledPackage are appended to the values of the first templating step, which is quite limiting. To improve this experience for authors, I propose...

discussion
carvel-accepted
priority/important-soon

VScode natively supports split view previews for markdown, maybe we can implement something similar for ytt templates. We should be able to use the supported [WebView API](https://code.visualstudio.com/api/extension-guides/webview) to accomplish this...

**Describe the problem/challenge you have** When using an internal private registry, kbld is unable to authorize in order to resolve image digests. **Describe the solution you'd like** A way to...

enhancement
carvel-accepted
priority/important-longterm