1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

[enterprise-4.5] OKD break what's new into topics

This commit is contained in:
Michael Burke
2020-04-17 17:04:28 -04:00
parent 74b31002f7
commit f6a109447a
3 changed files with 109 additions and 7 deletions

View File

@@ -34,6 +34,15 @@ Topics:
- Name: Legal notice
File: legal-notice
---
Name: What's new?
Dir: whats_new
Distros: openshift-origin
Topics:
- Name: New features and enhancements
File: new-features
- Name: Deprecated features
File: deprecated-features
---
Name: Getting started
Dir: getting_started
Distros: openshift-dedicated

View File

@@ -0,0 +1,93 @@
:context: deprecated-features
[id="deprecated-features"]
= Deprecated features
include::modules/common-attributes.adoc[]
toc::[]
Large changes to the underlying architecture and installation process are
applied in {product-title} v4, and many features from {product-title} v3 are
now deprecated.
[id="deprecated"]
== Features deprecated in {product-title} v4
.Features Deprecated in {product-version}
[cols="2",options="header"]
|====
|Feature |Justification
|Hawkular
|Replaced by cluster monitoring.
|Cassandra
|Replaced by cluster monitoring.
|Heapster
|Replaced by Prometheus adapter.
|Atomic Host
|Replaced by Red Hat Enterprise Linux CoreOS.
|System containers
|Replaced by Red Hat Enterprise Linux CoreOS.
|`projectatomic/docker-1.13` additional search registries
|CRI-O is the default container runtime for OpenShift v4 on RHCOS and Red
Hat Enterprise Linux.
|`oc adm diagnostics`
|Operator-based diagnostics.
|`oc adm registry`
|Replaced by the Image Registry Operator.
|Custom strategy builds using Docker
|If you want to continue using custom builds, you should replace your Docker
invocations with Podman or Buildah. The custom build strategy will not be
removed, but the functionality changed significantly in OpenShift v4.
|Cockpit
|Improved OpenShift v4 web console.
|Stand-alone registry installations
|Quay is Red Hat's enterprise container image registry.
|DNSmasq
|CoreDNS is the default.
|External etcd nodes
|etcd is always on the cluster in OpenShift v4.
|CloudForms OpenShift Provider and Podified CloudForms
|Replaced by built-in management tooling.
|Volume Provisioning via installer
|Replaced by dynamic volumes or, if NFS is required, NFS provisioner.
|Blue-green installation method
|Ease of upgrade is a core value of OpenShift v4.
|OpenShift Service Broker and Service Catalog
|The Service Catalog and the OpenShift service brokers are being replaced over
the course of several future OpenShift v4 releases. Reference the Operator
Framework and Operator Lifecycle Manager (OLM) to continue providing your
applications to OpenShift v4 clusters. These new technologies provide many
benefits around complete management of the lifecycle of your application.
|`oc adm ca`
|Certificates are managed by Operators internally.
|`oc adm create-api-client-config`
.2+.^|Functions are managed by Operators internally.
|`oc adm create-bootstrap-policy-file`
|`oc adm policy reconcile-sccs`
|Functions are managed by `openshift-apiserver` internally.
|Web console
|The web console from OpenShift v3 has been replaced by a new web
console in OpenShift v4.
|====

View File

@@ -1,15 +1,15 @@
// Module included in the following assemblies:
//
// * whatsnew/index.adoc
[[whats-new-features-and-enhancements]]
:context: new-features
[id="new-features"]
= New features and enhancements
include::modules/common-attributes.adoc[]
toc::[]
This release adds improvements related to the following components and concepts.
See the link:https://github.com/openshift/okd/releases[*Releases*] page in the
*openshift/okd* project repository for information on the latest OKD releases.
[id="ocp-operators"]
== Operators