Max number of nodes for Portworx Essential License

Portworx Essentials license has a limitation of 5 nodes per cluster. I’d like to double check that this limitation is for the number of nodes part of the Portworx cluster, not the total number nodes for the K8s cluster.
For instance: IKS cluster with a total of 9 nodes, but only 3 of them are part of the Portworx cluster.

Thanks!

@Julia_Peromingo that is correct, 5 nodes are the limit for Portworx nodes in a kubernetes clusters.
You can add the following label on the nodes you don’t want to deploy Portworx:

kubectl label node nodename-1 nodename-2 ... nodename-N px/enabled=false