Comment 0 for bug 2046273

Revision history for this message
Vanathi Selvaraju (vselvara) wrote : VIM orchestrator to check if the node taints added are removed.

Brief Description
-----------------
Checks added to ensure if the taints added
to the node by VIM are removed from the node.

Severity
--------
Minor

Steps to Reproduce
------------------
In a duplex system,
Lock in-active controller
system host-lock controller-1

Unlock controller-1
system host-unlock controller-1

Expected Behavior
------------------
'Services=disabled:NoExecute' taint to be removed from controller-1

Actual Behavior
----------------
'Services=disabled:NoExecute' taint remains in controller-1

Reproducibility
---------------
Seen once

System Configuration
--------------------
Duplex system (AIO-DX)

Timestamp/Logs
--------------
2023-10-18T20:09:49.619 controller-1 VIM_Infrastructure-Worker-0_Thread[109262] INFO kubernetes_client.py.130 Removing services:NoExecute taint from node worker-0

Taints present in the system /var/extra/containerization_kube.info

Name: worker-0
Roles: <none>
Labels: beta.kubernetes.io/arch=amd64
                    beta.kubernetes.io/os=linux
                    install=sco
                    kubernetes.io/arch=amd64
                    kubernetes.io/hostname=worker-0
                    kubernetes.io/os=linux
Taints: services=disabled:NoExecute
Unschedulable: false

Test Activity
-------------
system testing