Kubectl kustomize: Difference between revisions

From NovaOrdis Knowledge Base
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''>

Revision as of 16:34, 23 August 2019

Internal

Overview

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

kubectl kustomize <dirname>