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

nginx-ingress-controller service is in pending state #46

Closed
ShylajaDevadiga opened this issue Jun 24, 2020 · 4 comments
Closed

nginx-ingress-controller service is in pending state #46

ShylajaDevadiga opened this issue Jun 24, 2020 · 4 comments
Assignees

Comments

@ShylajaDevadiga
Copy link
Contributor

Version:

rke2 v0.0.1-alpha.4

Issue:
nginx-ingress-controller service is in pending state. Since we dont have servicelb it should not expected to be of type LoadBalancer

kube-system   nginx-ingress-controller        LoadBalancer   10.43.5.161     <pending>     80:30782/TCP,443:30488/TCP   4h32m
@galal-hussein
Copy link
Contributor

Fixed the issue by changing the chart to use hostnetwork instead of services, rke2 should be able to function properly regarding the ingress controller @ShylajaDevadiga

@davidnuzik
Copy link
Contributor

Waiting on new release deliverable for QA to test (alpha.5 or the beta)

@davidnuzik
Copy link
Contributor

@ShylajaDevadiga FYI we now have v0.0.1-alpha.5 out so this can be tested after the higher priority issues you have on your plate.

@ShylajaDevadiga
Copy link
Contributor Author

Verified using rke v0.0.1-alpha.5

# rke2 -v
rke2 version v0.0.1-alpha.5 (HEAD)
# kubectl get ingress
NAME           CLASS    HOSTS         ADDRESS        PORTS   AGE
demo-ingress   <none>   example.com   172.31.8.107   80      8m21s
# curl -sH "host:example.com" http://172.31.8.107 |grep Welcome
<title>Welcome to nginx!</title>
<h1>Welcome to nginx!</h1>
# 
curl -sH "host:example.com" http://52.21.105.208 |grep Welcome
<title>Welcome to nginx!</title>
<h1>Welcome to nginx!</h1>

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