Skip to content

Commit 9feed20

Browse files
committed
CI: add no_proxy regression test
1 parent 31c3301 commit 9feed20

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tests/files/rockylinux10-cilium.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,22 @@ kube_owner: root
1313
# Node Feature Discovery
1414
node_feature_discovery_enabled: true
1515
kube_asymmetric_encryption_algorithm: "ECDSA-P256"
16+
17+
# Testing no_proxy setup
18+
# The proxy is not intended to be accessed at all, we're only testing
19+
# the no_proxy construction
20+
https_proxy: "http://some-proxy.invalid"
21+
http_proxy: "http://some-proxy.invalid"
22+
additional_no_proxy_list:
23+
- github.com
24+
- githubusercontent.com
25+
- k8s.io
26+
- rockylinux.org
27+
- grc.io
28+
- docker.io
29+
- googleapis.com
30+
- quay.io
31+
- pkg.dev
32+
- amazonaws.com
33+
additional_no_proxy: "{{ additional_no_proxy_list | join(',') }}"
34+
skip_http_proxy_on_os_packages: true

0 commit comments

Comments
 (0)