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

  1. Go to the OpenShift web console.
  2. Delete your existing Red Hat OpenShift Dev Spaces Operator subscription and the devspaces CSV.

    Note

    This does not remove any of the deployed pods or running workspaces.

  3. Install the latest Red Hat OpenShift Dev Spaces Operator subscription.
  4. 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.

Important

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.

Important

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

Additional resources

Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.