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
Wait until the controller reconciled, I could see in the vpc lattice console that the lattice service inventory-default and serviceAssociation created successfully
do kubectl get httproute inventory -o yaml I could see:
ResolvedRefs == True is not correct since my cluster don't have my-no-existing-service k8s Service. Also seem it miss the Programmed status
The text was updated successfully, but these errors were encountered:
zijun726911
changed the title
The Route's status blindly change to ResolvedRefs==True even if it the controller was able to resolve all the object references for the Route
The Route's status blindly change to ResolvedRefs==True even if the controller was NOT able to resolve all the object references for the Route
Nov 24, 2023
The Route's status blindly change to ResolvedRefs==True even if the controller was NOT able to resolve all the object references for the Route
How to reproduce it: for the controller version v1.0.1
kubectl apply -f examples/my-hotel-gateway.yaml
examples/inventory-route.yaml
:kubectl apply -f examples/inventory-route.yaml
inventory-default
and serviceAssociation created successfullykubectl get httproute inventory -o yaml
I could see:ResolvedRefs == True
is not correct since my cluster don't havemy-no-existing-service
k8s Service. Also seem it miss theProgrammed
statusThe text was updated successfully, but these errors were encountered: