Telco

 View Only

How to enable/disable nodeconfig or vmconfig-operator in TCA 

Jun 29, 2023 03:11 PM

  1. Log in to management cluster control plane host
  2. verify if nodeconfig-operator or vmconfig-operator pods running using below command: 
kubectl get pods -n tca-system

amarpamnani_3-1688050661073.png

 

 

 

 

3. if vmconfig or nodeconfig-operator is not running verify deployment for them 

kubectl get deployment -n tca-system

amarpamnani_4-1688050670101.png

4. Edit the deployment for

  1.         vmconfig-operator using below command 
kubectl edit deployment vmconfig-operator -n tca-system

             set replicas from 1 to 0 as per below screenshot

amarpamnani_5-1688050790843.png

ii. now edit the nodeconfig-operator using below command & set replicas from 1 to 0

kubectl edit deployment nodeconfig-operator -n tca-system

amarpamnani_6-1688050867935.png

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

kubectl get pods -n tca-system

6. to revert the changes i.e. bring back the pods edit the configs and set replicas to 1 again. 

 

 

 

 

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.