Cari

Results 29 comments of Cari

Adding more detail as to the problem: Some labels kapp uses to track resources are: * `kapp.k14s.io/app` to track an app using an id * `kapp.k14s.io/identity` to store info of...

From the solution @cppforlife mentioned above regarding adding `kapp.k14s.io/identity.` label to all resources. Then the result of copying labels won't overwrite the identity label, instead it would add a label....

Hey @yujunz , thanks for adding the reproduction steps. Following the steps, creating a secret via `kubectl create secret generic sample --from-literal=foo=bar` Creates a resource in the cluster that looks...

@RafPe, could you elaborate on what you mean by > adding switch to specify config map which holds the rules for evaluation This issue came up in our march 29th...

@RafPe would you mind sharing what your kapp `Config` is and what you have in your configuration so we can better understand your use case? I'm curious how you have...

Updated the acceptance criteria to reflect these changes ## Acceptance Critera ### Scenario 1: `Config` applies to all apps **Given** I have a `Config` file I want to apply to...

Hi @eduardoroliveira, I believe the `Forbidden: pod updates may not change fields...` error you see is because Kubernetes Pods `status` is immutable. kapp has a built in rule to prefer...

Hey @jorgemoralespou to get more clarification on the why here, is the reason this command is needed because after relocating a bundle, you want to verify prior to downloading them...

Do you want to see details on the bundles contents in order to verify that all the files were copied successfully? Or is there another reason that this information is...

The current state of this work is blocked on approval for the new repo `carvel-chocolatey-packages`. This can unfortunately take some time, and we believe that the approval will start to...