Commit b519c72a authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Log namespace creation error

parent ce3d7090
......@@ -945,6 +945,7 @@ func CreateTestingNS(baseName string, c *client.Client, labels map[string]string
var err error
got, err = c.Namespaces().Create(namespaceObj)
if err != nil {
Logf("Unexpected error while creating namespace: %v", err)
return false, nil
}
return true, nil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment