Giter Site home page Giter Site logo

Comments (3)

guang-shi avatar guang-shi commented on July 18, 2024

BTW, we have similar service binding to Elastic Search service which is working fine.

apiVersion: ibmcloud.ibm.com/v1
kind: Service
metadata:
    name: {{.Values.elasticsearch_service_name}}
    namespace: {{ .Release.Namespace }}
spec:
    serviceClass: databases-for-elasticsearch
    plan: Alias

---

apiVersion: ibmcloud.ibm.com/v1
kind: Binding
metadata:
  name: {{ .Release.Namespace }}-es-creds
  annotations:
    ibmcloud.ibm.com/keyId: {{ .Values.elasticsearch_credential_keyId }}
spec:
  serviceName: {{.Values.elasticsearch_service_name}}
  alias: {{.Values.elasticsearch_credential_name}}

describe-binding-elastic.txt
describe-service-elastic.txt

from cloud-operators.

guang-shi avatar guang-shi commented on July 18, 2024

Attached are the ibmcloud operator pod logs.
op-manager.txt

021-05-25T19:28:35.992Z	INFO	controllers.Binding	ibmcloud/ibmcloud.go:83	Context	{"binding": "ca-sci-shig/ca-sci-shig-eventstreams-creds", "is": {"region":"us-south","resourcegroupid":"5ab05b0ec1624136be184ca5d2911b5f","resourcelocation":"us-south","user":"[email protected]"}}
2021-05-25T19:28:36.732Z	INFO	controllers.Binding	controllers/binding_controller.go:286	ServiceInstance Key	{"binding": "ca-sci-shig/ca-sci-shig-eventstreams-creds", "User": "[email protected]", "should already exist, verifying": "ca-sci-shig-eventstreams-creds"}
2021-05-25T19:28:36.732Z	INFO	controllers.Binding	controllers/binding_controller.go:422	Getting	{"binding": "ca-sci-shig/ca-sci-shig-eventstreams-creds", "User": "[email protected]", " alias credentials": "ca-sci-shig-eventstreams-creds"}
2021-05-25T19:28:37.433Z	INFO	controllers.Binding	controllers/binding_controller.go:565	Deleting 	{"secret": ""}
2021-05-25T19:28:37.512Z	INFO	controllers.Binding	ibmcloud/ibmcloud.go:83	Context	{"binding": "ca-sci-shig/ca-sci-shig-eventstreams-creds", "is": {"region":"us-south","resourcegroupid":"5ab05b0ec1624136be184ca5d2911b5f","resourcelocation":"us-south","user":"[email protected]"}}
2021-05-25T19:28:38.328Z	INFO	controllers.Binding	controllers/binding_controller.go:422	Getting	{"binding": "ca-sci-shig/ca-sci-shig-eventstreams-creds", "User": "[email protected]", " alias credentials": "ca-sci-shig-eventstreams-creds"}
2021-05-25T19:28:38.692Z	INFO	controllers.Binding	controllers/binding_controller.go:259	Error retrieving alias credentials	{"binding": "ca-sci-shig/ca-sci-shig-eventstreams-creds", "User": "[email protected]", "ca-sci-shig-eventstreams-creds": "Not Found"}
2021-05-25T19:28:38.711Z	INFO	controllers.Binding	controllers/binding_controller.go:381	Not Found

from cloud-operators.

guang-shi avatar guang-shi commented on July 18, 2024

The root cause was the service-id used to install/run ICO did not have Access Policies to the Event Streams IAM-enabled service.

from cloud-operators.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.