Closed ianpartridge closed 4 years ago
Note that the operator is functioning correctly - the errors in the logs do not seem to be causing a functional problem.
Thank you Ian. We'll look into outputting graceful messages, rather than errors, to notify users that OpenShift and Knative functionalities are not be available.
Now we check whether the CRD kind is available before watching/deleting or operating on it. So this error shouldn't be thrown.
Bug Report
What did you do?
I examined the logs of my Appsody operator:
What did you expect to see?
No errors.
What did you see instead?
2 errors relating to
Route.route.openshift.io
andService.serving.knative.dev
Environment
appsody 0.5.8
Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.5", GitCommit:"20c265fef0741dd71a66480e35bd69f18351daea", GitTreeState:"clean", BuildDate:"2019-10-15T19:16:51Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.5", GitCommit:"20c265fef0741dd71a66480e35bd69f18351daea", GitTreeState:"clean", BuildDate:"2019-10-15T19:07:57Z", GoVersion:"go1.12.10", Compiler:"gc", Platform:"linux/amd64"}
Additional context
I am running Kubernetes as part of Docker Desktop on macOS.
I do not have OpenShift or Knative installed.