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

Odo logo output is missing in terminal when starting dev on k8s cluster #2588

Closed
dgolovin opened this issue Oct 26, 2022 · 1 comment
Closed

Comments

@dgolovin
Copy link
Collaborator

dgolovin commented Oct 26, 2022

When starting odo dev on k8s cluster in terminal the output is

 /  \__     Developing using the java-maven-development Devfile
 \__/  \    Namespace: default
 /  \__/    odo version: v3.0.0
 \__/

↪ Deploying to the cluster in developer mode
 •  Waiting for Kubernetes resources  ...
 ✓  Added storage m2 to component
 ⚠  Pod is Pending
 ⚠  0/1 nodes are available: 1 pod has unbound immediate PersistentVolumeClaims. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.
 ✓  Pod is Running
 ✓  Syncing files into the container [189ms]
 ✓  Building your application in container on cluster (command: mvn-package) 

but when doing the same through components view some initial lines are missing.
Update
The reason is an opening of terminal takes much more time in vscode than starting odo push on kubernetes cluster provisioned with docker desktop. By the time open() callback is issued the label part of odo output events is fired into nothingness.

@dgolovin dgolovin added this to the 1.0.0 milestone Oct 26, 2022
@dgolovin dgolovin self-assigned this Oct 28, 2022
@dgolovin
Copy link
Collaborator Author

fixed with 361d394

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant