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

Upgrade chart to not use ingress controller #131

Open
rtisma opened this issue Oct 21, 2020 · 1 comment
Open

Upgrade chart to not use ingress controller #131

rtisma opened this issue Oct 21, 2020 · 1 comment
Labels
critical This MUST be completed for release devops Operations of the dev kind. tech-debt

Comments

@rtisma
Copy link
Contributor

rtisma commented Oct 21, 2020

In order for a mutating-webhook-config to work, TLS termination must be enabled on the webhook service. Currently, this is done, via our usual ingress configuration, where certs are automagically created by the cert manager. The issue with this, is that when the kube-apiserver calls the webhook url, it is using the public domain, resulting in hairpinning.

This issue was solved previously, by updating the security groups for the kube-system and kube-apiserver VMs, however since the security groups config involved IPs, when the kube-system kube-apisevers were re-deployed (as part of some maintentance...i think it was the move to SSD), they were assigned new IPs, and thus were not included in the security groups. This resulted in wierd timeout errors when workflow-management was trying to create a wes pod.

One solution proposed by @yalturmes was to create a provision pod which execute the steps outlined in
https://github.com/icgc-argo/rdpc-kube-mutating-webhook/blob/develop/deploy.sh.

Impact

This is critical, since debugging this issue is not trivial and since there are so many moving parts in our env, it is easy to break without this fix

@rtisma rtisma added the new-feature Request is a new feature label Oct 21, 2020
@rtisma rtisma added devops Operations of the dev kind. and removed new-feature Request is a new feature labels Oct 21, 2020
@rosibaj rosibaj added the critical This MUST be completed for release label Oct 22, 2020
@rosibaj
Copy link

rosibaj commented Oct 29, 2020

  • Will be an issue anytime kubernetes maser nodes moves/has ip updated
  • Needs to be preventative.

@akachru-github akachru-github added devops Operations of the dev kind. and removed devops Operations of the dev kind. labels Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
critical This MUST be completed for release devops Operations of the dev kind. tech-debt
Projects
None yet
Development

No branches or pull requests

3 participants