add testing warning for kubernetes init (#155)

This commit is contained in:
Yaron Schneider 2019-10-15 17:33:08 -07:00 committed by GitHub
parent 22ee82e61a
commit f419af420d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 {