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

Ingress functionality broken on 1.23 with kubernetes 1.22.1 #12414

Closed
chandler14362 opened this issue Sep 5, 2021 · 4 comments
Closed

Ingress functionality broken on 1.23 with kubernetes 1.22.1 #12414

chandler14362 opened this issue Sep 5, 2021 · 4 comments
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@chandler14362
Copy link

Steps to reproduce the issue:

  1. minikube start
  2. minikube addons enable dashboard
  3. minikube dashboard --url

Here is my kubectl version output:
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.1", GitCommit:"632ed300f2c34f6d6d15ca4cef3d3c7073412212", GitTreeState:"clean", BuildDate:"2021-08-19T15:38:26Z", GoVersion:"go1.16.6", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.1", GitCommit:"632ed300f2c34f6d6d15ca4cef3d3c7073412212", GitTreeState:"clean", BuildDate:"2021-08-19T15:39:34Z", GoVersion:"go1.16.7", Compiler:"gc", Platform:"linux/amd64"}

I followed this example in the handbook on a fresh install (uninstall/install through homebrew) and was unable to complete it successfully. There was no luck using the ingress-dns to resolve a service.

The dashboard also shows a new error now when trying to present any ingress information, other views without ingress information are still possible to access.

logs.txt
Screen Shot 2021-09-05 at 3 59 09 PM

The logs I provided are from running on macOS but I also get the same issue running on Windows.

@RA489
Copy link

RA489 commented Sep 6, 2021

/kind support

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label Sep 6, 2021
@Bigsmooth68
Copy link

Hello,
Did you check ingress-nginx-controller pod log ?

@sjansen1
Copy link

sjansen1 commented Sep 8, 2021

Same issue after updating from 1.22 to 1.23. Minikube getting preloaded images and prepares containers, got a few pages of errors about applying updates. After that i see on container ingress container crashlooping and i get the same error on the webui.

Tested on Ubuntu and RHEL with Docker. This is easy reproduceable by just install 1.22, start, stop, update minikube to 1.23 and start.

Enabled addons:
dashboard
ingress
storage-provisioner
default-storageclass

Tested both Kubernetes versions 1.21.1 and 1.23 by using --kubernetes-version=...

One of the containers crashloop with:

Failed to create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container "67ae6ab5bb9d0e45976d647df044b615234366781a9a0ff7b4ab7e46680438d7" network for pod "ingress-nginx-controller-59b45fb494-4nvk4": networkPlugin cni failed to set up pod "ingress-nginx-controller-59b45fb494-4nvk4_ingress-nginx" network: open /run/flannel/subnet.env: no such file or directory

@spowelljr
Copy link
Member

Hi @chandler14362, thanks for reporting your issue with minikube!

This is a known issue and we have someone working on the issue (#12424).

To keep all the information and conversation centralized I'm closing other issues and re-directing to #12424. Please feel free to contribute and follow along there, thank you for your understanding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

6 participants