Skip to content

Commit cb8c8d1

Browse files
author
Matthew Fisher
committed
docs(installing-workflow): remove insecure-registry documentation
1 parent 8a6f6f0 commit cb8c8d1

3 files changed

Lines changed: 6 additions & 15 deletions

File tree

src/installing-workflow/system-requirements.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,10 @@ application footprint as well.
2626
Running smaller machines will likely result in increased system load and has been known to result in component failures
2727
and instability.
2828

29-
## Docker Insecure Registry
30-
31-
The on-cluster Docker registry is not deployed with TLS enabled. As such, all Kubernetes worker nodes must have their
32-
Docker daemons configured to use an **insecure registry**. The configured subnet should encompass any private networks
33-
used by your worker nodes, including overlay networks.
34-
35-
Depending on your Kubernetes and Docker configuration, setting `EXTRA_DOCKER_OPTS="--insecure-registry=10.0.0.0/8"` may
36-
be sufficient.
29+
!!! warning
30+
Workflow versions prior to 2.2 require '--insecure-registry' to function properly. Depending on
31+
your Kubernetes and Docker configuration, setting
32+
`EXTRA_DOCKER_OPTS="--insecure-registry=10.0.0.0/8"` may be sufficient.
3733

3834
## SELinux + OverlayFS
3935

src/quickstart/provider/aws/boot.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ LICENSES README.md Vagrantfile cluster/ contrib/ docs/ ex
5151
Before calling the Kubernetes setup scripts, we need to change a few defaults so that Deis Workflow works best. Type
5252
each of these commands into your terminal application before calling `kube-up.sh`.
5353

54-
First, enable insecure registry support for Docker:
55-
```
56-
$ export KUBE_ENABLE_INSECURE_REGISTRY=true
57-
```
58-
5954
Next, pick the AWS Availability Zone you would like to use. The boot script will create a new VPC in that region.
6055

6156
```

src/quickstart/provider/vagrant/boot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ LICENSES README.md Vagrantfile cluster/ contrib/ docs/ ex
3939
Before calling the Kubernetes setup scripts, we need to change a few defaults so that Deis Workflow works best. Type
4040
each of these commands into your terminal application before calling `kube-up.sh`.
4141

42-
First, enable insecure registry support for Docker and use Vagrant as the provider:
42+
First, use Vagrant as the provider:
43+
4344
```
44-
$ export KUBE_ENABLE_INSECURE_REGISTRY=true
4545
$ export KUBERNETES_PROVIDER=vagrant
4646
```
4747

0 commit comments

Comments
 (0)