kubectl kustomize <DIR>
Print a set of API resources generated from instructions in a kustomization.yaml file
Arguments
Name | Description |
---|
DIR | folders |
Options
Name | Description |
---|
-o, --output <Output Format> | Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-file |
--allow-id-changes | Enable changes to a resourceId |
--enable-alpha-plugins | Enable kustomize plugins |
--enable-managedby-label | Enable adding app.kubernetes.io/managed-by |
--env, -e <arg> | A list of environment variables to be used by functions |
--load-restrictor <arg> | If set to 'LoadRestrictionsNone', local kustomizations may load files from outside their root. This does, however, break the relocatability of the kustomization |
--mount <arg> | A list of storage options read from the filesystem |
--network | Enable network access for functions that declare it |
--network-name <arg> | The docker network to run the container in |
--reorder | Reorder the resources just before output. Use 'legacy' to apply a legacy reordering (Namespaces first, Webhooks last, etc). Use 'none' to suppress a final reordering |