lburgazzoli opened a new issue #665: Error creating integration context with buildStrategy: routine on minikube URL: https://github.com/apache/camel-k/issues/665 Installed camel-k on a brand new installation of minikube v1.0.1 with the following add-ons installed: - addon-manager: enabled - dashboard: enabled - default-storageclass: enabled - ingress: enabled - registry: enabled - storage-provisioner: enabled When running an integration, the related context fails to be created because of: "error":"stat /workspace: no such file or directory" Full stack-trace: ``` {"level":"error","ts":1558282189.3706098,"logger":"camel-k","msg":"Unexpected error while creating a temporary dir","error":"stat /workspace: no such file or directory","stacktrace":"github.com/apache/camel-k/vendor/github.com/go-logr/zapr.(*zapLogger).Error\n\t/home/nferraro/gopaths/camel-k/src/github.com/apache/camel-k/vendor/github.com/go-logr/zapr/zapr.go:128\ngithub.com/apache/camel-k/pkg/util/log.Logger.Error\n\t/home/nferraro/gopaths/camel-k/src/github.com/apache/camel-k/pkg/util/log/log.go:70\ngithub.com/apache/camel-k/pkg/util/log.Error\n\t/home/nferraro/gopaths/camel-k/src/github.com/apache/camel-k/pkg/util/log/log.go:191\ngithub.com/apache/camel-k/pkg/builder.(*defaultBuilder).Build\n\t/home/nferraro/gopaths/camel-k/src/github.com/apache/camel-k/pkg/builder/builder.go:66\ngithub.com/apache/camel-k/pkg/controller/build.(*scheduleRoutineAction).build\n\t/home/nferraro/gopaths/camel-k/src/github.com/apache/camel-k/pkg/controller/build/schedule_routine.go:107"} ``` /cc @astefanutti
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
