Kubectl kustomize: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


  kubectl kustomize <''dirname''>
  kubectl kustomize <''dirname''>
The directory specified as argument must contain <tt>kustomization.yaml</tt>.

Revision as of 16:35, 23 August 2019

Internal

Overview

Reads instructions from a kustomization.yaml file and generates syntactically valid and complete API resource manifests.

kubectl kustomize <dirname>

The directory specified as argument must contain kustomization.yaml.