Skip to content

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

@dgolovin

Description

@dgolovin

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions