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
Syncer cannot sync this service to the host cluster
What did you expect to happen?
host cluster service can be updated to ClusterIP
How can we reproduce it (as minimally and precisely as possible)?
set a service with LoadBalancer, and then the service given a ingressIP. change service.Type to ClusterIP.
You will see that the service in host cluster can't be sync to ClusterIP.
Anything else we need to know?
logs:
2024-10-30 02:47:11 DEBUG service.abc-c-1730193780615-9a045 services/syncer.go:90 Updating object with: {"status":{"loadBalancer":{"ingress":[{"ip":"1.1.1.1","ipMode":"VIP"}]}}} {"component": "vcluster"}
2024-10-30 02:47:11 ERROR controller/controller.go:324 Reconciler error {"component": "vcluster", "controller": "service", "namespace": "default", "name": "abc-c-1730193780615-9a045", "reconcileID": "d7c600e5-7e05-421b-a55f-c5dfe51ea974", "error": "Service "abc-c-1730193780615-9a045" is invalid: status.loadBalancer.ingress: Forbidden: may only be used when spec.type is 'LoadBalancer'"}
Host cluster Kubernetes version
v1.30.3
vcluster version
I have tried 0.20.1 0.20.2 and the latest-20241029
VCluster Config
just helm install with k8s default.
The text was updated successfully, but these errors were encountered:
What happened?
Syncer cannot sync this service to the host cluster
What did you expect to happen?
host cluster service can be updated to ClusterIP
How can we reproduce it (as minimally and precisely as possible)?
set a service with LoadBalancer, and then the service given a ingressIP. change service.Type to ClusterIP.
You will see that the service in host cluster can't be sync to ClusterIP.
Anything else we need to know?
logs:
2024-10-30 02:47:11 DEBUG service.abc-c-1730193780615-9a045 services/syncer.go:90 Updating object with: {"status":{"loadBalancer":{"ingress":[{"ip":"1.1.1.1","ipMode":"VIP"}]}}} {"component": "vcluster"}
2024-10-30 02:47:11 ERROR controller/controller.go:324 Reconciler error {"component": "vcluster", "controller": "service", "namespace": "default", "name": "abc-c-1730193780615-9a045", "reconcileID": "d7c600e5-7e05-421b-a55f-c5dfe51ea974", "error": "Service "abc-c-1730193780615-9a045" is invalid: status.loadBalancer.ingress: Forbidden: may only be used when
spec.type
is 'LoadBalancer'"}Host cluster Kubernetes version
v1.30.3
vcluster version
I have tried 0.20.1 0.20.2 and the latest-20241029
VCluster Config
just helm install with k8s default.
The text was updated successfully, but these errors were encountered: