Chapter 7. Known issues
7.1. Upgrading OpenShift Dev Spaces from 3.5 to 3.6 might require manual steps
There is a known issue when updating to version 3.6: clusters that were updated to devspacesoperator.v3.5.0-0.1682130576.p
require additional steps from administrators as a workaround.
Workaround
- Go to the OpenShift web console.
Delete your existing Red Hat OpenShift Dev Spaces Operator subscription and the
devspaces
CSV.NoteThis does not remove any of the deployed pods or running workspaces.
- Install the latest Red Hat OpenShift Dev Spaces Operator subscription.
- Wait until all pods are replaced by new ones before opening the dashboard or loading workspaces.
Alternatively, you can use the oc
command-line tool.
Additional resources
7.2. Bitbucket Server access tokens are not detected in workspaces
There is currently a known issue with using Bitbucket Server access tokens as Kubernetes Secrets. The editor in the workspace does not detect an access token for Bitbucket Server. There is currently no workaround for this issue.
This known issue does not impact Git-provider OAuth that has been configured by administrators.
Additional resources
7.3. Incorrect user name and email in commit messages for some users
There is currently a known issue for users who are using a Kubernetes Secret with their Git-provider credentials. The user name and email for Git operations in workspaces for those users are currently taken from the user-profile
Secret of the <user>-devspaces
namespace.
This known issue does not impact Git-provider OAuth that has been configured by administrators.
Workaround
In the editor terminal of the running workspace, run the following commands to set your commit author name and email:
git commit config --global user.name <your_name> git commit config --global user.email <your_email>
Additional resources
7.4. Debugger does not work in the .NET sample
Currently, the debugger in Microsoft Visual Studio Code - Open Source does not work in the .NET sample.
Workaround
Use a different image from the following sources:
Additional resources