Run install command¶
Important
The default credentials for MSR are:
User name:
admin
password:
password
As the Helm chart values include the default MSR credentials information, Mirantis strongly recommends that you change these credentials immediately following installation.
Beginning with MSR 3.1.10, you can set your password during installation
using the enzi.adminPassword
parameter. Alternatively, you can define
the enzi.adminPassword
parameter in the values.yaml
file in advance
of MSR installation. Be aware that the enzi.adminPassword
parameter is
only used during MSR installation and does not affect upgrades.
Important
Mirantis has transitioned to an OCI-based Helm registry for
registry.mirantis.com
. As a result, Helm repository management is no
longer required. Commands that rely on Helm repository operations,
such as helm repo update and helm upgrade,
will fail with HTTP 4xx errors.
For both new installations and upgrades, use the OCI-based registry URL directly. To check for available upgrades, run helm upgrade --dry-run without specifying a version.
For more details, see the Helm documentation.
Use a Helm chart to install MSR:
helm install msr oci://registry.mirantis.com/msr/helm/msr \ --version <helm-chart-version> \ --set-file license=path/to/file/license.lic \ --set enzi.adminPassword=<my-password>
MSR version compatibility with Helm charts
MSR version
Chart version
3.1.11
1.1.15
3.1.10
1.1.12
3.1.9
1.1.11
3.1.8
1.1.10
3.1.7
1.1.9
3.1.6
1.1.8
3.1.5
1.1.6
3.1.4
1.1.5
3.1.3
1.1.4
3.1.2
1.1.3
3.1.1
1.1.2
3.1.0
1.1.0
Note
If the installation fails and MSR Pods continue to run in your cluster, it is likely that MSR failed to complete the initialization process, and thus you must reinstall MSR. To delete the Pods and completely uninstall MSR:
Delete any running msr-initialize Pods:
kubectl delete job msr-initialize
Delete any remaining Pods:
helm uninstall msr
Verify the success of your MSR installation.
Verify that all
msr-*
Pods are in therunning
state. For more detail, refer to check-the-pods-online-helm.Log into the MSR web UI.
Log into MSR from the command line:
docker login $FQDN
Push an image to MSR using docker push.
See also
Helm official documentation: Helm Install
Kubernetes official documentation: Storage Classes