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
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
Trying to run kubemci on cluster with enabled network endpoint group ends with error
Determining instance groups for cluster xxx-cluster
Fetching instance group: xxx-group
Fetched instance group: xxx-group, got named ports:
Error: Error in creating load balancer: 1 error occurred:
* No named ports found. Can not continue
Trying to run
kubemci
on cluster with enabled network endpoint group ends with errorTried to look into code and found, that there is no support for NEG enabled clusters. In https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/blob/master/app/kubemci/pkg/gcp/loadbalancer/loadbalancersyncer.go#L109 code only cares about Instance Groups.
The text was updated successfully, but these errors were encountered: