druid-io / druid-operator

Druid Kubernetes Operator
Other
205 stars 92 forks source link

Ingress not created using the latest druid operator chart appVersion: 0.0.9 #326

Open maheshevizio opened 1 year ago

maheshevizio commented 1 year ago

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:

image
AdheipSingh commented 1 year ago

@maheshevizio this seems like an internal network error when calling k8s API.