1.8 release notes correctly note `replace --force`

`kops replace --create` was replaced with `kops replace --force`, but
the release notes were not updated to match this.

When merging, https://github.com/kubernetes/kops/releases/tag/1.8.0 should be
manually updated to match this change.

fixes #4012
This commit is contained in:
Dan Wendorf 2018-05-18 12:27:35 -07:00
parent 05248f2f2b
commit bd2dea1fd2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
* Add `kops create secret dockerconfig`
* `kops replace --create` will now replace-or-create, which is useful for CI / automated workflows
* `kops replace --force` will now replace-or-create, which is useful for CI / automated workflows
* `--watch-ingress` flag on dns-controller can now be configured through `cluster.spec.externalDns.watchIngress: true`