hi,
I have added a node in cluster using rancher GUI.
later on removed it using kubectl commands:
- kubectl drain
- kubectl delete node
now if we run command “kubectl get nodes”, then the node is not present. however, it is present in rancher GUI.
is it a drawback of rancher ?