mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-11 04:20:49 +00:00
Automatic merge from submit-queue (batch tested with PRs 36263, 36755, 37357, 37222, 37524) kubeadm: Skip etcd related preflight checks and reset actions for external etcd **What this PR does / why we need it**: Skip etcd related preflight checks and reset actions for external etcd **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # https://github.com/kubernetes/kubeadm/issues/69#issuecomment-262988388 **Special notes for your reviewer**: **Release note**: <!-- Steps to write your release note: 1. Use the release-note-* labels to set the release note state (if you have access) 2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. --> ```release-note kubeadm: Skip etcd related preflight checks and reset actions for external etcd ```