diff options
| author | terminaldweller <thabogre@gmail.com> | 2022-10-08 08:25:21 +0000 | 
|---|---|---|
| committer | terminaldweller <thabogre@gmail.com> | 2022-10-08 08:25:21 +0000 | 
| commit | f9e8deec17ea1784b45e7ea620ed0fef49170359 (patch) | |
| tree | 8c342caff8b39c58b1c91ca9426841e55e743357 /k3s | |
| parent | update (diff) | |
| download | scripts-f9e8deec17ea1784b45e7ea620ed0fef49170359.tar.gz scripts-f9e8deec17ea1784b45e7ea620ed0fef49170359.zip | |
update
Diffstat (limited to 'k3s')
| -rw-r--r-- | k3s/k3s.service.env | 6 | ||||
| -rw-r--r-- | k3s/registries.yaml | 4 | 
2 files changed, 10 insertions, 0 deletions
| diff --git a/k3s/k3s.service.env b/k3s/k3s.service.env new file mode 100644 index 0000000..9226ea1 --- /dev/null +++ b/k3s/k3s.service.env @@ -0,0 +1,6 @@ +HTTP_PROXY="socks5://192.168.1.103:9995" +HTTPS_PROXY="socks5://192.168.1.103:9995" +NO_PROXY="localhost,127.0.0.0/8,10.42.0.0/16,10.43.0.0/16,192.168.0.0/24" +http_proxy="socks5://192.168.1.103:9995" +https_proxy="socks5://192.168.1.103:9995" +no_proxy="localhost,127.0.0.0/8,10.42.0.0/16,10.43.0.0/16,192.168.0.0/16" diff --git a/k3s/registries.yaml b/k3s/registries.yaml new file mode 100644 index 0000000..4078980 --- /dev/null +++ b/k3s/registries.yaml @@ -0,0 +1,4 @@ +mirrors: +  "192.168.1.103:5000": +    endpoint: +      - "http://192.168.1.103:5000" | 
