Skip to content

Commit

Permalink
cmd/openshift-install: Remove "migrate" command
Browse files Browse the repository at this point in the history
The migrate command migrated old style Azure DNS zones to the newer
style. The ability to create old style DNS zones in Azure hasn't existed
in years, so this command can be retired.
  • Loading branch information
jhixson74 committed Nov 24, 2023
1 parent 1ea1a54 commit e45f862
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 782 deletions.
1 change: 0 additions & 1 deletion cmd/openshift-install/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func installerMain() {
newGraphCmd(),
newCoreOSCmd(),
newCompletionCmd(),
newMigrateCmd(),
newExplainCmd(),
newAgentCmd(),
} {
Expand Down
23 changes: 0 additions & 23 deletions cmd/openshift-install/migrate.go

This file was deleted.

33 changes: 0 additions & 33 deletions cmd/openshift-install/migrate/azure/eligible.go

This file was deleted.

75 changes: 0 additions & 75 deletions cmd/openshift-install/migrate/azure/migrate.go

This file was deleted.

119 changes: 0 additions & 119 deletions docs/user/azure/migrate.md

This file was deleted.

Loading

0 comments on commit e45f862

Please sign in to comment.