mirror of https://github.com/docker/docs.git
UCP relnotes updates (#1163)
* Buildkit support update * Added K8s ingress blurb
This commit is contained in:
parent
9ac016bb51
commit
f4277a3bfb
|
|
@ -77,6 +77,10 @@ Error log information can be accessed for troubleshooting.
|
||||||
- You can now manually control worker node upgrades.
|
- You can now manually control worker node upgrades.
|
||||||
- User workloads no longer experience downtime during an upgrade.
|
- User workloads no longer experience downtime during an upgrade.
|
||||||
|
|
||||||
|
### Buildkit
|
||||||
|
|
||||||
|
- You can now use a UCP client bundle with buildkit.
|
||||||
|
|
||||||
## Deprecations
|
## Deprecations
|
||||||
The following features are deprecated in UCP 3.2:
|
The following features are deprecated in UCP 3.2:
|
||||||
|
|
||||||
|
|
@ -100,7 +104,13 @@ The following features are deprecated in UCP 3.2:
|
||||||
In order to optimize user experience and security, support for Internet Explorer (IE) version 11 is not provided for Windows 7 with UCP version 3.2. Docker recommends updating to a newer browser version if you plan to use UCP 3.2, or remaining on UCP 3.1.x or older until EOL of IE11 in January 2020.
|
In order to optimize user experience and security, support for Internet Explorer (IE) version 11 is not provided for Windows 7 with UCP version 3.2. Docker recommends updating to a newer browser version if you plan to use UCP 3.2, or remaining on UCP 3.1.x or older until EOL of IE11 in January 2020.
|
||||||
|
|
||||||
## Kubernetes
|
## Kubernetes
|
||||||
Updated Kubernetes to version 1.14.
|
|
||||||
|
- Integrated Kubernetes Ingress
|
||||||
|
- You can now dynamiclly deploy L7 routes for applications, scale out multi-tenant ingress for shared clusters,
|
||||||
|
and give applications TLS termination, path-based routing, and high-performance L7 load-balancing in a
|
||||||
|
centralized and controlled manner.
|
||||||
|
|
||||||
|
- Updated Kubernetes to version 1.14.
|
||||||
|
|
||||||
- Enhancements:
|
- Enhancements:
|
||||||
- PodShareProcessNamespace
|
- PodShareProcessNamespace
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue