Difference between revisions of "Nginx-ingress-controller"
Jump to navigation
Jump to search
(→Errors) |
|||
Line 17: | Line 17: | ||
* <code>[[Error: Unable to continue with install]]: [[ClusterRole]] "nginx-ingress-controller"</code> | * <code>[[Error: Unable to continue with install]]: [[ClusterRole]] "nginx-ingress-controller"</code> | ||
* <code>[[Warning AddedOrUpdatedWithWarning 3s nginx-ingress-controller Configuration for default/your-app was added or updated ; with warning(s): TLS secret your-app is invalid: secret doesn't exist or of an unsupported type]]</code> | * <code>[[Warning AddedOrUpdatedWithWarning 3s nginx-ingress-controller Configuration for default/your-app was added or updated ; with warning(s): TLS secret your-app is invalid: secret doesn't exist or of an unsupported type]]</code> | ||
+ | * <code>[[W0215]] 21:18:47.086332 1 [[controller.go]]:2903] [[Error retrieving endpoints for the service]] yourapp-app-helm: [[no endpointslices for target port]] 80 in service yourapp-app-helm</code> | ||
== Related == | == Related == |
Revision as of 06:30, 16 February 2024
nginx-ingress-controller --publish-service=$(POD_NAMESPACE)/k8s-community-nginx-ingress-nginx-controller --election-id=k8s-community-nginx-ingress-nginx-leader --controller-class=k8s.io/ingress-nginx --ingress-class=nginx --configmap=$(POD_NAMESPACE)/k8s-community-nginx-ingress-nginx-controller --validating-webhook=:8443 --validating-webhook-certificate=/usr/local/certificates/cert --validating-webhook-key=/usr/local/certificates/key
nginx-ingress-controller --version
ingress-nginx 53m Normal UpdatedLoadBalancer service/nginx-ingress-controller Updated load balancer with new hosts ingress-nginx 54m Warning UnAvailableLoadBalancer service/nginx-ingress-controller There are no available nodes for LoadBalancer
Errors
Error: Unable to continue with install: ClusterRole "nginx-ingress-controller"
Warning AddedOrUpdatedWithWarning 3s nginx-ingress-controller Configuration for default/your-app was added or updated ; with warning(s): TLS secret your-app is invalid: secret doesn't exist or of an unsupported type
W0215 21:18:47.086332 1 controller.go:2903] Error retrieving endpoints for the service yourapp-app-helm: no endpointslices for target port 80 in service yourapp-app-helm
Related
ingress-nginx-controller-controller-admission
- Bitnami: https://github.com/bitnami/charts/tree/main/bitnami/nginx-ingress-controller/
kubectl logs -n nginx-ingress nginx-ingress-controller-XXX
- kubectl get pods -n nginx-ingress
See also
Advertising: