Reputation: 2158
Is it possible to leave one pod untouched during pod install
and pod update
?
pod update <POD>
is not an option.
Upvotes: 0
Views: 94
Reputation: 63984
You actually can use pod update [NAMES...]
to update specific pods. You can see this in pod update --help
Upvotes: 2