GoogleCloudPlatform / cloud-code-intellij

Plugin to support the Google Cloud Platform in IntelliJ IDEA - Docs and Issues Repository
Apache License 2.0
318 stars 59 forks source link

Cannot run two skaffold commands one after another #3128

Closed iosifnicolae2 closed 1 year ago

iosifnicolae2 commented 1 year ago

Expected Behavior

We were expecting skaffold commands to be able to be ran concurrently.

Actual Behavior

We're getting the below error: /opt/homebrew/bin/skaffold dev --filename skaffold-kafka-ui.yaml --label ide=cloudcodeintellij --cleanup=false --auto-build=false --auto-deploy=false --auto-sync=false --default-repo dev-registry.c1.r.b.bringes.app --rpc-port 50051 --port-forward=true --wait-for-deletions-max=2m0s --status-check=true --verbosity info initializing api server: starting gRPC server: creating listener: listen tcp 127.0.0.1:50051: bind: address already in use

Additional Information

iosifnicolae2 commented 1 year ago

After a computer restart and upgrading Intellij to the latest version (2022.3.2 Build #IU-223.8617.56, built on January 26, 2023), things seem to work normally.