Vanilla kpt for the Management cluster Before reading this, please read the kpt book. kpt pkg get The kpt pkg get --for-deployment https://<repo-path>/<repo-pkg-name>@<repo-pkg-name>/<pkg-version> <local-pkg-name> command downloads a kpt package from a repository. The fields in the command above are as follows: Field Description repo-path The path in the repository to the kpt package repo-pkg-name The name of the kpt package in the repository pkg-version The version of the kpt package local-p...