kapp icon indicating copy to clipboard operation
kapp copied to clipboard

kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label

Results 167 kapp issues
Sort by recently updated
recently updated
newest added

**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

*Service* has its `selector` modified by kapp: ```yaml apiVersion: v1 kind: Service spec: selector: app.kubernetes.io/component: prometheus app.kubernetes.io/instance: k8s app.kubernetes.io/name: prometheus app.kubernetes.io/part-of: kube-prometheus kapp.k14s.io/app: "1684079013099136212" ``` Leading to the Service not...

bug
helping with an issue
discussion

**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

**Describe the problem/challenge you have** My `kapp deploy` command was failing due to a rebase rule, but the rebase rule was not in my yaml. I was unaware that kapp...

enhancement
carvel accepted
priority/unprioritized-backlog

Hello, **What steps did you take:** I was following along the steps mentioned in the "Deploying Kubernetes Applications with ytt, kbld, and kapp" [blog](https://carvel.dev/blog/deploying-apps-with-ytt-kbld-kapp/). **What happened:** Under the "Building container...

bug
helping with an issue

#### What this PR does / why we need it: See #635 #### Which issue(s) this PR fixes: Fixes #635 #### Does this PR introduce a user-facing change? ```release-note NONE...

**Describe the problem/challenge you have** When a deployment fails to progress - kapp just exits with a little bit of information **Describe the solution you'd like** It would be great...

enhancement
carvel accepted
priority/important-longterm

**Describe the problem/challenge you have** In order to include a shortcut for kapp in k9s (see https://github.com/derailed/k9s/pull/1830), I need to pipe kapp output to the less command. Unless the `export...

enhancement
good first issue
carvel accepted
snack

There are some methods in `changeset_with_versioned_rs.go` that could qualify for a dedicated type/struct: > I think I would prefer it if this function [`newGroupedVersionedResources`] and the next one [`existingResourcesMap`] are...

enhancement
carvel accepted

Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) from 1.30.1 to 1.30.2. Release notes Sourced from k8s.io/kubernetes's releases. Kubernetes v1.30.2 See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG. See the CHANGELOG for more details....

dependencies