nats-io / nats-streaming-operator

NATS Streaming Operator
Apache License 2.0
174 stars 44 forks source link

Operator deployment gives no matches for kind "Deployment" in version "apps/v1beta2" #53

Closed BuddhiWathsala closed 4 years ago

BuddhiWathsala commented 4 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.

Solution

Use apps/v1 instead of apps/v1beta2.