Sample that shows how to use a setter to set the cluster name for cluster-autoscaler.
kpt pkg get https://github.com/mikebz/cluster-autoscaler cluster-autoscaler
Details: https://googlecontainertools.github.io/kpt/reference/pkg/get/
kpt cfg tree cluster-autoscaler
Details: https://googlecontainertools.github.io/kpt/reference/cfg/tree/
kpt cfg list-setters cluster-autoscaler
Details: https://googlecontainertools.github.io/kpt/reference/cfg/list-setters/
kpt cfg set cluster-autoscaler cluster_name my-cluseter
Details: https://googlecontainertools.github.io/kpt/reference/cfg/set/
kpt live init cluster-autoscaler
kpt live apply cluster-autoscaler --reconcile-timeout=2m --output=table
Details: https://googlecontainertools.github.io/kpt/reference/live/