mirror of
https://github.com/rancher/rke.git
synced 2025-09-23 12:28:15 +00:00
Update vendor
This commit is contained in:
2
vendor/k8s.io/kubectl/pkg/drain/default.go
generated
vendored
2
vendor/k8s.io/kubectl/pkg/drain/default.go
generated
vendored
@@ -57,7 +57,7 @@ func RunCordonOrUncordon(drainer *Helper, node *corev1.Node, desired bool) error
|
||||
return nil
|
||||
}
|
||||
|
||||
err, patchErr := c.PatchOrReplace(drainer.Client)
|
||||
err, patchErr := c.PatchOrReplace(drainer.Client, false)
|
||||
if patchErr != nil {
|
||||
return patchErr
|
||||
}
|
||||
|
Reference in New Issue
Block a user