This is the documentation for version 0.39. For documentation on the latest version of kpt, please see kpt.dev.
Install-resource-group (alpha)
Apply ResourceGroup custom resource definition to the cluster
NOTE: This is an alpha command for the new ResourceGroup as inventory object
functionality. This alpha command is not available unless the RESOURCE_GROUP_INVENTORY
environment variable is set.
The install-resource-group
command applies the ResourceGroup
custom resource definition (CRD) to the cluster. This CRD allows
ResourceGroup custom resources to be created, acting as inventory
objects. The ResourceGroup custom resource is the next generation
inventory object after the
ConfigMap.
Examples
# install the ResourceGroup CRD
export RESOURCE_GROUP_INVENTORY=1
kpt live install-resource-group
Synopsis
kpt live install-resource-group
Args
None
Flags
None
Last modified January 20, 2021: Documentation for ResourceGroup as inventory object (alpha) (#1357) (1b0590aa)