Skip to content
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

Instructions missing for installations behind a forward proxy #252

Open
mzervakis opened this issue Dec 5, 2024 · 1 comment
Open

Instructions missing for installations behind a forward proxy #252

mzervakis opened this issue Dec 5, 2024 · 1 comment
Assignees
Labels
Docs-C Nice to Have

Comments

@mzervakis
Copy link

mzervakis commented Dec 5, 2024

Add a section to describe how to install behind a forward proxy.

sudo mkdir -p /etc/systemd/system/k0scontroller.service.d
sudo tee -a /etc/systemd/system/k0scontroller.service.d/http-proxy.conf <<EOF
[Service]
Environment=CONTAINERD_HTTPS_PROXY=192.168.80.80:8080
Environment=CONTAINERD_NO_PROXY=localhost,127.0.0.1,10.96.0.0/16,192.168.0.0/16,.cluster.local,.svc
EOF

@KoryKessel-Mirantis KoryKessel-Mirantis self-assigned this Dec 11, 2024
@KoryKessel-Mirantis KoryKessel-Mirantis added the Docs-C Nice to Have label Dec 11, 2024
@mzervakis
Copy link
Author

Another step required to complete the installation is to set missing proxy settings in source-controller deployment in flux-system, otherwise blueprint addons fail to install.

kubectl -n flux-system set env deployment/source-controller HTTPS_PROXY=192.168.80.80:8080 NO_PROXY=localhost,127.0.0.1,10.96.0.0/16,192.168.0.0/16,.cluster.local,.svc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs-C Nice to Have
Projects
None yet
Development

No branches or pull requests

2 participants