Please enter search query.
Search <book_title>...
Arctera License Management Service Help
Last Published:
2024-12-20
Product(s):
InfoScale & Storage Foundation (8.0.2)
- Introduction
- Pre-installation
- Installing and configuring
- About installing License Management Service
- About configuring License Management Service on Linux and Windows
- Getting started
- About LAS access
- Registering the License Management Service product key
- Adding Lightweight Directory Access Protocol or Active Directory-based authentication in License Management Service
- Adding a user group
- About using reports
- Registering
- Managing license usage
- Managing hosts
- Managing software upgrades
- Managing user administration
- Managing backup, restore, and uninstall
- Known issues
Adding Kubernetes clusters
If License Management Service is installed as a standalone product, then you need to push the Kubernetes cluster data to License Management Service to manage the InfoScale product licenses. However if License Management Service is installed on the same host that has InfoScale Operations Manager, then the Kubernetes node data is pushed automatically on License Management Service console.
To add Kubernetes clusters
- Login to Kubernetes master node.
- On the Kubernetes cluster master node, edit
<path>license_cr.yaml
file to add the IP address of the host on which License Management Service is installed against 'licenseServer' value.Example:
#(optional)licenseServer IP address licenseServr:<IP of LMS host>
- Run the following command to apply the changes to the clusters.
kubectl apply -f <path>license_cr.yaml
- Run the following command to review the status message.
kubectl describe license <path>/license_cr.yaml
The status message should be Active which indicates that the task is successfully completed and Kubernetes node data is visible on License Management Service console.
See Assigning entitlements to Kubernetes nodes.