Skip to content

Commit

Permalink
Update bootstrap/kubeadm/api/v1alpha3/kubeadmbootstrapconfig_types.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Vince Prignano <[email protected]>
  • Loading branch information
randomvariable and vincepri authored Mar 25, 2020
1 parent 4fe2190 commit b443225
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,12 @@ type KubeadmConfigSpec struct {
Verbosity *int32 `json:"verbosity,omitempty"`

// UseExperimentalRetryJoin replaces a basic kubeadm command with a shell
// script with retries for control plane joins
// script with retries for control plane joins.
//
// This is meant to be an experimental temporary workaround on some environments
// where joins fail due to timing (and other issues). The long term goal is to add retries to
// kubeadm proper and use that functionality.
// For more information, refer to https://github.com/kubernetes-sigs/cluster-api/pull/2763#discussion_r397306055.
// +optional
UseExperimentalRetryJoin bool `json:"useExperimentalRetryJoin,omitempty"`
}
Expand Down

0 comments on commit b443225

Please sign in to comment.