Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy authored Dec 5, 2023
1 parent 155bc80 commit fdde3ae
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,23 @@ The image built from the `main` branch is published to [quay.io/che-incubator/ch
`podman build . -f build/dockerfiles/Dockerfile -t che-idea-dev-server:next`

## Troubleshooting
Integration of Jet Brains Gateway with Eclipse Che this editor provides is in the early stage. So, you may face some problems that require a manual resolution.

**Problem**

Executing `oc port-forward ...` command reports an error:
**Problem 1:** executing `oc port-forward ...` command reports an error:
```
error: error upgrading connection: pods "..." is forbidden: User "..." cannot create resource "pods/portforward" in API group "" in the namespace "..."
```
**Solution:** ask the admin to allow port forwarding for your user.

**Solution**
**Problem 2:** when typing in the editor, a popup reports an error:
```
No internet connection
```
**Solution:** check your terminal if the port forwarding is enabled.

Ask the admin to allow port forwarding for your user.
**Problem 3:** executing `oc port-forward ...` command reports an error:
`Error from server (NotFound): pods "..." not found`
**Solution:** check the Dashboard that your workspace is running.

## License

Expand Down

0 comments on commit fdde3ae

Please sign in to comment.