1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

CHANGELOG: Remove 'create' subcommands from "Changed"

Since we completely removed the old subcommands, I'd added entries to
the "Added" and "Removed" sections while rebasing 220a5f75 (CHANGELOG:
Document changes since v0.3.0, 2018-11-01, #595).  But I forgot to
remove the entry from the "Changed" section when I did that.  I'm
removing it now.

Also fix a broken indent for the bootstrap-kubelet entry.
This commit is contained in:
W. Trevor King
2018-11-22 22:27:00 -08:00
parent c9d39e1e0a
commit da652d5640

View File

@@ -36,12 +36,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- For consistency with 0.3.0's `destroy`, the the old
`install-config`, `manifests`, `ignition-configs`, and `cluster`
commands have been pushed down under a new `create` subcommand. For
example, you should now use `openshift-install create cluster`
instead of `openshift-install cluster`. The old commands are
deprecated.
- The `create cluster` subcommand now waits for the
`bootstrap-complete` event and automatically removes the bootstrap
assets after receiving it. This means that after `create cluster`
@@ -89,7 +83,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- On AWS and OpenStack, the default network CIDRs have changed to
172.30.0.0/16 for services and 10.128.0.0/14 for the cluster, to be
consistent with previous versions of OpenStack.
- The bootstrap kubelet is no longer part of the production cluster.
- The bootstrap kubelet is no longer part of the production cluster.
This reduces complexity and keeps production pods off of the
temporary bootstrap node.
- [The cluster-version operator][cluster-version-operator] now runs in