You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/contributing/development-environment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ If you are developing elsewhere, you must set up a registry yourself. Make sure
205
205
2. Hosts in the cluster can pull images with the same URL
206
206
207
207
!!! note
208
-
If the development registry is insecure and has an IP address in a range other than `10.0.0.0/8`, `172.16.0.0/12`, or `192.168.0.0/16`, you'll have to modify `contrib/coreos/user-data.example` and whitelist your development registry so the daemons can pull your custom components.
208
+
If the development registry is insecure, then the Docker deamon on each of your nodes must be configured to allow communication with insecure registries in the applicable IP range.
Copy file name to clipboardExpand all lines: docs/src/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Welcome
2
2
3
-
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage applications on your own servers. Deis builds upon Docker and CoreOS to provide a lightweight PaaS with a Heroku-inspired workflow.
3
+
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage applications on your own servers. Deis builds upon Kubernetes to provide a lightweight PaaS with a Heroku-inspired workflow.
4
4
5
5
To get started with Deis, first read the [Architecture][arch] and [Concepts][concepts] of Deis, then use [the QuickStart documentation][quickstart] to start provisioning your cluster.
Copy file name to clipboardExpand all lines: docs/src/installing-deis/system-requirements.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ Deis components consume approximately 2 - 2.5GB of memory across the cluster, an
9
9
* At least 4GB of RAM (more is better)
10
10
* At least 40GB of hard disk space
11
11
12
-
Note that these estimates are for Deis and CoreOS only, and there should be ample room for deployed applications.
12
+
Note that these estimates are for Deis and Kubernetes only, and there should be ample room for deployed applications.
13
13
14
-
Running smaller machines will likely result in increased system load and has been known to result in component failures, issues with etcd/fleet, and other problems.
14
+
Running smaller machines will likely result in increased system load and has been known to result in component failures and other problems.
0 commit comments