You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
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.
No description provided.
The text was updated successfully, but these errors were encountered: