Kubectl patch

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

kubectl patch supports strategic merge patch.

Usage Examples

Delete a Field

kubectl patch pv my-pv -p '{"spec.claimRef":{}}'