We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c3301 commit 9feed20Copy full SHA for 9feed20
tests/files/rockylinux10-cilium.yml
@@ -13,3 +13,22 @@ kube_owner: root
13
# Node Feature Discovery
14
node_feature_discovery_enabled: true
15
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