@@ -19,7 +19,7 @@ upgrade your installation to the latest release.
1919* UCP now supports Kubernetes as an orchestrator, in addition to the existing
2020Swarmkit and "Classic" Swarm orchestrators. Kubernetes system components are
2121installed 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
2424workloads, or mixed workloads. Mixed workloads are not recommended for use in
2525a 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
4040an 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
4242correctly on nodes with less than 4GB of total memory.
4343* The kubernetes SPDY operations such as ` kubectl logs ` or ` kubectl exec ` are
4444not 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
4949only by admin users. Admins should create custom service accounts for workloads
5050intended 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
5353trusted users. Apps that rely on the default Kubernetes service account may not
5454work 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
5959are not optimized for production use.
6060* HRM supports configuring a catch-all fallback service for requests that do
6161not 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,
6363when going back to "Swarm" some Kubernetes tasks may not be evicted from the
6464node.
6565* A Kubernetes bug causes workloads published using ` NodePort ` to only be
@@ -75,5 +75,14 @@ to delete them.
7575node set.
7676* When promoting nodes from worker to master, not all required labels and taints
7777are 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