coreos / kpm

KPM is a tool to deploy and manage application stacks on Kubernetes.
Apache License 2.0
124 stars 29 forks source link

Print explicit message on `kubectl create` failures #135

Closed Quentin-M closed 7 years ago

Quentin-M commented 7 years ago

This small change propagates the kubectl error back to the user with the context (object name and kind) to ease debugging.

Fixes #134