Skip to content

Commit

Permalink
doc: added known bug for troubleshooting related to pipeline property…
Browse files Browse the repository at this point in the history
… creation (#226)
  • Loading branch information
brendankellyibm authored Dec 3, 2024
1 parent bf00009 commit fe48e3b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,21 @@ Find the reclamation ID of the Secrets Manager service. Use that ID in the follo
ibmcloud resource reclamation-delete <reclamation-id>
```

### Why does the deployment fail when creating pipeline properties?

This particular problem can occur when your ALM/toolchain deployment is more than 14 days old and the application configuration DA has been undeployed/redeployed. This is due to the Continuous Delivery service being required to create and delete pipeline properties, and the deployment occurs when the CD service may not exist. We are working on a long-term solution for this bug, but in the meantime it can be mitigated by ensuring the existence of a CD service in the resource group where toolchains are expected to be created.

The problem will occur in the `Workload - Sample RAG App Configuration` deployable architecture, in both Code Engine and OCP variations. The error will typically contain this message:

```
"errors": [
{
"code": 403,
"message": "Continuous Delivery service required"
}
]
```

## Customization options

Many customizations are possible with this architecture. These are some common options.
Expand Down

0 comments on commit fe48e3b

Please sign in to comment.