Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 397 forks source link

Support for newer k8s versions (e.g. 1.16) #956

Open developer-guy opened 4 years ago

developer-guy commented 4 years ago

When i try draft in minikube with k8s version 1.16 for golang , i got an error like this :

2019/12/19 11:44:31 error while releasing: could not install release: rpc error: code = Unknown desc = val│ idation failed: unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1" This error occurred cause "extensions/v1beta1" version for deployment is deprecated and "apps/v1" version is stable now , but golang draft pack is still generate "extension/v1beta1" version for deployment.

Keralin commented 4 years ago

It's there any news about this?

ChillarAnand commented 4 years ago

@developer-guy Did you find any workaround for this?

developer-guy commented 4 years ago

@developer-guy Did you find any workaround for this?

no my friend , i just opened the issue for that problem.