We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ingress is not getting created could you pls help. Druid operator log snippet below
' 1.6709697878955534e+09 ERROR druid_operator_handler Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": failed to call webhook: Post "https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1/ingresses?timeout=10s": context deadline exceeded {"object": "{"kind":"Ingress","apiVersion":"networking.k8s.io/v1","metadata":{"name":"druid-druid-cluster-routers","namespace":"default","creationTimestamp":null,"labels":{"app":"druid","druid_cr":"druid-cluster"},"annotations":{"cert-manager.io/cluster-issuer":"letsencrypt-prod","druidOpResourceHash":"/8Y4dLBNeNpGCwcGltxuVor7JfI="},"ownerReferences":[{"apiVersion":"druid.apache.org/v1alpha1","kind":"Druid","name":"druid-cluster","uid":"acdd99d8-e31d-4d5e-a4dc-80120e916986","controller":true}]},"spec":{"ingressClassName":"nginx","tls":[{"hosts":["druid-prod.ati-cccc"],"secretName":"letsencrypt-prod"}],"rules":[{"host":"druid-prod.ati-cccc.com","http":{"paths":[{"path":"/","pathType":"Prefix","backend":{"service":{"name":"druid-druid-cluster-routers","port":{"number":8088}}}}]}}]},"status":{"loadBalancer":{}}}", "name": "druid-cluster", "namespace": "default", "errorType": "InternalError", "error": "Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": failed to call webhook: Post "https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1/ingresses?timeout=10s\": context deadline exceeded"} ' Error at cluster event page in Octant IDE:
The text was updated successfully, but these errors were encountered:
@maheshevizio this seems like an internal network error when calling k8s API.
Sorry, something went wrong.
No branches or pull requests
Ingress is not getting created could you pls help. Druid operator log snippet below
'
1.6709697878955534e+09 ERROR druid_operator_handler Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": failed to call webhook: Post "https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1/ingresses?timeout=10s": context deadline exceeded {"object": "{"kind":"Ingress","apiVersion":"networking.k8s.io/v1","metadata":{"name":"druid-druid-cluster-routers","namespace":"default","creationTimestamp":null,"labels":{"app":"druid","druid_cr":"druid-cluster"},"annotations":{"cert-manager.io/cluster-issuer":"letsencrypt-prod","druidOpResourceHash":"/8Y4dLBNeNpGCwcGltxuVor7JfI="},"ownerReferences":[{"apiVersion":"druid.apache.org/v1alpha1","kind":"Druid","name":"druid-cluster","uid":"acdd99d8-e31d-4d5e-a4dc-80120e916986","controller":true}]},"spec":{"ingressClassName":"nginx","tls":[{"hosts":["druid-prod.ati-cccc"],"secretName":"letsencrypt-prod"}],"rules":[{"host":"druid-prod.ati-cccc.com","http":{"paths":[{"path":"/","pathType":"Prefix","backend":{"service":{"name":"druid-druid-cluster-routers","port":{"number":8088}}}}]}}]},"status":{"loadBalancer":{}}}", "name": "druid-cluster", "namespace": "default", "errorType": "InternalError", "error": "Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": failed to call webhook: Post "https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1/ingresses?timeout=10s\": context deadline exceeded"}
'
Error at cluster event page in Octant IDE:
The text was updated successfully, but these errors were encountered: