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
What would you like to be added: yurtctl join references k8s.io/kubernetes dependencies, especially k8s.io/kubernetes/cmd/kubeadm, maybe we should refactor to remove the dependencies.
yurtctl join can be divided into the following steps:
preflightcheck: check the necessary configuration for cluster operation, such as the pull of necessary images, the installation of kubelet.
start kubelet
start yurthub
Why is this needed:
We can remove the dependency of k8s.io/kubernetes in yurtctl join .(issue: #550 )
others
/kind feature
/kind good-first-issue
The text was updated successfully, but these errors were encountered:
What would you like to be added:
yurtctl join
referencesk8s.io/kubernetes
dependencies, especiallyk8s.io/kubernetes/cmd/kubeadm
, maybe we should refactor to remove the dependencies.yurtctl join
can be divided into the following steps:Why is this needed:
We can remove the dependency of
k8s.io/kubernetes
inyurtctl join
.(issue: #550 )others
/kind feature
/kind good-first-issue
The text was updated successfully, but these errors were encountered: