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

Compatibility with kubernetes 1.22 #20

Open
fredleger opened this issue Apr 28, 2023 · 11 comments
Open

Compatibility with kubernetes 1.22 #20

fredleger opened this issue Apr 28, 2023 · 11 comments

Comments

@fredleger
Copy link

Seems that does not work anymore since k8s 1.22:

I, [2023-04-28T07:30:06.221620 #1]  INFO -- : Starting in CoreDNS mode. (Indended to be run as a Deployment: one instance per cluster.)
I, [2023-04-28T07:30:06.316336 #1]  INFO -- : Starting main_loop with 15s polling interval.
I, [2023-04-28T07:30:06.316833 #1]  INFO -- : Polling all Ingress resources and CoreDNS configuration...
W, [2023-04-28T07:30:06.518745 #1]  WARN -- : Warning: Unable to list ingresses in extensions/v1beta1

Which seems logical. Is there any chance to see compatibility ?

@Vaskata84
Copy link

Vaskata84 commented May 5, 2023

Seems that does not work anymore since k8s 1.25: Any solution to the problem???

I, [2023-05-05T08:04:35.184575 #1] INFO -- : Polling all Ingress resources and CoreDNS configuration... │
│ W, [2023-05-05T08:04:35.186571 #1] WARN -- : Warning: Unable to list ingresses in extensions/v1beta1

@fredleger
Copy link
Author

@Vaskata84 it's really since 1.22 that ingresses are not under extensions/v1beta1: https://kubernetes.io/blog/2021/07/14/upcoming-changes-in-kubernetes-1-22/#api-changes

But that is a detail the thing is that this project seems unmaintaned

@Vaskata84
Copy link

how do you manage without it, how does cert-manager work for you

@Vaskata84
Copy link

│ E0505 10:43:25.963111 1 sync.go:190] cert-manager/challenges "msg"="propagation check failed" "error"="wrong status code '400', expected '200'" "dnsName"="zzz.example.com" "resource_kind"="Chal │

@fredleger
Copy link
Author

i started a fork here : https://github.com/webofmars/hairpin-proxy
try to see if it can help you but without guarantee

@Vaskata84
Copy link

i started a fork here : https://github.com/webofmars/hairpin-proxy try to see if it can help you but without guarantee

I don't understand how to install it

@fredleger
Copy link
Author

kubectl apply -f deploy.yaml

@Vaskata84
Copy link

pod reboots constantly

@fredleger
Copy link
Author

pod reboots constantly

can you provide more details ? kubectl describe pod output ? kubectl logs

@Vaskata84
Copy link

Does it work for you?

@renanramonh
Copy link

I was having same problem with k3s and tested the repo from @fredleger. It worked very well for me.

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