atlassian / smith

Smith is a Kubernetes workflow engine / resource manager
Apache License 2.0
285 stars 24 forks source link

Is Service Catalog required? #435

Closed nickatsegment closed 5 years ago

nickatsegment commented 5 years ago

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)
nickatsegment commented 5 years ago

Ah, I found a flag to turn it off:

--bundle-service-catalog=false