From 155bc80a9d32f776188c3783f0e2ad07a4f696ad Mon Sep 17 00:00:00 2001 From: Artem Zatsarynnyi Date: Tue, 5 Dec 2023 14:51:27 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 59e4e3e..927d9a7 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,19 @@ 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 + +**Problem** + +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. + ## License - [Eclipse Public License 2.0](LICENSE)