mirror of https://github.com/kubernetes/kops.git
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:
parent
05248f2f2b
commit
bd2dea1fd2
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue