kapp
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
this issue is to track proposed additional deploy config that shuold be added to kapp. current default config can be seen via `kapp deploy-config`.
**What steps did you take:** 1. Deploy the following resource: ```yaml --- apiVersion: v1 kind: ServiceAccount metadata: name: cc-kpack-registry-service-account namespace: cf-workloads-staging secrets: - name: cc-kpack-registry-auth-secret - name: another-name-created-in-cluster imagePullSecrets: -...
**What steps did you take:** Here is the simple step to produce the issue. #### 1. Create job.yaml ```yaml cat
Hi, Documentation refers that kapp config can be specified explicitly with `-f` param however the part of cli `kapp app-group deploy ` does not support this param. `NOTE: kapp is...
**Describe the problem/challenge you have** currently Deployment waiting code looks at several conditions include FailedDelete [0]. there is another condition that would be useful to look at it FailedCreate. we...
**What steps did you take:** Create a deployment yaml ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment labels: app: nginx spec: replicas: 0 selector: matchLabels: app: nginx template: metadata: labels:...
Kustomize will generate a ConfigMap suffix automatically, which makes the change like delete and create. ``` Namespace Name Kind Conds. Age Op Wait to Rs Ri something-test conf-d-7g4t7m57mg ConfigMap -...
**Describe the problem/challenge you have** While doing a kapp delete, if `delete-strategy` is `orphan` for a resource, kapp doesn't delete that resource and its transient resource which is expected behavior....
**Describe the problem/challenge you have** We've moved our git repos from the k14s org to the vmware-tanzu org. The module path of a project to match that of the GitHub...
**Describe the problem/challenge you have** As of today, `kapp app-change list -a app_name` lists the duration of changes deployed for an application and displays a summary of the operations performed....