Open xinity opened 6 months ago
I don't think it's either, tbh; I think it's a kubernetes question. I know OpenShift can do this, but I'm not 100% clear on the mechanism. It wouldn't surprise me if it's something like injecting proxy environment variables into all pods on admission.
I think it's a k8s question , not something in CPO, so close this and feel free to reopen
not sure whether openshift did something internally through setting on ingress or other things, no clear detail info only how to use it here ... https://docs.openshift.com/container-platform/4.15/networking/enable-cluster-wide-proxy.html
You can achieve this on Node level by:
KubeadmControlPlane
and KubeadmConfigTemplate
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
hello there,
i was wondering what would be the best way to support http_proxy globally ? i am required to use an internal http_proxy and i want to make sure that all cluster deployed will be able to leverage it
is it something we can achieve using CAPO ?
not sure if it's a CAPO or a CAPI topic to be honest :)