commands.sh

kubectl kustomize

all

Build a set of Kubernetes resources using a `kustomization.yaml` file.

More info →

Examples (5)

Build resources from the current directory

Build resources from a specific directory

kubectl kustomize path/to/directory

Build resources from a remote URL

kubectl kustomize https://github.com/user/repo/path

Build resources and save to a file

kubectl kustomize path/to/directory > output.yaml

Build resources with load restrictor disabled

kubectl kustomize --load-restrictor LoadRestrictionsNone path/to/directory
made by @shridhargupta | data from tldr-pages