Kubectl kustomize: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * kubectl =Overview= Reads instructions from a kustomization.yaml file and generates syntactically valid and complete API resource Kuberne...") |
|||
Line 6: | Line 6: | ||
Reads instructions from a kustomization.yaml file and generates syntactically valid and complete API resource [[Kubernetes Manifests#Overview|manifests]]. | Reads instructions from a kustomization.yaml file and generates syntactically valid and complete API resource [[Kubernetes Manifests#Overview|manifests]]. | ||
kubectl kustomize <''dirname''> |