You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All components within the flux-system go their proxy settings injected by kyverno as follows:
HTTP_PROXY
HTTPS_PROXY
NO_PROXY
http_proxy
https_proxy
no_proxy
The same environment variables and as they are injected, work on all other Pods, except flux Pods. For example, when called from flux controller pods, using wget example.com results in 400 Bad Request from the proxy server. Going into all flux Pods, I can confirm that env prints the proper proxy settings. This issue with wget may be related to Alpine #10446 or Docker Alpine #51.
The context deadline exceeded above may suggest that the image-reflector-controller does not use the proxy settings after all.
Does the image-reflector-controller support proxy settings? And if so, how?
(I found evidence for that in the source-controller but not here.)
The text was updated successfully, but these errors were encountered:
The
image-reflector-controller
adds the followingstatus
to anImageRepository
:All components within the
flux-system
go their proxy settings injected bykyverno
as follows:HTTP_PROXY
HTTPS_PROXY
NO_PROXY
http_proxy
https_proxy
no_proxy
The same environment variables and as they are injected, work on all other Pods, except
flux
Pods. For example, when called fromflux
controller pods, usingwget example.com
results in400 Bad Request
from the proxy server. Going into allflux
Pods, I can confirm thatenv
prints the proper proxy settings. This issue withwget
may be related to Alpine #10446 or Docker Alpine #51.The
context deadline exceeded
above may suggest that theimage-reflector-controller
does not use the proxy settings after all.Does the
image-reflector-controller
support proxy settings? And if so, how?(I found evidence for that in the
source-controller
but not here.)The text was updated successfully, but these errors were encountered: