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
I encountered this error when I used the dcscsi script
[...]
2019-10-18T18:43:56+02:00 |INFO| kubernetes found kubernetes client version=v1.16.2 kubernetes server version=v1.16.2
[...]
2019-10-18T18:45:00+02:00 |FATAL| while creating attacher error="error: unable to recognize \"STDIN\": no matches for kind \"StatefulSet\" in version \"apps/v1beta1\"\n; exit status 1"
StatefulSet apps/v1beta1 was removed by kubernetes 1.16
You could use apps/v1 instead.
The following APIs are no longer served by default:
- All resources under apps/v1beta1 and apps/v1beta2 - use apps/v1 instead
I encountered this error when I used the dcscsi script
StatefulSet apps/v1beta1 was removed by kubernetes 1.16
You could use apps/v1 instead.
See the full release note: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md#deprecations-and-removals
The text was updated successfully, but these errors were encountered: