atlassian/smith

Is Service Catalog required?

Closed this issue · 1 comments

When running without Service Catalog installed in the cluster, I just see a lot of lines like the following, and no progress is made on reconciling Bundles:

E0227 00:30:45.643165       1 reflector.go:134] vendor/github.com/atlassian/ctrl/process/generic.go:181: Failed to list *v1beta1.ServiceBinding: the server is currently unable to handle the request (get servicebindings.servicecatalog.k8s.io)
E0227 00:30:46.640616       1 reflector.go:134] vendor/github.com/atlassian/ctrl/process/generic.go:181: Failed to list *v1beta1.ClusterServiceClass: the server is currently unable to handle the request (get clusterserviceclasses.servicecatalog.k8s.io)
E0227 00:30:46.641568       1 reflector.go:134] vendor/github.com/atlassian/ctrl/process/generic.go:181: Failed to list *v1beta1.ClusterServicePlan: the server is currently unable to handle the request (get clusterserviceplans.servicecatalog.k8s.io)
E0227 00:30:46.642552       1 reflector.go:134] vendor/github.com/atlassian/ctrl/process/generic.go:181: Failed to list *v1beta1.ServiceInstance: the server is currently unable to handle the request (get serviceinstances.servicecatalog.k8s.io)

Ah, I found a flag to turn it off:

--bundle-service-catalog=false