このコンテンツは選択した言語では利用できません。
Chapter 1. Configuring accounts for RHEL AI
There are a few accounts you need to set up before interacting with RHEL AI.
- Creating a Red Hat account
- You can create a Red Hat account by registering on the Red Hat website. You can follow the procedure in Register for a Red Hat account.
- Creating a Red Hat registry account
Before you can download models from the Red Hat registry, you need to create a registry account and login using the CLI. You can view your account username and password by selecting the Regenerate Token button on the webpage.
- You can create a Red Hat registry account by selecting the New Service Account button on the Registry Service Accounts page.
- There are several ways you can log into your registry account via the CLI. Follow the procedure in Red Hat Container Registry authentication to login on your machine.
- Configuring Red Hat Insights for hybrid cloud deployments
Red Hat Insights is an offering that gives you visibility to the environments you are deploying. This platform can also help identify operational and vulnerability risks in your system. For more information about Red Hat Insights, see Red Hat Insights data and application security.
You can create a Red Hat Insights account using an activation key and organization parameters by following the procedure in Viewing an activation key.
You can then configure your account on your machine by running the following command:
$ rhc connect --organization <org id> --activation-key <created key>
To run RHEL AI in a disconnected environment, or opt out of Red Hat Insights, run the following commands:
$ sudo mkdir -p /etc/ilab $ sudo touch /etc/ilab/insights-opt-out