Pebble cannot start argo-controller
service: localhost:9090 address already in use
#1018
Labels
bug
Something isn't working
Bug Description
This issue was encountered in the
deploy-cfk-to-eks (1.9)
action in this repository. The full logs can be found here.This is the status of the
kubeflow
model:Note that all charms are active except
argo-controller
. Thekfp-schedwf/0
unit is active, so thekfp-schedwf
charm being inwaiting
status should be intermittent.It seems that the issue is that Pebble cannot start the
argo-controller
service, because 2 processes are trying to use the same port. Here is an excerpt from the logs:Because the error was encountered during a Github action, I couldn't access the deployment and investigate further.
Note that this issue was not encountered during a previous run of the Github action, which can be found here. It's not clear whether this issue is reproducible or just intermittent.
To Reproduce
From the main page of the repository, go to
Actions
, select the "Create EKS cluster, deploy CKF and run bundle test" action, and run it with the following options:1.9
Environment
This job tries to deploy the UATs, using the following configuration from the
dependencies.yaml
file found here:Relevant Log Output
Additional Context
@DnPlas noted that this issue may be related to this issue that was encountered in the
argo-controller
charm.The text was updated successfully, but these errors were encountered: