mirror of https://github.com/dapr/cli.git
add testing warning for kubernetes init (#155)
This commit is contained in:
parent
22ee82e61a
commit
f419af420d
|
@ -21,6 +21,8 @@ var InitCmd = &cobra.Command{
|
|||
Use: "init",
|
||||
Short: "Setup dapr in Kubernetes or Standalone modes",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
print.InfoStatusEvent(os.Stdout, "Note: this installation is recommended for testing purposes. For production environments, please use Helm \n")
|
||||
|
||||
print.PendingStatusEvent(os.Stdout, "Making the jump to hyperspace...")
|
||||
|
||||
if kubernetesMode {
|
||||
|
|
Loading…
Reference in New Issue