Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ The link:https://github.com/eclipse-openvsx/openvsx/blob/master/.devfile.yaml[.d
The environment, including all necessary commands, is defined in the `.devfile.yaml` file.
====

. Login to the cluster as a cluster administrator from the workspace terminal:
.. Navigate to *Terminal* -> *New Terminal*
.. Execute: `$ oc login --token=<USER_TOKEN> --server=<CLUSTER_API_URL>`
. Create a new project for Open VSX.
+
Run the `2.1. Create Namespace for OpenVSX` task in the workspace:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The embedded plugin registry is deprecated. Setting up an internal, on-premises

.Prerequisites

* You are logged in to your {prod-short} instance as an administrator.
* You have started a workspace using the link:{plugin-registry-repo-url}[plugin registry repository].
* You are logged in to the cluster as a cluster administrator from the workspace terminal: `$ oc login --token=<USER_TOKEN> --server=<CLUSTER_API_URL>`
* You have created a link:https://access.redhat.com/terms-based-registry/[Red Hat Registry Service Account] and have the username and token available.
* For IBM Power (`ppc64le`) and IBM Z (`s390x`) architectures, you must build the custom plugin registry locally on the corresponding hardware.
* (Optional) You can rebuild the container based on the latest tag or SHA to get the latest security fixes after a {prod-short} update.
Expand Down
Loading