File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,9 @@ func preRun(cmd *cobra.Command, _ []string) error {
143
143
}
144
144
if ! isMigrated {
145
145
fmt .Fprintln (os .Stderr , `This version of Krew is not supported anymore. Please manually migrate:
146
- 1. Backup plugin list: kubectl krew list > backup.txt
147
- 2. Uninstall Krew: https://krew.sigs.k8s.io/docs/user-guide/setup/uninstall/
148
- 3. Install latest Krew: https://krew.sigs.k8s.io/docs/user-guide/setup/install/
149
- 4. Install plugins from backup: kubectl krew install < backup.txt` )
146
+ 1. Uninstall Krew: https://krew.sigs.k8s.io/docs/user-guide/setup/uninstall/
147
+ 2. Install latest Krew: https://krew.sigs.k8s.io/docs/user-guide/setup/install/
148
+ 3. Install the plugins you used` )
150
149
return errors .New ("krew home outdated" )
151
150
}
152
151
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ import (
21
21
)
22
22
23
23
func main () {
24
+ defer klog .Flush ()
24
25
cmd .Execute ()
25
- klog .Flush ()
26
26
}
You can’t perform that action at this time.
0 commit comments