File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
datacenter/ucp/3.0/guides Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,14 @@ advantage of the added features.
4040an iptables incompatibility.
4141* 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.
43+ * The kubernetes SPDY operations such as ` kubectl logs ` or ` kubectl exec ` are
44+ not possible when using the client bundle feature. As a workaround, you may
45+ change all references from ` :443 ` to ` :6443 ` in the ` kube.yml ` and ` env.sh `
46+ files of a user client bundle.
47+ * The default service account of each namespace currently has no permissions,
48+ while all other service accounts have admin-level permissions and are usable
49+ only by admin users. Admins should create custom service accounts for workloads
50+ intended to use the service account feature.
4351* Security hardening of Kubernetes managed by Docker EE is not fully complete.
4452Only use this release for testing and validation in controlled environments with
4553trusted users. Apps that rely on the default Kubernetes service account may not
You can’t perform that action at this time.
0 commit comments