Recreating Compute Nodes
If you need to recreate all CN nodes, use the following command:
kubectl delete pod -l polardbx/name={instance name},polardbx/role=cn
To recreate a specific CN node, execute the following command:
kubectl delete pod {pod name}