You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,12 @@ To check the plugin compatibility against the Gateway versions defined in the [g
50
50
./gradlew runPluginVerifier
51
51
```
52
52
53
+
### Troubleshooting
54
+
To check the state of the port forwarding:
55
+
```console
56
+
sudo lsof -i -P | grep LISTEN | grep 5990
57
+
```
58
+
53
59
## Release
54
60
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.
55
61
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