Skip to content

Commit b6f4423

Browse files
vinokurigclaudesvor
authored
docs: Add cluster login step to Open VSX deployment procedures (#3123)
* docs: Add cluster login step to Open VSX deployment procedures Add explicit cluster login instructions to ensure users are authenticated before running Open VSX deployment tasks. This clarifies the authentication prerequisite and prevents common setup errors. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Update modules/administration-guide/pages/proc_deploy-open-vsx-from-workspace.adoc Co-authored-by: Valerii Svydenko <vsvydenk@redhat.com> --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> Co-authored-by: Valerii Svydenko <vsvydenk@redhat.com>
1 parent 08d6347 commit b6f4423

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

modules/administration-guide/pages/proc_deploy-open-vsx-from-workspace.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ The link:https://github.com/eclipse-openvsx/openvsx/blob/master/.devfile.yaml[.d
2929
The environment, including all necessary commands, is defined in the `.devfile.yaml` file.
3030
====
3131

32+
. Login to the cluster as a cluster administrator from the workspace terminal:
33+
.. Navigate to *Terminal* -> *New Terminal*
34+
.. Execute: `$ oc login --token=<USER_TOKEN> --server=<CLUSTER_API_URL>`
3235
. Create a new project for Open VSX.
3336
+
3437
Run the `2.1. Create Namespace for OpenVSX` task in the workspace:

modules/administration-guide/partials/proc_adding-or-removing-extensions-in-a-workspace.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ The embedded plugin registry is deprecated. Setting up an internal, on-premises
1313

1414
.Prerequisites
1515

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

0 commit comments

Comments
 (0)