-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support creating Clusters using an http proxy in cluster-cloud-director #1421
Comments
Might already be done, needs to be verified @vxav |
We already have values used for nodes. Maybe we can reuse them for the rest. |
PR to align proxy values with CAPA => giantswarm/cluster-cloud-director#30 I suppose we just need to test this now. @glitchcrab we can have a look at your proxy and deploy a test cluster using it in the values? |
The HTTPS Proxy env variable is configured for containerd on the nodes and can pull images fine. Will require to update controller+cluster chart to stay current. |
Closing this as it is done from a cluster chart perspective. |
After discussions, we want to use kubeadmconfigspec to make it consistent across provider and not use the CAPVCD built-in implementation with cloud-init. |
@vxav I think this story is already implemented? current proxy implementation by @bavarianbidi was tested on CAPVCD |
The current implementation in in upstream issue #299 we track the current process of our forked changes (as in one of the recent meetings with CAPVCD-maintainers we decided with them that the current build-in solution isn't very flexible) |
Support creating clusters using HTTP_PROXY in cluster-cloud-director.
Please make sure that we are using the same interface (helm variables) as team hydra. See giantswarm/cluster-aws#105
Tasks
The text was updated successfully, but these errors were encountered: