On MacOS 12.6 when creating new component and clicking "start dev", the component gets stuck in "starting dev" state even though it seems the start finished.
Starting odo dev
__
/ \__ Developing using the nodejs-test Devfile
\__/ \ Namespace: nodejs-test
/ \__/ odo version: v3.0.0
\__/
↪ Deploying to the cluster in developer mode
• Waiting for Kubernetes resources ...
⚠ Pod is Pending
✓ Pod is Running
• Syncing files into the container ...
✓ Syncing files into the container [3s]
• Building your application in container on cluster (command: install) ...
✓ Building your application in container on cluster (command: install) [4s]
• Executing the application (command: run) ...
- Forwarding from 127.0.0.1:40002 -> 3000
↪ Dev mode
Status:
Watching for changes in the current directory /Users/lgrossma/nodejs-test
Keyboard Commands:
[Ctrl+c] - Exit and delete resources from the cluster
[p] - Manually apply local changes to the application on the cluster
Pushing files...
File /Users/lgrossma/nodejs-test/.odo changed
• Waiting for Kubernetes resources ...
• Syncing files into the container ...
✓ Syncing files into the container [24ms]
↪ Dev mode
Status:
Watching for changes in the current directory /Users/lgrossma/nodejs-test
Keyboard Commands:
[Ctrl+c] - Exit and delete resources from the cluster
[p] - Manually apply local changes to the application on the cluster
clicking describe gives this output
Name: nodejs-test
Display Name: Node.js Runtime
Project Type: Node.js
Language: JavaScript
Version: 2.0.1
Description: Stack with Node.js 16
Tags: Node.js, Express, ubi8
Running in: Dev
Forwarded ports:
• 127.0.0.1:40002 -> runtime:3000
Supported odo features:
• Dev: true
• Deploy: false
• Debug: true
Container components:
• runtime
due to starting state I cannot choose any other option than "describe" and "reveal in explorer"
On MacOS 12.6 when creating new component and clicking "start dev", the component gets stuck in "starting dev" state even though it seems the start finished.
clicking describe gives this output
due to starting state I cannot choose any other option than "describe" and "reveal in explorer"