Skip to content

Commit 16eb6f0

Browse files
authored
Merge pull request docker#7754 from ollypom/3.1-system-requirements
Update storage requirements for UCP 3.1
2 parents 3d5adec + 560c639 commit 16eb6f0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ee/ucp/admin/install/system-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ You can install UCP on-premises or on a cloud provider. Common requirements:
2222

2323
* 8GB of RAM for manager nodes
2424
* 4GB of RAM for worker nodes
25-
* 4GiB of free disk space for the root partition for manager nodes
26-
* 500MiB of free disk space for the root partition for worker nodes
25+
* 4GB of free disk space for the `/var` partition for manager nodes
26+
* 500MB of free disk space for the `/var` partition for worker nodes
2727

2828
### Recommended production requirements
2929

ee/ucp/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ There are several backward-incompatible changes in the Kubernetes API that may a
9898

9999
* Pod Security Policies are not supported in this release. (#15105)
100100

101+
* The default Kubelet configuration for UCP Manager nodes is expecting 4GB of free disk space in the `/var` partition. See [System Requirements](/ee/ucp/admin/install/system-requirements) for details.
102+
101103
## Deprecated features
102104

103105
The following features are deprecated in UCP 3.1.

0 commit comments

Comments
 (0)