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

GKE: Investigate possible firewall issue blocking traffic between control plane and workers #193

Open
pst opened this issue May 11, 2021 · 3 comments

Comments

@pst
Copy link
Member

pst commented May 11, 2021

I encountered two issues that may indicate a network connectivity issue:

  1. kubeseal CLI times out trying to encrypt a secret - under the hood it seems to do a port-forward to talk to the controller to get the cert (workaround is to kubectl get the secret, store the cert locally and use that with kubeseal --cert manually)
  2. nginx ingress admission controller times out after the default 10s deadline when applying ingress resources

These issues may or may not be related. And they may or may not be caused by GKE networking settings.

@pst
Copy link
Member Author

pst commented May 11, 2021

@elieser1101
Copy link

I found a problem that could be related to this. While trying to implement OPA Gatekeeper the admission controller is not able to reach the webhook. It seems to be a known issue. And the fix described here suggests adding a new firewall rule.

Would be great if we could add these firewall rules trough kbst

@zpiazza-combocurve
Copy link

zpiazza-combocurve commented Aug 1, 2023

Bump. Following the kubstack setup guide, NGINX validation webhook fails due to the missing firewall rule.

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

No branches or pull requests

3 participants