-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from MaastrichtU-IDS/SeunDev
change every occurence of oc login to the new way of copying the toke…
- Loading branch information
Showing
6 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,14 +50,12 @@ Use your general UM password. | |
|
||
If you do not have access to the DSRI [contact us](mailto:[email protected]). | ||
|
||
You will be able to login at **[https://console-openshift-console.apps.dsri2.unimaas.nl](https://console-openshift-console.apps.dsri2.unimaas.nl)** either using: | ||
|
||
* The **prefix of your UM email address** with the first letter capitalized, e.g. `Firstname.Lastname` or `F.Lastname` | ||
* Or your **employee number** at Maastricht University (a.k.a. P number), e.g. `P7000000` | ||
* If you are a **student**, it will always be your **student ID** at Maastricht University (a.k.a. your I number), e.g. `I6000000` | ||
You will be able to login at **[https://console-openshift-console.apps.dsri2.unimaas.nl](https://console-openshift-console.apps.dsri2.unimaas.nl)** using the standard maastricht portal upon clicking the login button: | ||
|
||
<img src="/img/screenshot_login_screen.png" alt="Login screen" style={{maxWidth: '100%', maxHeight: '100%'}} /> | ||
|
||
<img src="/img/screenshot_um_login_screen.png" alt="Login screen" style={{maxWidth: '100%', maxHeight: '100%'}} /> | ||
|
||
:::info Command line interface | ||
|
||
We recommend you to install the `oc` command line interface to perform additional operations on your applications, such as loading large amount of data using `oc cp`, or deploying an application from a local `Dockerfile`. Instructions on installing the client can be found [➡ here](/docs/openshift-install) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,9 @@ git clone [email protected]:dsri-examples/dockerfile-to-okd.git | |
After cloning you now have a local folder containing a Dockerfile and index.html file. Inspect both files. | ||
|
||
Login with the openshift client: | ||
[Authenticate to the OpenShift cluster](/docs/openshift-install) using `oc login` . | ||
```shell | ||
oc login https://console-openshift-console.apps.dsri2.unimaas.nl | ||
oc login --token=<token> | ||
``` | ||
|
||
Create a new project if you don't have a project yet you can work with (change myproject to a project name of your choice: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.