mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Correct process for registering an airgapped deployment for subnet (#740)
The steps for registering an airgapped deployment for subnet have changed. This PR updates the steps to the current process.
This commit is contained in:
@ -61,15 +61,18 @@ Register a MinIO deployment at alias ``minio3`` on SUBNET that does not have dir
|
|||||||
|
|
||||||
mc license register minio3 --airgap
|
mc license register minio3 --airgap
|
||||||
|
|
||||||
#. Run the command to return a registration token
|
#. Run the command to return a registration link with token
|
||||||
#. Copy the registration token
|
#. Open the copied registration link in a web browser and sign in to SUBNET
|
||||||
#. In a web browser, go to https://subnet.min.io and log in with your |SUBNET| credentials
|
#. Select the :guilabel:`?` button to the right of the :guilabel:`License` number for the deployment
|
||||||
#. Select the :guilabel:`Register` button
|
#. In the popup, select the download link and save the key to a path you have access to
|
||||||
#. Select :guilabel:`No` for the question :guilabel:`"Is the cluster connected to the internet?"`
|
#. In the command line, run the following command
|
||||||
#. Paste the copied token into the box for :guilabel:`Register using MinIO Client Utility`
|
|
||||||
#. Select :guilabel:`Register`
|
.. code-block:: shell
|
||||||
#. Copy the API token that displays
|
:class: copyable
|
||||||
#. Back in the terminal, paste or enter the API token to complete the registration process
|
|
||||||
|
mc license update minio3 <path-to-file>
|
||||||
|
|
||||||
|
Replace ``<path-to-file>`` with the path to the file you downloaded from SUBNET.
|
||||||
|
|
||||||
Syntax
|
Syntax
|
||||||
------
|
------
|
||||||
|
Reference in New Issue
Block a user