Display Tainted EC2 Hosts
Discover tainted EC2 hosts in the DuploCloud Console
Taints can be issued by Kubernetes when a Node becomes unreachable or not tolerated by certain workloads. As Kubernetes can initiate Taints, you can as well. For example, to isolate a node for the purpose of applying maintenance, such as an upgrade, using the kubectl taint
command.
In the DuploCloud Portal, Taints are displayed in the Status column on the EC2 Hosts page.
Displaying Taints in the DuploCloud Portal
In the DuploCloud Portal, navigate to Cloud Services -> Hosts.
In the EC2 tab, check for hosts with a Status of
stopped
andtainted
. If these statuses are present, the connection to the underlying Node is lost and you should take appropriate action to restore the connection. See the Kuberneteskubectl
reference documentation for available commands, flags, and examples to resolve the Taint.
To find Tainted Nodes, use the kubectl get nodes
command, followed by the kubectl describe node
<NODE_NAME>
command. See this topic to get Shell Access to Kubernetes within the DuploCloud Portal and issue kubectl
console commands from the Portal.
Last updated