Skip to content
Snippets Groups Projects
  • Sorin Sbarnea's avatar
    22a5a00c
    Improve kubeadm join tasks (#4206) · 22a5a00c
    Sorin Sbarnea authored
    Fix issue where `kubeadm join` could wait forever for joining.
    
    Fix issue where `kubeadm join` were not reaching the user, making
    impossible to find the cause of the failure.
    
    New behaviour is to first attempt to join without bypassing the
    verifications checks and to display them if needed.
    
    If this fails it still attempts to join by ignoring the check in
    order to make previous behavior.
    
    A timeout of 60 seconds is allocated for a joining.
    
    Related-bug: #3973
    22a5a00c
    History
    Improve kubeadm join tasks (#4206)
    Sorin Sbarnea authored
    Fix issue where `kubeadm join` could wait forever for joining.
    
    Fix issue where `kubeadm join` were not reaching the user, making
    impossible to find the cause of the failure.
    
    New behaviour is to first attempt to join without bypassing the
    verifications checks and to display them if needed.
    
    If this fails it still attempts to join by ignoring the check in
    order to make previous behavior.
    
    A timeout of 60 seconds is allocated for a joining.
    
    Related-bug: #3973