Skip to content

Commit 69baddb

Browse files
authored
Update README.md
1 parent 72417a3 commit 69baddb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ To check the plugin compatibility against the Gateway versions defined in the [g
5050
./gradlew runPluginVerifier
5151
```
5252

53+
### Troubleshooting
54+
To check the state of the port forwarding:
55+
```console
56+
sudo lsof -i -P | grep LISTEN | grep 5990
57+
```
58+
5359
## Release
5460
1. Find a draft release on the [Releases](https://github.com/redhat-developer/devspaces-gateway-plugin/releases) page. The draft is created and updated automatically on each push to the `main` branch.
5561
2. Edit the draft and use the `Publish release` button. The [Release](https://github.com/redhat-developer/devspaces-gateway-plugin/blob/main/.github/workflows/release.yml) Workflow will attach the built plugin artifact to the published release.

0 commit comments

Comments
 (0)