-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ServiceInstance is not reconciled #487
Comments
Hi @s-lavr We are discussing this internally and will provide an update soon. Regards, |
Hi @s-lavr Could you provide more details about your scenario? Thanks, |
Hi Naama! Yep, sure. We manage our deployments with GitOps and currently have helm chart that deploys all resources needed for Dynatrace instance (entitlement, serviceInstance and ServiceBinding, providerConfig for Dynatrace crossplane provider). When we need to install new Dynatrace instance in subaccount, we just deploy this helm chart and it installs necessary resources. The problem is only with ServiceInstance right now - crossplane resources can reconcile after errors. It will eventually be used in production environment, but currently it is not. I think it is possible to separate creating the entitlement and creating the service, but I do not see a benefit of it. It introduces unnecessary complexity and additional deployment step. Absence of entitlement is temporary, I would like for serviceInstance to get transitioned to the desired state eventually. Thanks! |
Hi! We are deploying a Dynatrace service instance and related resources using a Helm chart. Unfortunately, when we deploy the ServiceInstance resource simultaneously with the Entitlement resource (deployed by Crossplane), we encounter the following error:
The entitlement takes approximately 15 seconds to become ready, but the ServiceInstance remains stuck in the CreatedFailed state. Is it possible for it to reconcile after a while and self-heal?
We are using the sap-btp-service-operator v0.6.8. In the controller logs, I noticed these messages:
The text was updated successfully, but these errors were encountered: