kubectl get nodes -l "node-role.kubernetes.io/worker"="true" -o custom-columns=NAME:metadata.name,CPU_COUNT:.status.capacity.cpu
kubectl get nodes -l "node-role.kubernetes.io/worker"="" -o custom-columns=NAME:metadata.name,CPU_COUNT:.status.capacity.cpu
``
oc get nodes -l "node-role.kubernetes.io/worker"="" -o custom-columns=NAME:metadata.name,CPU_COUNT:.status.capacity.cpu
kubectl get license -o json
kubectl apply -f <licensefile> -n <install-namespace>
against a new license file to activate it. The previous license will be replaced automatically.