Skip to content

Commit

Permalink
Merge pull request #660 from typeid/OSD-25864
Browse files Browse the repository at this point in the history
Feat(OSD-25864): add osdctl hcp must-gather
  • Loading branch information
openshift-merge-bot[bot] authored Feb 13, 2025
2 parents 2b93fdf + 3e004cd commit 9bef5e7
Show file tree
Hide file tree
Showing 11 changed files with 1,136 additions and 773 deletions.
197 changes: 0 additions & 197 deletions cmd/cluster/cleanup_leaked_ec2.go

This file was deleted.

115 changes: 0 additions & 115 deletions cmd/cluster/cleanup_leaked_ec2_test.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/cluster/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func NewCmdCluster(streams genericclioptions.IOStreams, client *k8s.LazyClient,
clusterCmd.AddCommand(newCmdFromInfraId(globalOpts))
clusterCmd.AddCommand(NewCmdHypershiftInfo(streams))
clusterCmd.AddCommand(newCmdOrgId())
clusterCmd.AddCommand(newCmdCleanupLeakedEC2())
clusterCmd.AddCommand(newCmdDetachStuckVolume())
clusterCmd.AddCommand(ssh.NewCmdSSH())
clusterCmd.AddCommand(sre_operators.NewCmdSREOperators(streams, client))
Expand Down
2 changes: 2 additions & 0 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"github.com/openshift/osdctl/cmd/cost"
"github.com/openshift/osdctl/cmd/dynatrace"
"github.com/openshift/osdctl/cmd/env"
"github.com/openshift/osdctl/cmd/hcp"
"github.com/openshift/osdctl/cmd/hive"
"github.com/openshift/osdctl/cmd/iampermissions"
"github.com/openshift/osdctl/cmd/jira"
Expand Down Expand Up @@ -97,6 +98,7 @@ func NewCmdRoot(streams genericclioptions.IOStreams) *cobra.Command {
rootCmd.AddCommand(jira.Cmd)
rootCmd.AddCommand(jumphost.NewCmdJumphost())
rootCmd.AddCommand(mc.NewCmdMC())
rootCmd.AddCommand(hcp.NewCmdHCP())
rootCmd.AddCommand(network.NewCmdNetwork(streams, kubeClient))
rootCmd.AddCommand(org.NewCmdOrg())
rootCmd.AddCommand(promote.NewCmdPromote())
Expand Down
Loading

0 comments on commit 9bef5e7

Please sign in to comment.