NVMesh 2.4 Clients are deployed on nodes or a node pool used for compute.

For example, to deploy a node pool while labeling the compute nodes for access to NVMesh 2.4 and the storage in the Targets node pool, run:

az aks nodepool add --resource-group <resourceGroupName> --cluster-name <clusterName> --name d32spool --node-vm-size Standard_D32s_v3 --node-count 1 [ --ppg <ppgName> ] --labels nvmesh.excelero.com/nvmesh-client=""

Verify the pods have started using the following command. It may take a few minutes.

kubectl get pods --watch

or using

watch -d kubectl get pods -o wide

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment