File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,14 @@ dcos_cluster_docker_credentials_enabled = "true"
120120dcos_cluster_docker_credentials_write_to_etc = " true"
121121dcos_cluster_docker_credentials_dcos_owned = " false"
122122dcos_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
123131dcos_overlay_network = << EOF
124132# YAML
125133 vtep_subnet: 44.128.0.0/20
Original file line number Diff line number Diff line change @@ -112,6 +112,14 @@ dcos_cluster_docker_credentials_enabled = "true"
112112dcos_cluster_docker_credentials_write_to_etc = " true"
113113dcos_cluster_docker_credentials_dcos_owned = " false"
114114dcos_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
115123dcos_overlay_network = << EOF
116124# YAML
117125 vtep_subnet: 44.128.0.0/20
Original file line number Diff line number Diff line change @@ -108,6 +108,14 @@ dcos_cluster_docker_credentials_enabled = "true"
108108dcos_cluster_docker_credentials_write_to_etc = " true"
109109dcos_cluster_docker_credentials_dcos_owned = " false"
110110dcos_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
111119dcos_overlay_network = << EOF
112120# YAML
113121 vtep_subnet: 44.128.0.0/20
You can’t perform that action at this time.
0 commit comments