Manage a Rahti project over the web
- Summary
- This tutorial shows you how to create, view and delete a Rahti project (sometimes called a namespace) over the web.
- Internet
- https://rahti.csc.fi
flowchart LR
A(Log in to<br>rahti.csc.fi) --> B{Create<br>project}
B -->|Yes| new
B -->|No| D(Select project from the left hand menu)
subgraph new [New project]
C(Click create a new project)
C --> E(Fill in name and <code>csc_project:201xxxx</code> tag)
end
new --> D
D --> G{Modify<br>or<br>delete}
G -->|Delete| H(Select actions and delete project)
G -->|Back| D
G -->|Modify| J(Do the modifications)
Prerequisites
- Successful login to the Rahti service.
Procedure
Everything in Rahti happens in Rahti projects. So the first thing you need to do is create a project.
Click the 'Create a new project' link on the page.
There are two mandatory fields: Name and
csc_project:2010xxx
tag in the Description field. Replace the dots with the last three digits of your MyCSC project number.
Note
If you do not address the appropriate name or csc_project:2010xxx
tag, one of the following error messages will be displayed.
An error occurred
Error "Invalid value: "basics of containers": a lowercase RFC 1123 label must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc', regex used for validation is 'a-z0-9?')" for field "metadata.name".
An error occurred
admission webhook "project.admission.webhook" denied the request: Unable to extract the ID of CSC computing project from the description, please make sure that the description of the project conforms to the format described in this link: https://docs.csc.fi/cloud/rahti/usage/projects_and_quota/
To view your Rahti projects or create new ones, you can select 'Project' from the left hand menu and either select a project or create a new one from the search box
menu.
To delete a project, select 'Delete Project' from the project's Actions menu.
To confirm the deletion, enter the name of the project
.
Warning
Please note that after clicking on the Delete button, all project-related configurations will be lost.
That's it!
Now you know how to manage Rahti projects over the web.
Further Learning
Here are some suggestions for what to read next: