BUG: Cannot find entryPoint for Gateway

Hey @barnettZQG,

It seems that you have a mismatch in your configuration. You reference an entrypoint on port 1000 on the gateway spec, but Traefik do not know this entrypoint.
Can this be the issue be solved like this ?

I know we should configure the entry point in traefik static configuration, but I think the Gateway API is means dynamic to create the new entry point.