Kubectl apply: Difference between revisions

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


=Overview=
=Overview=
kubectl apply -f <manifest.yaml>


<tt>kubectl apply</tt> supports [[Kubernetes Strategic Merge Patch|strategic merge patch]].
<tt>kubectl apply</tt> supports [[Kubernetes Strategic Merge Patch|strategic merge patch]].

Revision as of 08:39, 12 December 2019

Internal

Overview

kubectl apply -f <manifest.yaml>

kubectl apply supports strategic merge patch.