Praveen Rewar

Results 40 issues of Praveen Rewar

**What steps did you take:** `kctrl package available list -p contour.tanzu.vmware.com` **What happened:** ```bash NAMESPACE NAME VERSION RELEASED-AT test-ns contour.tanzu.vmware.com 1.15.1+vmware.1-tkg.1 0001-01-01 00:00:00 +0000 UTC ``` **What did you expect:**...

bug
carvel-accepted
cli

**Describe the problem/challenge you have** We rely on `list` api calls to get information from the cluster which could put some burden on the cluster if the number of objects...

enhancement
carvel accepted
priority/important-soon

#### What this PR does / why we need it: Refresh package install after pausing it during updation. Pausing a package install causes a change in observedGeneration, due to this...

cla-not-required

**What steps did you take:** * Installed a specific version of a package and also provided values-file. - `kctrl package installed create -i test-pkg --package pkg.test.carvel.dev --version 2.0.0 --namespace test-ns...

bug
carvel-accepted
cli
priority/critical-urgent

**Describe the problem/challenge you have** Currently we don't have a workflow to scan for security vulnerabilities in kctrl. **Describe the solution you'd like** We should update the existing trivy scan...

enhancement
carvel-accepted
cli

**Describe the problem/challenge you have** Versioned resources (with a generated name) are not taken into account for Knative services **Describe the solution you'd like** It would be great if kapp's...

enhancement
carvel accepted
priority/awaiting-more-evidence

**What steps did you take:** I tried deploying an app that consists of a horizontal pod autoscaler (api version v2) on a Kubernetes cluster v1.25. **What happened:** kapp tries to...

bug
carvel accepted
priority/important-soon

**Describe the problem/challenge you have** Details in https://github.com/carvel-dev/carvel/issues/689 **Describe the solution you'd like** Use vanity urls to change the go module name in kapp (use imgpkg [PR](https://github.com/carvel-dev/imgpkg/pull/597) as a reference)...

enhancement
good first issue
carvel accepted
Hacktoberfest

**What steps did you take:** `jobs.yaml` ```yaml apiVersion: batch/v1 kind: Job metadata: name: successful-job-1 annotations: kapp.k14s.io/change-rule: "upsert after upserting abc" spec: template: metadata: name: successful-job-1 spec: containers: - name: successful-job-1...

bug
carvel accepted
priority/unprioritized-backlog

**What steps did you take:** I am using [Cilium](https://cilium.io] and I deployed a simple app with a Deployment and a Service. ```bash $ kapp deploy -a simple-app -f https://github.com/carvel-dev/kapp/blob/develop/examples/simple-app-example/config-1.yml Target...

bug
carvel accepted
priority/important-soon