github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/site/reference/cli/live/install-resource-group/README.md (about)

     1  ---
     2  title: "`install-resource-group`"
     3  linkTitle: "install-resource-group"
     4  type: docs
     5  description: >
     6  Install the ResourceGroup CRD in the cluster.
     7  ---
     8  
     9  <!--mdtogo:Short
    10      Install the ResourceGroup CRD in the cluster.
    11  -->
    12  
    13  `install-resource-group` installs the ResourceGroup CRD in the cluster. `kpt`
    14  uses ResourceGroup resources for storing the inventory list (which enables
    15  pruning) , so it must be installed in a cluster prior to applying packages.
    16  
    17  ### Synopsis
    18  
    19  <!--mdtogo:Long-->
    20  
    21  ```
    22  kpt live install-resource-group
    23  ```
    24  
    25  <!--mdtogo-->
    26  
    27  ### Examples
    28  
    29  <!--mdtogo:Examples-->
    30  
    31  ```shell
    32  # install ResourceGroup CRD into the current cluster.
    33  $ kpt live install-resource-group
    34  ```
    35  
    36  <!--mdtogo-->