Skip to content

Commit

Permalink
Make istioctl upgrade graduate from experimental. (istio#19955)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfinhe authored and istio-testing committed Jan 7, 2020
1 parent 37549db commit c4dd3d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion istioctl/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ debug and diagnose their Istio mesh.
hideInheritedFlags(profileCmd, "namespace", "istioNamespace")
rootCmd.AddCommand(profileCmd)

experimentalCmd.AddCommand(mesh.UpgradeCmd())
experimentalCmd.AddCommand(softGraduatedCmd(mesh.UpgradeCmd()))
rootCmd.AddCommand(mesh.UpgradeCmd())

experimentalCmd.AddCommand(multicluster.NewCreateRemoteSecretCommand())
experimentalCmd.AddCommand(multicluster.NewMulticlusterCommand())
Expand Down

0 comments on commit c4dd3d1

Please sign in to comment.