Skip to content

Commit

Permalink
Fix the issue that cannot install k3d with ks (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Apr 14, 2021
1 parent ac16e8f commit 2b08608
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubectl-plugin/install/k3d.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ func newInstallK3DCmd() (cmd *cobra.Command) {
Short: "Install KubeSphere with k3d",
Long: `Install KubeSphere with k3d
You can get more details from https://github.com/rancher/k3d/`,
RunE: opt.runE,
PreRunE: opt.preRunE,
RunE: opt.runE,
PostRunE: opt.postRunE,
}

flags := cmd.Flags()
Expand Down

0 comments on commit 2b08608

Please sign in to comment.