bzp2010 commented on issue #2656: URL: https://github.com/apache/apisix-ingress-controller/issues/2656#issuecomment-3561329344
Please ensure that the appropriate Gateway API CRD version is installed. As of the current release, AIC 2.0-rc5 requires Gateway API CRD 1.3. --- Regarding the 503 on `/status/ready`, if APISIX fails to receive the configuration sent by AIC, it will remain perpetually stuck at 503 regardless of how k8s probes attempt to terminate it. We must ensure that a new APISIX instance without loaded routes cannot simultaneously receive traffic alongside an existing APISIX instance with loaded routes. Otherwise, when kube-proxy uses the new APISIX instance, clients would receive 404 errors while other requests pass through normally – an absolutely unacceptable scenario. Should your AIC fail to start, APISIX will never function correctly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
