carvel-dev / kapp

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

Home Page:https://carvel.dev/kapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`--dangerous-disable-gk-scoping` should only be available in `kapp deploy`

praveenrewar opened this issue ยท comments

During kapp deploy, we scope the listing of resources to only the GKs of the resources provided through -f, but we don't scope the listing in kapp insepct or kapp deploy, hence the flag --dangerous-disable-gk-scoping should only be made available in the kapp deploy command.

Environment:

  • kapp version (use kapp --version):
  • OS (e.g. from /etc/os-release):
  • Kubernetes version (use kubectl version)

Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

๐Ÿ‘ "I would like to see this addressed as soon as possible"
๐Ÿ‘Ž "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help working on this issue.

If anyone wants to work on this issue:

Hey @praveenrewar I haven't seen the code but will give this a try!!! ๐Ÿ˜… - wish me luck!

Thank you so much @hernandanielg!! I have assigned the issue to you. Good luck :)