We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380e9e6 commit ce0f672Copy full SHA for ce0f672
1 file changed
files/build_templates/sonic_debian_extension.j2
@@ -460,7 +460,7 @@ fl="${files_path}/remote_ctr.config.json"
460
use_k8s_as_http_proxy=$(python3 -c 'import json
461
with open("'${fl}'", "r") as s:
462
d=json.load(s);print(d.get("use_k8s_as_http_proxy", ""))
463
-'
+')
464
if [ "${use_k8s_as_http_proxy}" == "y" ]; then
465
# create proxy files for docker using private IP which will
466
# be later directed to k8s master upon config
@@ -475,7 +475,6 @@ Environment="HTTPS_PROXY=${PROXY_INFO}"
475
EOT
476
fi
477
478
-endif
479
sudo cp ${files_path}/remote_ctr.config.json ${FILESYSTEM_ROOT_ETC_SONIC}/
480
481
# Remote container management service files
0 commit comments