kubectl get pods -n tca-system
3. if vmconfig or nodeconfig-operator is not running verify deployment for them
kubectl get deployment -n tca-system
4. Edit the deployment for
kubectl edit deployment vmconfig-operator -n tca-system
set replicas from 1 to 0 as per below screenshot
ii. now edit the nodeconfig-operator using below command & set replicas from 1 to 0
kubectl edit deployment nodeconfig-operator -n tca-system
5. Run the status command to verify if both nodeconfig and vmconfig operators pods have been stopped, you would see none of them will be listing
6. to revert the changes i.e. bring back the pods edit the configs and set replicas to 1 again.