Skip to content

Commit 4e5bd33

Browse files
authored
Mark the legacy parallels driver as deprecated (#22379)
1 parent 301e2fb commit 4e5bd33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/minikube/registry/drvs/parallels/parallels.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func init() {
3838
Config: configure,
3939
Status: status,
4040
Default: true,
41-
Priority: registry.Default,
41+
Priority: registry.Deprecated,
4242
Init: func(_ *run.CommandOptions) drivers.Driver { return parallels.NewDriver("", "") },
4343
})
4444
if err != nil {

0 commit comments

Comments
 (0)