You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud/rahti/images/Using_Rahti_integrated_registry.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ an external dependency or improve performance.
7
7
8
8
The process is simple:
9
9
10
-
1.[Install](../usage/cli.md#how-to-install-the-oc-tool) and [login with OC](../usage/cli.md#how-to-login-with-oc).
10
+
1.[Install](../usage/cli.md#the-command-line-tools-page-in-the-rahti-web-ui) and [login with OC](../usage/cli.md#the-command-line-tools-page-in-the-rahti-web-ui).
11
11
12
12
1. With a terminal, connect to the Rahti registry:
Copy file name to clipboardExpand all lines: docs/cloud/rahti/tutorials/4cat.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -356,7 +356,7 @@ The tool has generated 4 kind of files: `service`, `deployment`, `configmap` an
356
356
357
357
## Deployment to Rahti
358
358
359
-
We will take the current unmodified YAML files and deploy them one by one. First you need to [install oc](../usage/cli.md#how-to-install-the-oc-tool) and [login into Rahti](../usage/cli.md#how-to-login-with-oc). Then you need to [create a Rahti project](../usage/projects_and_quota.md#creating-a-project). Finally make sure you are in the correct project: `oc project <project_name>`.
359
+
We will take the current unmodified YAML files and deploy them one by one. First you need to [install oc](../usage/cli.md#the-command-line-tools-page-in-the-rahti-web-ui) and [login into Rahti](../usage/cli.md#how-to-login-with-oc). Then you need to [create a Rahti project](../usage/projects_and_quota.md#creating-a-project). Finally make sure you are in the correct project: `oc project <project_name>`.
Copy file name to clipboardExpand all lines: docs/cloud/rahti/tutorials/custom-domain.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ This is the recommended option to obtain and renew Let's Encrypt certificates. T
91
91
92
92

93
93
94
-
1. First, as usual, you need to [install oc](../usage/cli.md#how-to-install-the-oc-tool) and [login into Rahti](../usage/cli.md#how-to-login-with-oc). Then you need to [create a Rahti project](../usage/projects_and_quota.md#creating-a-project). Finally make sure you are in the correct project: `oc project <project_name>`.
94
+
1. First, as usual, you need to [install oc](../usage/cli.md#the-command-line-tools-page-in-the-rahti-web-ui) and [login into Rahti](../usage/cli.md#how-to-login-with-oc). Then you need to [create a Rahti project](../usage/projects_and_quota.md#creating-a-project). Finally make sure you are in the correct project: `oc project <project_name>`.
95
95
96
96
1. Double check that the domain name exists. Let's Encrypt needs to verify that you indeed control said domain name, and it does that by issuing a HTTP request to the actual Domain Name and it expects it to respond accordingly. To test it, enter the Domain name in your browser and see that Rahti answers accordingly.
Copy file name to clipboardExpand all lines: docs/cloud/rahti/usage/cli.md
+10-12Lines changed: 10 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,17 @@ Rahti can be used via the command line either with OpenShift's _oc_ tool
4
4
or with the _kubectl_ tool from Kubernetes. Certain features specific to OpenShift
5
5
are only available when using the oc tool.
6
6
7
-
## How to install the `oc` tool
7
+
## The "Command Line Tools" page in the Rahti web UI
8
8
9
-
The oc tool is a single binary that only needs to be included in your _path_. You may download it from the [Getting started with the OpenShift CLI](https://docs.openshift.com/container-platform/4.15/cli_reference/openshift_cli/getting-started-cli.html) page in OpenShift's documentation. Follow the detailed instructions in the link.
9
+
The oc tool is a single binary that only needs to be included in your _path_. Instructions for downloading the oc tool including the download link for several platforms and operating systems can be found in the [Command Line Tools](https://console.rahti.csc.fi/command-line-tools) page in the web interface:
10
+
11
+

12
+
13
+
after clicking you will be welcomed with:
14
+
15
+

16
+
17
+
Download the necessary package and copy it in your _path_.
10
18
11
19
In order to test that it was properly installed, open a new terminal, go to any folder, and run:
12
20
@@ -16,16 +24,6 @@ $ oc --help
16
24
17
25
It should show the list of all available commands.
18
26
19
-
## The "Command Line Tools" page in the OpenShift web UI
20
-
21
-
Instructions for downloading the oc tool including the download link for several platforms and operating systems can be found in the "Command Line Tools" page in the web interface:
22
-
23
-

24
-
25
-
after clicking you will be welcomed with:
26
-
27
-

28
-
29
27
## How to login with `oc`?
30
28
31
29
The oc login command to login can be found in the dropdown menu next to your name. There is a
0 commit comments