aerokube/moon-deploy

apiVersion: core/v1 doesnt work with kubernetes v1.14.7 or v1.15.4

benzman81 opened this issue · 4 comments

You changes of apiVersion in #52 breaks the deployment for kubernetes v1.14.7 and v1.15.4.

Error is:

Failed` to install app moon. Error: validation failed: [unable to recognize "": no matches for kind "ResourceQuota" in version "core/v1", unable to recognize "": no matches for kind "Secret" in version "core/v1", unable to recognize "": no matches for kind "Secret" in version "core/v1", unable to recognize "": no matches for kind "ConfigMap" in version "core/v1", unable to recognize "": no matches for kind "Service" in version "core/v1", unable to recognize "": no matches for kind "Service" in version "core/v1"]

Did you mean "apps/v1" instead of "core/v1", because we needed to change our pods to this api version to support kubernetes 1.16. If not, any other hint that causes this error?

@benzman81 let me check. Previous state was fixed as tag 1.0.0.

Thx for fixing this so fast.

Now its working.