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
fix(vk): forge Node with VirtualNode, ForeignCluster input (#56)
this patch fixes an issue with the virtual kubelet: when it starts the
node is created only with unknown conditions.
This is because the input from the RemoteNode and ForeignCluster
are applied only after the node is created, during the reconcile. This
patch introduces an hydrate function, which populate the node before its
creation.