kubespray 2.24 추가
This commit is contained in:
2
roles/kubernetes/node/templates/http-proxy.conf.j2
Normal file
2
roles/kubernetes/node/templates/http-proxy.conf.j2
Normal file
@@ -0,0 +1,2 @@
|
||||
[Service]
|
||||
Environment={% if http_proxy %}"HTTP_PROXY={{ http_proxy }}"{% endif %} {% if https_proxy %}"HTTPS_PROXY={{ https_proxy }}"{% endif %} {% if no_proxy %}"NO_PROXY={{ no_proxy }}"{% endif %}
|
||||
Reference in New Issue
Block a user