Skip to content

Commit ae311d0

Browse files
committed
added example to include no_proxy settings
1 parent f173cf3 commit ae311d0

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

aws/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ dcos_cluster_docker_credentials_enabled = "true"
120120
dcos_cluster_docker_credentials_write_to_etc = "true"
121121
dcos_cluster_docker_credentials_dcos_owned = "false"
122122
dcos_cluster_docker_registry_url = "https://index.docker.io"
123+
dcos_use_proxy = "yes"
124+
dcos_http_proxy = "example.com"
125+
dcos_https_proxy = "example.com"
126+
dcos_no_proxy = <<EOF
127+
# YAML
128+
- "internal.net"
129+
- "169.254.169.254"
130+
EOF
123131
dcos_overlay_network = <<EOF
124132
# YAML
125133
vtep_subnet: 44.128.0.0/20

azure/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ dcos_cluster_docker_credentials_enabled = "true"
112112
dcos_cluster_docker_credentials_write_to_etc = "true"
113113
dcos_cluster_docker_credentials_dcos_owned = "false"
114114
dcos_cluster_docker_registry_url = "https://index.docker.io"
115+
dcos_use_proxy = "yes"
116+
dcos_http_proxy = "example.com"
117+
dcos_https_proxy = "example.com"
118+
dcos_no_proxy = <<EOF
119+
# YAML
120+
- "internal.net"
121+
- "168.63.129.16"
122+
EOF
115123
dcos_overlay_network = <<EOF
116124
# YAML
117125
vtep_subnet: 44.128.0.0/20

gcp/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,14 @@ dcos_cluster_docker_credentials_enabled = "true"
108108
dcos_cluster_docker_credentials_write_to_etc = "true"
109109
dcos_cluster_docker_credentials_dcos_owned = "false"
110110
dcos_cluster_docker_registry_url = "https://index.docker.io"
111+
dcos_use_proxy = "yes"
112+
dcos_http_proxy = "example.com"
113+
dcos_https_proxy = "example.com"
114+
dcos_no_proxy = <<EOF
115+
# YAML
116+
- "internal.net"
117+
- "169.254.169.254"
118+
EOF
111119
dcos_overlay_network = <<EOF
112120
# YAML
113121
vtep_subnet: 44.128.0.0/20

0 commit comments

Comments
 (0)