Replies: 3 comments 8 replies
-
What do you see if you |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also check the logs of the cloud controller manager. Perhaps there is something wrong with the API or something and the logs might help you see why the load balancer isn't being created as expected. Your configuration above looks ok I think. |
Beta Was this translation helpful? Give feedback.
1 reply
-
That's coredns but I meant the cloud controller manager. Is it running? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is such a beautiful tool but i have issues having my ingress-nginx-container show an external IP, nor the load balancer create.
I dont know where i went wrong, as i've been religiously following the wiki . On trying the
On trying the Step 11 of using helm to install ingress-nginx with the below command,
helm upgrade --install \ ingress-nginx ingress-nginx/ingress-nginx \ -f ~/.kube/ingress-nginx-annotations.yaml \ --namespace ingress-nginx \ --create-namespace
but it kept giving the nil pointer error. so i decided to use the old fashioned way of manually downloading the deploy.yaml and editing it , i.e Adding the annotations, ConfigMap, etc.
But after applying the service/ingress-nginx-controller, the External IP remains at and LB doesnt create. Please what else i'm i missing .
My configs
hetzner-k3s_cluster_config.yaml
The ingress-nginx service section in the deploy.yaml showing the annotations i added
The ConfigMap section of the deploy.yaml showing the data i added
The stdout of my kubectl get all -A
Beta Was this translation helpful? Give feedback.
All reactions