Table of Contents

Search

How to Configure Big Data Management on Kubernetes

How to Configure Big Data Management on Kubernetes

Step 10. Share the License Key for the Nodes on the NFS Mount

Step 10. Share the License Key for the Nodes on the NFS Mount

  1. To ensure that the nfs-server pod runs, run the
    kubectl get pods -o
    command and verify the run state in the status column.
  2. Enter the following kubectl cp command to copy the license key file to the mount location:
    kubectl cp <file_name> <nfs-server_pod_name>:/exports/<file_name>
    The shared key becomes available for all the nodes with the NFS mount.

0 COMMENTS

We’d like to hear from you!