improve messages of kompose up

This commit is contained in:
runseb
2016-08-31 15:54:54 +02:00
parent 9415a408df
commit aa71e96175
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -292,5 +292,5 @@ func CreateObjects(client *client.Client, objects []runtime.Object) {
logrus.Infof("Successfully created service: %s", t.Name)
}
}
fmt.Println("\nApplication has been deployed to Kubernetes. You can run 'kubectl get deployment,svc' for details.")
fmt.Println("\nYour application has been deployed to Kubernetes. You can run 'kubectl get deployment,svc,pods' for details.")
}