Skip to content

Commit 97e652d

Browse files
add more info for error
Signed-off-by: Brendan Kelly <[email protected]>
1 parent e337c4e commit 97e652d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,17 @@ ibmcloud resource reclamation-delete <reclamation-id>
166166

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

169-
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.
169+
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.
170+
171+
The problem will occur in the `Workload - Sample RAG App Configuration` deployable architecture, in both Code Engine and ROKS variations. The error will typically contain this message:
172+
173+
`"errors": [
174+
{
175+
"code": 403,
176+
"message": "Continuous Delivery service required"
177+
}
178+
],
179+
`
170180

171181
## Customization options
172182

0 commit comments

Comments
 (0)