Skip to content

agramner/ingress-nginx-reproduce-issue-9222

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

How to reproduce ingress nginx issue 9222

  1. Setup a cluser with 2 nodes. We used Ubuntu 18.04 with Cilium CNI but don't know if that is important.
  2. helm upgrade --install ingress-nginx ingress-nginx --repo https://kubernetes.github.io/ingress-nginx --namespace ext-auth --create-namespace --version 4.1.4 -f ./ingress-nginx-values.yaml
  3. kubectl apply -f ./ext-auth.yaml
  4. Perform GET requests to a specific node (for example GET http) while deleting the CoreDNS pods (kubectl --namespace kube-system delete pods -l k8s-app=kube-dns)
  5. Performing this a couple of times causes the bug to happen

About

Setup for reproducing ingress nginx issue 9222

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published