odo: component push throws error of waited 4m0s but couldn't find running pod matching selector
/kind flake
What versions of software are you using?
Operating System: All Supported
Output of odo version:
master
How did you run odo exactly?
odo push --context context on OpenShift ci.
Actual behavior
Throwing error as:
[odo] Please use `odo push` command to create the component with source deployed
Running odo with args [odo push --context /tmp/947847413]
[odo] Validation
[odo] • Checking component ...
[odo]
✓ Checking component [60ms]
[odo]
[odo] Configuration changes
[odo] ✓ Initializing component
[odo] • Creating component ...
[odo]
✓ Creating component [200ms]
[odo]
[odo] Pushing to component dotnet-app of type local
[odo] • Checking files for pushing ...
[odo]
✓ Checking files for pushing [553410ns]
[odo] • Waiting for component to start ...
[odo] ✗ Waiting for component to start [4m]
[odo] ✗ waited 4m0s but couldn't find running pod matching selector: 'deploymentconfig=dotnet-app-app'
Deleting project: bkbwthrcvq
Running odo with args [odo project delete bkbwthrcvq -f]
Expected behavior
It should push the component successfully into the deployment.
Any logs, error output, etc?
[odo] Please use `odo push` command to create the component with source deployed
Running odo with args [odo push --context /tmp/947847413]
[odo] Validation
[odo] • Checking component ...
[odo]
✓ Checking component [60ms]
[odo]
[odo] Configuration changes
[odo] ✓ Initializing component
[odo] • Creating component ...
[odo]
✓ Creating component [200ms]
[odo]
[odo] Pushing to component dotnet-app of type local
[odo] • Checking files for pushing ...
[odo]
✓ Checking files for pushing [553410ns]
[odo] • Waiting for component to start ...
[odo] ✗ Waiting for component to start [4m]
[odo] ✗ waited 4m0s but couldn't find running pod matching selector: 'deploymentconfig=dotnet-app-app'
Deleting project: bkbwthrcvq
Running odo with args [odo project delete bkbwthrcvq -f]
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 40 (34 by maintainers)
OK let’s make a issue about increasing the build timeout
Got the response from Travis CI team
The provided default memory 7.5 is enough for running 4 component push in parallel. So i think we should check component push failure from odo end. WDYT @mik-dass ?