-
Notifications
You must be signed in to change notification settings - Fork 40
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
Allow turning proxy on and off #1540
Commits on Oct 10, 2024
-
add tasks to update-noproxy-envs.yml playbook
The tasks update proxy envs in /etc/environment on each node. Should allow turning proxy on and off
Configuration menu - View commit details
-
Copy full SHA for 999d504 - Browse repository at this point
Copy the full SHA 999d504View commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7298b46 - Browse repository at this point
Copy the full SHA 7298b46View commit details -
add NOTE comment to ansibler_caller.go
the UpdateNoProxyEnvs has to be called after setup loadbalancers
Configuration menu - View commit details
-
Copy full SHA for 6695235 - Browse repository at this point
Copy the full SHA 6695235View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2363a5 - Browse repository at this point
Copy the full SHA d2363a5View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c441f84 - Browse repository at this point
Copy the full SHA c441f84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27fe6ff - Browse repository at this point
Copy the full SHA 27fe6ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47a0c3a - Browse repository at this point
Copy the full SHA 47a0c3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5ba7b - Browse repository at this point
Copy the full SHA 0f5ba7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 737bcea - Browse repository at this point
Copy the full SHA 737bceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 686424c - Browse repository at this point
Copy the full SHA 686424cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f94b75 - Browse repository at this point
Copy the full SHA 0f94b75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f11eaa - Browse repository at this point
Copy the full SHA 1f11eaaView commit details -
Auto commit - update kustomization.yaml
CI/CD pipeline authored and CI/CD pipeline committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 015910c - Browse repository at this point
Copy the full SHA 015910cView commit details
Commits on Oct 16, 2024
-
remove
backrefs: yes
from update-proxy-envs.ymlfrom now on if regexp doesn't match it adds the line at the end of the /etc/environment
Configuration menu - View commit details
-
Copy full SHA for a0527c7 - Browse repository at this point
Copy the full SHA a0527c7View commit details -
use desiredK8sCluster NPs to get common dynamic and static NPs
not sufficient, requires same as K8sControlPlaneNodepools in proxy inventory
Configuration menu - View commit details
-
Copy full SHA for 7b58148 - Browse repository at this point
Copy the full SHA 7b58148View commit details -
add CurrentLbs to UpdateApiEndpoint
currentLbs are required to obtain LBs hostnames and add them to noProxyList
Configuration menu - View commit details
-
Copy full SHA for aaf11e4 - Browse repository at this point
Copy the full SHA aaf11e4View commit details -
build noProxyList in LB gRPC calls and pass it to HandleAPIEndpointCh…
…ange tear down and setup LBs gRPC calls contains all LB clusters which are required for noProxyList
Configuration menu - View commit details
-
Copy full SHA for bb2a587 - Browse repository at this point
Copy the full SHA bb2a587View commit details -
rename UpdateProxyEnvs to UpdateNoProxyEnvsInK8s
this gRPC call handles only change of NO_PROXY and no_proxy envs in kube-proxy and static pods from now on
Configuration menu - View commit details
-
Copy full SHA for bce89af - Browse repository at this point
Copy the full SHA bce89afView commit details -
add UpdateProxyEnvsOnNodes gRPC call
updates proxy envs in /etc/environment on each k8s nodes. builder calls this as a first gRPC call when starting with ansibler phase
Configuration menu - View commit details
-
Copy full SHA for 3854978 - Browse repository at this point
Copy the full SHA 3854978View commit details
Commits on Oct 18, 2024
-
rename UpdateNoProxyEnvsInK8s to UpdateNoProxyEnvsInKubernetes
the generated UpdateNoProxyEnvsInK8s was sometimes with capital "s" in generated files
Configuration menu - View commit details
-
Copy full SHA for 5687b52 - Browse repository at this point
Copy the full SHA 5687b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c4c24 - Browse repository at this point
Copy the full SHA f1c4c24View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6cb95b4 - Browse repository at this point
Copy the full SHA 6cb95b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b48524 - Browse repository at this point
Copy the full SHA 3b48524View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f6e7a - Browse repository at this point
Copy the full SHA e7f6e7aView commit details -
build no proxy list twice in ansibler_caller
the first time it is build from the nodes in the current state the second time it is build from the desired state because the VPN was installed already
Configuration menu - View commit details
-
Copy full SHA for 1b49f12 - Browse repository at this point
Copy the full SHA 1b49f12View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93c5131 - Browse repository at this point
Copy the full SHA 93c5131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71f9de3 - Browse repository at this point
Copy the full SHA 71f9de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 468f121 - Browse repository at this point
Copy the full SHA 468f121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a6e9d - Browse repository at this point
Copy the full SHA 40a6e9dView commit details -
update proxy conditions in builder + restart containerd and kubelet o…
…nly on nodes that have them
Configuration menu - View commit details
-
Copy full SHA for c28e07f - Browse repository at this point
Copy the full SHA c28e07fView commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb9cdfa - Browse repository at this point
Copy the full SHA fb9cdfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e87e943 - Browse repository at this point
Copy the full SHA e87e943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75514e6 - Browse repository at this point
Copy the full SHA 75514e6View commit details
Commits on Oct 24, 2024
-
use nodes from desired state in UpdateProxyEnvsOnNodes instead of the…
… ones in curr state
Configuration menu - View commit details
-
Copy full SHA for 979f1bd - Browse repository at this point
Copy the full SHA 979f1bdView commit details
Commits on Oct 25, 2024
-
stop using current state in UpdateProxyEnvsOnNodes and update proxy e…
…nvs in /etc/environment even when cluster isn't build
Configuration menu - View commit details
-
Copy full SHA for da9318a - Browse repository at this point
Copy the full SHA da9318aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e85c926 - Browse repository at this point
Copy the full SHA e85c926View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d72726 - Browse repository at this point
Copy the full SHA 5d72726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1241b93 - Browse repository at this point
Copy the full SHA 1241b93View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d938c9 - Browse repository at this point
Copy the full SHA 4d938c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 613d1ce - Browse repository at this point
Copy the full SHA 613d1ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd6ab29 - Browse repository at this point
Copy the full SHA dd6ab29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ee5339 - Browse repository at this point
Copy the full SHA 0ee5339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8395275 - Browse repository at this point
Copy the full SHA 8395275View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe94a8b - Browse repository at this point
Copy the full SHA fe94a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b27a1d - Browse repository at this point
Copy the full SHA 6b27a1dView commit details -
Auto commit - update kustomization.yaml
CI/CD pipeline authored and CI/CD pipeline committedOct 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 8dc0ab5 - Browse repository at this point
Copy the full SHA 8dc0ab5View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1d82d12 - Browse repository at this point
Copy the full SHA 1d82d12View commit details -
Auto commit - update kustomization.yaml
CI/CD pipeline authored and CI/CD pipeline committedOct 29, 2024 Configuration menu - View commit details
-
Copy full SHA for ea80f12 - Browse repository at this point
Copy the full SHA ea80f12View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b40480 - Browse repository at this point
Copy the full SHA 1b40480View commit details -
Auto commit - update kustomization.yaml
CI/CD pipeline authored and CI/CD pipeline committedOct 30, 2024 Configuration menu - View commit details
-
Copy full SHA for bc1494f - Browse repository at this point
Copy the full SHA bc1494fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f41e23 - Browse repository at this point
Copy the full SHA 1f41e23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 931780b - Browse repository at this point
Copy the full SHA 931780bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02da8fe - Browse repository at this point
Copy the full SHA 02da8feView commit details -
Auto commit - update kustomization.yaml
CI/CD pipeline authored and CI/CD pipeline committedOct 30, 2024 Configuration menu - View commit details
-
Copy full SHA for bb10f4d - Browse repository at this point
Copy the full SHA bb10f4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0177190 - Browse repository at this point
Copy the full SHA 0177190View commit details -
don't return current state from UpdateNoProxyEnvsInKubernetes
current state isn't change thus there's no need to return it from the gRPC call
Configuration menu - View commit details
-
Copy full SHA for 00a39c4 - Browse repository at this point
Copy the full SHA 00a39c4View commit details -
pass proxyEnvs to ChangeAPIEndpoint and HandleAPIEndpointChange
instead of passing two seperates strings (httpProxyUrl, noProxyList) pass just one proxyEnvs with both values
Configuration menu - View commit details
-
Copy full SHA for 823d8f2 - Browse repository at this point
Copy the full SHA 823d8f2View commit details -
Auto commit - update kustomization.yaml
CI/CD pipeline authored and CI/CD pipeline committedOct 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 849b3f8 - Browse repository at this point
Copy the full SHA 849b3f8View commit details
Commits on Oct 31, 2024
-
create DetermineProxyUpdate function
move a logic of behind decision to update proxy envs to a separate function DetermineProxyUpdate
Configuration menu - View commit details
-
Copy full SHA for d28ca6e - Browse repository at this point
Copy the full SHA d28ca6eView commit details -
Auto commit - update kustomization.yaml
CI/CD pipeline authored and CI/CD pipeline committedOct 31, 2024 Configuration menu - View commit details
-
Copy full SHA for adeb9fd - Browse repository at this point
Copy the full SHA adeb9fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 741945a - Browse repository at this point
Copy the full SHA 741945aView commit details -
Auto commit - update kustomization.yaml
CI/CD pipeline authored and CI/CD pipeline committedOct 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 1b18ae4 - Browse repository at this point
Copy the full SHA 1b18ae4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c58d7b - Browse repository at this point
Copy the full SHA 9c58d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 771d630 - Browse repository at this point
Copy the full SHA 771d630View commit details -
Configuration menu - View commit details
-
Copy full SHA for a95f79d - Browse repository at this point
Copy the full SHA a95f79dView commit details -
Auto commit - update kustomization.yaml
CI/CD pipeline authored and CI/CD pipeline committedOct 31, 2024 Configuration menu - View commit details
-
Copy full SHA for f2b2171 - Browse repository at this point
Copy the full SHA f2b2171View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a6a68e - Browse repository at this point
Copy the full SHA 4a6a68eView commit details -
Auto commit - update kustomization.yaml
CI/CD pipeline authored and CI/CD pipeline committedNov 7, 2024 Configuration menu - View commit details
-
Copy full SHA for c9b9396 - Browse repository at this point
Copy the full SHA c9b9396View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a52096 - Browse repository at this point
Copy the full SHA 5a52096View commit details -
Auto commit - update kustomization.yaml
CI/CD pipeline authored and CI/CD pipeline committedNov 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 772241b - Browse repository at this point
Copy the full SHA 772241bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f8b6b - Browse repository at this point
Copy the full SHA a1f8b6bView commit details -
Auto commit - update kustomization.yaml
CI/CD pipeline authored and CI/CD pipeline committedNov 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 18f3d2e - Browse repository at this point
Copy the full SHA 18f3d2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be5a6a - Browse repository at this point
Copy the full SHA 4be5a6aView commit details -
Auto commit - update kustomization.yaml
CI/CD pipeline authored and CI/CD pipeline committedNov 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 2a059ea - Browse repository at this point
Copy the full SHA 2a059eaView commit details