Closed BuddhiWathsala closed 5 years ago
When we deploy the streaming operator deployment in Kubernetes v1.16.0 it gives an error like below.
no matches for kind "Deployment" in version "apps/v1beta2"
The reason for the error was Kubernetes v1.16.0 deprecated the apps/v1beta2 library.
apps/v1beta2
Use apps/v1 instead of apps/v1beta2.
apps/v1
When we deploy the streaming operator deployment in Kubernetes v1.16.0 it gives an error like below.
The reason for the error was Kubernetes v1.16.0 deprecated the
apps/v1beta2
library.Solution
Use
apps/v1
instead ofapps/v1beta2
.