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.yamlfile 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.
Related information