mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #74195 from rojkov/kubeadm-refactor-nonformatting
kubeadm: use non-formatting constructor for new error
This commit is contained in:
commit
a9fd9cef76
@ -52,7 +52,7 @@ func enforceRequirements(flags *applyPlanFlags, dryRun bool, newK8sVersion strin
|
||||
|
||||
// Check if the cluster is self-hosted
|
||||
if upgrade.IsControlPlaneSelfHosted(client) {
|
||||
return nil, nil, nil, errors.Errorf("cannot upgrade a self-hosted control plane")
|
||||
return nil, nil, nil, errors.New("cannot upgrade a self-hosted control plane")
|
||||
}
|
||||
|
||||
// Run healthchecks against the cluster
|
||||
|
Loading…
Reference in New Issue
Block a user