You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has no kubernetes Service (only for ingress-metrics, no for ingress port):
kubectl -n ingress-nginx get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
ingress-nginx-controller-metrics ClusterIP 10.233.53.14 <none> 10254/TCP 223d
As expected, kuma-dataplanes have been created for this minor service ingress-nginx-controller-metrics:
You can identify using ingress-nginx-controller-metrics_ingress-nginx_svc_10254 as a service name. It's akward, I'm opening an separate issue to fix this
What happened?
In k8s-cluster working ingress-nginx DaemonSet with HostPort as deligated gateway in kuma mesh:
It has no kubernetes Service (only for ingress-metrics, no for ingress port):
As expected, kuma-dataplanes have been created for this minor service ingress-nginx-controller-metrics:
Since there is no kuma-service for general ingress http ports, mTLS (in strict mode) does not work.
@krzys
The text was updated successfully, but these errors were encountered: