Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 475 Bytes

File metadata and controls

20 lines (15 loc) · 475 Bytes
title Upgrading Plugins
slug upgrading-plugins
weight 600

To upgrade all plugins that you have installed to their latest versions, run:

{{<prompt>}}kubectl krew upgrade

Since Krew itself is a plugin also managed through Krew, running the upgrade command will also upgrade your krew setup to the latest version.

To upgrade only certain plugins, you can explicitly specify their names:

{{<prompt>}}kubectl krew upgrade <PLUGIN1> <PLUGIN2>