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

Add workaround for Firewall bug in ingress-gce #440

Merged
merged 2 commits into from
Jun 3, 2020

Conversation

zohrehj
Copy link
Contributor

@zohrehj zohrehj commented Jun 3, 2020

No description provided.

@zohrehj zohrehj requested a review from MartinPetkov June 3, 2020 15:55
@googlebot googlebot added the cla: yes Do not use - reserved for devops label Jun 3, 2020
@@ -240,3 +240,6 @@ If the cluster has issues, there are a few things you can check:
* Follow a troubleshooting guide. Examples are
[this](https://learnk8s.io/troubleshooting-deployments) and
[this](https://kubernetes.io/docs/tasks/debug-application-cluster/debug-cluster/).
* As of now there is a known issue with Firewalls in ingress-gce. If you notice this issue showing up in

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -240,3 +240,6 @@ If the cluster has issues, there are a few things you can check:
* Follow a troubleshooting guide. Examples are
[this](https://learnk8s.io/troubleshooting-deployments) and
[this](https://kubernetes.io/docs/tasks/debug-application-cluster/debug-cluster/).
* As of now there is a known issue with Firewalls in ingress-gce. If you notice this issue showing up in
ingress logs, follow the steps provided in https://github.com/kubernetes/ingress-gce/issues/584, and give
Kubernetes Engine Service Agent (service account) `roles/compute.securityAdmin` and `roles/compute.networkAdmin`.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest: Add an alternative:

  1. Run kubectl describe ingress <ingress-name>
  2. Look at the suggested commands under "Events", in the form of "Firewall change required by network admin: <gcloud command>". Run each of the suggested commands.

@zohrehj zohrehj merged commit dab6efe into early-access Jun 3, 2020
@zohrehj zohrehj deleted the zohrehj-patch-1 branch June 3, 2020 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Do not use - reserved for devops
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants