Skip to content

Commit cf0e288

Browse files
joaofnfernandesJoao Fernandes
authored and
Joao Fernandes
committed
Add UCP release note about IBM Z (docker#346)
1 parent b1aec68 commit cf0e288

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

datacenter/ucp/3.0/guides/release-notes.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ upgrade your installation to the latest release.
1919
* UCP now supports Kubernetes as an orchestrator, in addition to the existing
2020
Swarmkit and "Classic" Swarm orchestrators. Kubernetes system components are
2121
installed automatically on all manager and worker nodes in the cluster.
22-
Kubernetes in UCP is not yet supported on Windows or IBM Z nodes.
22+
Kubernetes in UCP is not yet supported on Windows or IBM Z nodes.
2323
* Worker nodes can be allocated to run only Swarm workloads, only Kubernetes
2424
workloads, or mixed workloads. Mixed workloads are not recommended for use in
2525
a production environment due to potential resource contention issues across
@@ -38,7 +38,7 @@ advantage of the added features.
3838
* UCP 3.0 Beta1 has been tested on Ubuntu 16.04 and RHEL 7.3.
3939
* Installation on SLES 12 and Ubuntu 14.04 is not currently possible because of
4040
an iptables incompatibility.
41-
* UCP 3.0 requires more resources to run than UCP 2.2 and is unlikely to work
41+
* UCP 3.0 requires more resources to run than UCP 2.2 and is unlikely to work
4242
correctly on nodes with less than 4GB of total memory.
4343
* The kubernetes SPDY operations such as `kubectl logs` or `kubectl exec` are
4444
not possible when using the client bundle feature. As a workaround, you may
@@ -49,7 +49,7 @@ while all other service accounts have admin-level permissions and are usable
4949
only by admin users. Admins should create custom service accounts for workloads
5050
intended to use the service account feature.
5151
* Security hardening of Kubernetes managed by Docker EE is not fully complete.
52-
Only use this release for testing and validation in controlled environments with
52+
Only use this release for testing and validation in controlled environments with
5353
trusted users. Apps that rely on the default Kubernetes service account may not
5454
work because of access restrictions.
5555
* The product versions reported by components in the beta release are
@@ -59,7 +59,7 @@ fully scale-tested or optimized and the default settings in the beta release
5959
are not optimized for production use.
6060
* HRM supports configuring a catch-all fallback service for requests that do
6161
not match any routing directive. Interlock does not support this feature.
62-
* When changing the mode for a worker node between Kubernetes, Swarm and Mixed,
62+
* When changing the mode for a worker node between Kubernetes, Swarm and Mixed,
6363
when going back to "Swarm" some Kubernetes tasks may not be evicted from the
6464
node.
6565
* A Kubernetes bug causes workloads published using `NodePort` to only be
@@ -75,5 +75,14 @@ to delete them.
7575
node set.
7676
* When promoting nodes from worker to master, not all required labels and taints
7777
are correctly applied. This can cause cluster failure if master nodes are lost.
78-
Reconciliation may fail on RHEL and CentOS because of problems with mounting the
79-
`/var` folder.
78+
Reconciliation may fail on RHEL and CentOS because of problems with mounting the
79+
`/var` folder.
80+
* The Docker Kubernetes flex-volume bridge doesn't work with volumes created
81+
with volume plugins. Only local volumes (and v1 plugin volumes) work.
82+
* Rotating UCP certificates can cause Kubernetes networking to stop working.
83+
* Currently, the only tested and supported Kubernetes CNI networking plugin is
84+
Calico (which is included).
85+
* Kubernetes resources with identical names in different namespaces are not
86+
visible in the UI because of a problem with the middleware object store.
87+
* If all the nodes in UCP are using IBM Z, Kubernetes functionality will show
88+
up on the web UI but not be available for use.

0 commit comments

Comments
 (0)