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

Problems starting nginx-ingress-controller with the cluster site.yaml playbook #60

Open
hakor opened this issue Sep 2, 2020 · 0 comments

Comments

@hakor
Copy link

hakor commented Sep 2, 2020

Setting the parameters as required and run the playbook with
ansible-playbook site.yaml
runs successful within our OpenStack cluster. Master and nodes created etc. But the nginx-ingress-controller did not start.
0/1 is ready when listing all pods.

The task "name: k8s - Install nginx-ingress via helm" in the play nginx-ingress.yaml did not succed.
The specified version 0.25.1 was not existing anymore. Removing the argument of the verion in this task
ended up in a successful playbook output.

Checking the IP adresses with
kubectl get svc --all-namespaces
results for the corresponding pod with
kube-system nginx-ingress-controller LoadBalancer 10.8.10.37 80:30627/TCP,443:30288/TCP 52m
It looks as if the IP is not exposed.

How can I access the kubernetes dashboard to check if everything is running ok?

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

1 participant