mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-06-08 00:02:16 -04:00
prevent restmapper lookup for kubectl reconcile
Kubernetes-commit: d3e702fa9938e645c2bc852b0239887ec645ffe5
This commit is contained in:
parent
d005bb9a51
commit
8f3ebd40ae
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ func (o *ReconcileOptions) Complete(cmd *cobra.Command, f cmdutil.Factory, args
|
|||
NamespaceParam(namespace).DefaultNamespace().
|
||||
FilenameParam(enforceNamespace, o.FilenameOptions).
|
||||
Flatten().
|
||||
Local().
|
||||
Do()
|
||||
|
||||
if err := r.Err(); err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue