Kubectl apply

From NovaOrdis Knowledge Base
Revision as of 08:40, 12 December 2019 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

Overview

Apply a configuration to a resource by filename or stdin:

kubectl apply -f <manifest.yaml>
cat <manifest.yaml> | kubectl apply -f -

kubectl apply supports strategic merge patch.