mirror of https://github.com/kubernetes/kops.git
Use server-side apply for addons. Idenity as kops
This commit is contained in:
parent
727cdf73ad
commit
e387ddee12
|
|
@ -47,7 +47,7 @@ func Apply(data []byte) error {
|
|||
return fmt.Errorf("error writing temp file: %v", err)
|
||||
}
|
||||
|
||||
_, err = execKubectl("apply", "-f", localManifestFile)
|
||||
_, err = execKubectl("apply", "-f", localManifestFile, "--server-side", "--force-conflicts", "--field-manager=kops")
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue