-
Notifications
You must be signed in to change notification settings - Fork 700
OCPBUGS-84324: Update outdated documentation links and references #16362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,13 +16,13 @@ The console is a more friendly `kubectl` in the form of a single page webapp. It | |
| ### Dependencies: | ||
|
|
||
| 1. [node.js](https://nodejs.org/) >= 22 with [corepack](https://npmjs.com/package/corepack) enabled for [yarn berry](https://yarnpkg.com/) | ||
| 2. [go](https://golang.org/) >= 1.25 | ||
| 3. [oc](https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/) or [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) and an OpenShift or Kubernetes cluster | ||
| 4. [jq](https://stedolan.github.io/jq/download/) (for `contrib/environment.sh`) | ||
| 2. [go](https://go.dev/) >= 1.25 | ||
| 3. [oc](https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/) or [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) and an OpenShift or Kubernetes cluster | ||
| 4. [jq](https://stedolan.github.io/jq/download/) (used by scripts and tests; see [code usage](https://github.com/search?q=repo%3Aopenshift%2Fconsole+%2F+jq+%2F+-path%3A**%2F*.md+-path%3A**%2FDockerfile*&type=code)) | ||
|
|
||
| ### Build everything: | ||
|
|
||
| This project uses [Go modules](https://github.com/golang/go/wiki/Modules), | ||
| This project uses [Go modules](https://go.dev/wiki/Modules), | ||
| so you should clone the project outside of your `GOPATH`. To build both the | ||
| frontend and backend, run: | ||
|
|
||
|
|
@@ -38,7 +38,7 @@ The following instructions assume you have an existing cluster you can connect | |
| to. OpenShift 4.x clusters can be installed using the | ||
| [OpenShift Installer](https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/). More information about installing OpenShift can be found at | ||
| <https://try.openshift.com/>. | ||
| You can also use [CodeReady Containers](https://github.com/code-ready/crc) | ||
| You can also use [CodeReady Containers](https://github.com/crc-org/crc) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: No, crc.dev is not the official documentation site for CodeReady Containers. crc.dev hosts the documentation for CRC (CodeReady Containers), which is the open-source upstream project. CodeReady Containers was Red Hat's branded distribution of CRC, now rebranded to Red Hat OpenShift Local. The official Red Hat documentation for Red Hat OpenShift Local (successor to CodeReady Containers) is hosted on access.redhat.com, such as https://access.redhat.com/documentation/en-us/red_hat_openshift_local/2.5/html-single/getting_started_guide/index. Citations:
🏁 Script executed: #!/bin/bash
# Get the README.md file around line 41 to see the context
cat -n README.md | head -60Repository: openshift/console Length of output: 3232 Clarify the documentation target— The link should point to Red Hat's official OpenShift Local documentation (the successor to CodeReady Containers), not the upstream CRC repository. For consistency with this being an official OpenShift Console repository and the product context, use the Red Hat documentation rather than either the GitHub repo or upstream project docs. 🤖 Prompt for AI Agents
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a valid point; however, as long as I understand OpenShift Local still relies on CRC under the hood (and the installation guide on developers.redhat.com is not publicly accessible, unlike the CRC one), what do you think, @Leo6Leo?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| for local installs, or native Kubernetes clusters. | ||
|
|
||
| #### OpenShift (no authentication) | ||
|
|
@@ -139,7 +139,7 @@ In order to update the `tectonic-console-builder` to a new version (e.g., v29), | |
|
|
||
| #### CodeReady Containers | ||
|
|
||
| If you want to use CodeReady for local development, first make sure [it is set up](https://crc.dev/crc/#setting-up-codeready-containers_gsg), and the [OpenShift cluster is started](https://crc.dev/crc/#starting-the-virtual-machine_gsg). | ||
| If you want to use CodeReady for local development, first make sure [it is set up](https://crc.dev/docs/networking/#setting-up-on-a-remote-server), and the [OpenShift cluster is started](https://crc.dev/docs/getting-started/#creating-openshift-preset). | ||
|
|
||
| To login to the cluster's API server, you can use the following command: | ||
|
|
||
|
|
@@ -309,7 +309,7 @@ When running in headless mode, Cypress will test using its integrated Electron b | |
| #### How the Integration Tests Run in CI | ||
|
|
||
| The end-to-end tests run against pull requests using [ci-operator](https://github.com/openshift/ci-operator/). | ||
| The tests are defined in [this manifest](https://github.com/openshift/release/blob/master/ci-operator/jobs/openshift/console/openshift-console-master-presubmits.yaml) | ||
| The tests are defined in [this manifest](https://github.com/openshift/release/blob/main/ci-operator/jobs/openshift/console/openshift-console-main-presubmits.yaml) | ||
| in the [openshift/release](https://github.com/openshift/release) repo and were generated with [ci-operator-prowgen](https://github.com/openshift/ci-operator-prowgen). | ||
|
|
||
| CI runs the [test-prow-e2e.sh](test-prow-e2e.sh) script, which runs [frontend/integration-tests/test-cypress.sh](frontend/integration-tests/test-cypress.sh). | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.