Hydrospheredata / hydro-serving-manager

Part of the Hydrosphere.io project.

Home Page:http://docs.hydrosphere.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse k8s response when creating Servables

KineticCookie opened this issue · comments

commented

If deployment configuration is incorrect, k8s will return 400 with error message.

Now we don't parse it, and handle it as an unexpected exception with 500 code. Error message is propagated though.