Details
-
Bug
-
Resolution: Done
-
Test Blocker
-
1.0.0
Description
Below prints are seen as soon as we deploy the couchbase cluster through our operator
ec2-user@ip-172-16-0-187 couchbase-operator]$ kubectl logs deployment/couchbase-operator
|
time="2018-08-09T11:55:23Z" level=info msg="couchbase-operator v1.0.0 (release)" module=main
|
time="2018-08-09T11:55:23Z" level=info msg="Obtaining resource lock" module=main
|
time="2018-08-09T11:55:23Z" level=info msg="Starting event recorder" module=main
|
time="2018-08-09T11:55:23Z" level=info msg="Attempting to be elected the couchbase-operator leader" module=main
|
time="2018-08-09T11:55:41Z" level=info msg="Event(v1.ObjectReference{Kind:\"Endpoints\", Namespace:\"default\", Name:\"couchbase-operator\", UID:\"8a549a98-9a6f-11e8-bae9-0a72e2cc26a0\", APIVersion:\"v1\", ResourceVersion:\"2299496\", FieldPath:\"\"}): type: 'Normal' reason: 'LeaderElection' couchbase-operator-59bfd6bb4d-qsjjn became leader" module=event_recorder
|
time="2018-08-09T11:55:41Z" level=info msg="I'm the leader, attempt to start the operator" module=main
|
time="2018-08-09T11:55:41Z" level=info msg="Creating the couchbase-operator controller" module=main
|
time="2018-08-09T11:55:41Z" level=info msg="CRD initialized, listening for events..." module=controller
|
time="2018-08-09T11:55:41Z" level=info msg="starting couchbaseclusters controller"
|
E0809 11:55:41.358298 1 reflector.go:205] github.com/couchbase/couchbase-operator/vendor/github.com/coreos/operator-sdk/pkg/sdk/informer/informer.go:80: Failed to list *unstructured.Unstructured: couchbaseclusters.couchbase.database.couchbase.com is forbidden: User "system:serviceaccount:default:couchbase-operator" cannot list couchbaseclusters.couchbase.database.couchbase.com in the namespace "default": User "system:serviceaccount:default:couchbase-operator" cannot list couchbaseclusters.couchbase.database.couchbase.com in project "default"
|
E0809 11:55:42.361999 1 reflector.go:205] github.com/couchbase/couchbase-operator/vendor/github.com/coreos/operator-sdk/pkg/sdk/informer/informer.go:80: Failed to list *unstructured.Unstructured: couchbaseclusters.couchbase.database.couchbase.com is forbidden: User "system:serviceaccount:default:couchbase-operator" cannot list couchbaseclusters.couchbase.database.couchbase.com in the namespace "default": User "system:serviceaccount:default:couchbase-operator" cannot list couchbaseclusters.couchbase.database.couchbase.com in project "default"
|
E0809 11:55:43.363888 1 reflector.go:205] github.com/couchbase/couchbase-operator/vendor/github.com/coreos/operator-sdk/pkg/sdk/informer/informer.go:80: Failed to list *unstructured.Unstructured: couchbaseclusters.couchbase.database.couchbase.com is forbidden: User "system:serviceaccount:default:couchbase-operator" cannot list couchbaseclusters.couchbase.database.couchbase.com in the namespace "default": User "system:serviceaccount:default:couchbase-operator" cannot list couchbaseclusters.couchbase.database.couchbase.com in project "default"
|
E0809 11:55:44.365805 1 reflector.go:205] github.com/couchbase/couchbase-operator/vendor/github.com/coreos/operator-sdk/pkg/sdk/informer/informer.go:80: Failed to list *unstructured.Unstructured: couchbaseclusters.couchbase.database.couchbase.com is forbidden: User "system:serviceaccount:default:couchbase-operator" cannot list couchbaseclusters.couchbase.database.couchbase.com in the namespace "default": User "system:serviceaccount:default:couchbase-operator" cannot list couchbaseclusters.couchbase.database.couchbase.com in project "default"
|
E0809 11:55:45.367606 1 reflector.go:205] github.com/couchbase/couchbase-operator/vendor/github.com/coreos/operator-sdk/pkg/sdk/informer/informer.go:80: Failed to list *unstructured.Unstructured: couchbaseclusters.couchbase.database.couchbase.com is forbidden: User "system:serviceaccount:default:couchbase-operator" cannot list couchbaseclusters.couchbase.database.couchbase.com in the namespace "default": User "system:serviceaccount:default:couchbase-operator" cannot list couchbaseclusters.couchbase.database.couchbase.com in project "default"
|
E0809 11:55:46.369591 1 reflector.go:205] github.com/couchbase/couchbase-operator/vendor/github.com/coreos/operator-sdk/pkg/sdk/informer/informer.go:80: Failed to list *unstructured.Unstructured: couchbaseclusters.couchbase.database.couchbase.com is forbidden: User "system:serviceaccount:default:couchbase-operator" cannot list couchbaseclusters.couchbase.database.couchbase.com in the namespace "default": User "system:serviceaccount:default:couchbase-operator" cannot list couchbaseclusters.couchbase.database.couchbase.com in project "default"
|