Cloud Run Run/Debug has stopped working - Exited with code 127

532 Views Asked by At

The cloudrun debug in cloud shell was working. It is no longer working for me with the following output.

I have 1) rebooted the VM and 2) I have tried another project that was also working previously.

I suspect something has changed in my environment

Starting to debug the app using configuration 'Cloud Run: Run/Debug Locally' from .vscode/launch.json... To view more detailed logs, go to Output channel : "Cloud Run: Run/Debug Locally - Detailed" Dependency check started Dependency check succeeded Unpausing minikube flag needs an argument: --status-check See 'skaffold debug --help' for usage. Exited with code 127. Cleaning up... Finished clean up.

1

There are 1 best solutions below

6
On

This bug was introduced in the v1.17.1 release of Cloud Code for VS Code, due to a change in v1.37.0 of Skaffold related to the --status-check parameter. This bug was addressed in v1.17.2 of Cloud Code for VS Code, and upgrading to this version (or later) should fix this issue.