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:
Add the --config option for yurtadm
Why is this needed:
Users can customize parameters such as network-plugin using a custom kubeadm config. When this option is set, the process of building the kubeadm config file during yurtadm join is skipped.
others
/kind feature
The text was updated successfully, but these errors were encountered:
@YTGhost as discussed in the issue: #1438 , it is not need to provide --config parameter in yurtadm join command, and you should improve yurtadm join command to use kubeadm-config configmap.
@YTGhost as discussed in the issue: #1438 , it is not need to provide --config parameter in yurtadm join command, and you should improve yurtadm join command to use kubeadm-config configmap.
After analyzing the kubeadm join code, the kubeadm join process has actually pulled the kubeadm-config configmap, which only contains the contents of ClusterConfiguration and cannot configure the contents of our required JoinConfiguration. Therefore, we still need to add a new --config option to yurtadm join to support user-defined JoinConfiguration.
What would you like to be added:
Add the
--config
option for yurtadmWhy is this needed:
Users can customize parameters such as
network-plugin
using a custom kubeadm config. When this option is set, the process of building the kubeadm config file duringyurtadm join
is skipped.others
/kind feature
The text was updated successfully, but these errors were encountered: