Skip to content
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

Default timeout for camel k builds is too low #87

Open
hguerrero opened this issue Aug 3, 2021 · 1 comment · Fixed by redhat-cop/agnosticd#4105
Open

Default timeout for camel k builds is too low #87

hguerrero opened this issue Aug 3, 2021 · 1 comment · Fixed by redhat-cop/agnosticd#4105
Assignees
Labels
bug Something isn't working install Installation scripts / process module-1 Module 1 related

Comments

@hguerrero
Copy link
Collaborator

When running the camel k kit builder the default timeout is too low for the latency to maven central, killing the pod before it is able to complete.

We need to change the default integration platform to set a value of 10 minutes for maven and 20 for overall.

@hguerrero hguerrero added bug Something isn't working module-1 Module 1 related labels Aug 3, 2021
@hguerrero hguerrero self-assigned this Aug 3, 2021
@hguerrero hguerrero added the install Installation scripts / process label Aug 3, 2021
@hguerrero
Copy link
Collaborator Author

Currently, the camel k integration platform is created by the installer. However, we have a step in module 1 that creates/updates the integration platform when deploying the event-driven integrations. 0b97535 fixes this step. If the user skips this step, the IP keeps the old values making it possible to crash in the future. We might need to also update the installer to add the timeout since the beginning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working install Installation scripts / process module-1 Module 1 related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant