Skip to content

⚡ 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

  1. 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' 1⃣ link on the page.

Getting Started

There are two mandatory fields: Name 2⃣ and csc_project:2010xxx tag 3⃣ in the Description field. Replace the dots with the last three digits of your MyCSC project number.

Create Project wizard

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' 4⃣ from the left hand menu and either select a project or create a new one from the search box 5⃣ menu.

View Projects

To delete a project, select 'Delete Project' 6⃣ from the project's Actions menu.

Delete a Project

To confirm the deletion, enter the name 7⃣ of the project 8⃣.

Warning

Please note that after clicking on the Delete 9⃣ button, all project-related configurations will be lost.

Confirm the deletion

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: