install-resource-group

Install the ResourceGroup CRD in the cluster.

install-resource-group installs the ResourceGroup CRD in the cluster. kpt uses ResourceGroup resources for storing the inventory list (which enables pruning) , so it must be installed in a cluster prior to applying packages.

Synopsis #

kpt live install-resource-group

Examples #

# install ResourceGroup CRD into the current cluster.
$ kpt live install-resource-group
Last modified October 28, 2025: Add shell to cli cmds (b9f9c412)