You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a concern here. A machine should be part of the k8s cluster to begin with for deletion operation and that would mean the right binaries had been placed in /opt/bin. Should we be fetching binaries for deletion at all? I mean, do we want to fix this?
Hi Arun, yeah ideally those binaries should still be there with the right versions from the last create operation. This is to just to make sure that it is the case. The operation would be a no op if the required binary is already there
Deletion of node fails if the
nodeadm
binary is not present in/opt/bin
. It should fetch the correct binary from the cacheThe text was updated successfully, but these errors were encountered: