diff options
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" |