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 Jul 14, 2020. It is now read-only.
we receive the below error after running edgemicroctl. extensions/v1beta1 has been deprecated by latest version of kubernetes
error: unable to recognize "/dev/fd/63": no matches for kind "Deployment" in version "extensions/v1beta1".
The reason for the error is because "extensions/v1beta1" is deprecated and we will have to use "apps/v1".
Could you please update edgemicroctl to support latest releases of Kubernetes ?
The text was updated successfully, but these errors were encountered:
@srinandan
we receive the below error after running edgemicroctl. extensions/v1beta1 has been deprecated by latest version of kubernetes
error: unable to recognize "/dev/fd/63": no matches for kind "Deployment" in version "extensions/v1beta1".
The reason for the error is because "extensions/v1beta1" is deprecated and we will have to use "apps/v1".
Could you please update edgemicroctl to support latest releases of Kubernetes ?
The text was updated successfully, but these errors were encountered: