@@ -19,7 +19,7 @@ upgrade your installation to the latest release.
19
19
* UCP now supports Kubernetes as an orchestrator, in addition to the existing
20
20
Swarmkit and "Classic" Swarm orchestrators. Kubernetes system components are
21
21
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.
23
23
* Worker nodes can be allocated to run only Swarm workloads, only Kubernetes
24
24
workloads, or mixed workloads. Mixed workloads are not recommended for use in
25
25
a production environment due to potential resource contention issues across
@@ -38,7 +38,7 @@ advantage of the added features.
38
38
* UCP 3.0 Beta1 has been tested on Ubuntu 16.04 and RHEL 7.3.
39
39
* Installation on SLES 12 and Ubuntu 14.04 is not currently possible because of
40
40
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
42
42
correctly on nodes with less than 4GB of total memory.
43
43
* The kubernetes SPDY operations such as ` kubectl logs ` or ` kubectl exec ` are
44
44
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
49
49
only by admin users. Admins should create custom service accounts for workloads
50
50
intended to use the service account feature.
51
51
* 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
53
53
trusted users. Apps that rely on the default Kubernetes service account may not
54
54
work because of access restrictions.
55
55
* 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
59
59
are not optimized for production use.
60
60
* HRM supports configuring a catch-all fallback service for requests that do
61
61
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,
63
63
when going back to "Swarm" some Kubernetes tasks may not be evicted from the
64
64
node.
65
65
* A Kubernetes bug causes workloads published using ` NodePort ` to only be
@@ -75,5 +75,14 @@ to delete them.
75
75
node set.
76
76
* When promoting nodes from worker to master, not all required labels and taints
77
77
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