-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed fetching KongUpstreamPolicy v3.2.3 #6497
Comments
Any help on this please? |
We face the same issue after upgrading to Kong 3.7.1 and KIC 3.2.3. Around 10 Kubernetes services referenced a KongUpstreamPolicy to add a LB strategy with hashOn IP.
The KongUpstreamPolicy is well created and available in the same namespace.
|
@gcamus59 For the reordering, we found that in building ancestor status we did not sort the ancestors so the order may change when the ancestor status of the For the "KongUpstreamPolicy not found" issue, I could not reproduce it with the same KIC and Kong gateway versions. Would you please provide more detail about it? |
One thing, I have multiple service consuming the same KUP then we faced this issue. Then I created separate KUP for each service then it worked. So thats the workaround we used for now. |
@balait4 Thanks. I also tried the scenario with multiple services referencing the same KUP but did not reproduce it. Would you please provide more details about your environment? Like the spec of the services/KUPs. |
Here is the KUPs/Service |
@balait4 Looks like there are more than 16 services referencing the same Have you seen any other unexpected logs in your KIC pod? Also, please provide some further details of your service and KIC deployment. |
Here is the debug log of my KIC and kong and service manifest:
|
Is there an existing issue for this?
Current Behavior
Upgraded Kong from v3.5.0 to v.3.7.1 and KIC from 3.0.2 to 3.2.3. Before upgrade we are able to use KongUpstreamPolicy, after upgrade we see the below error for all KongUpstreamPolicy. We have db-less setup and performed the manual upgrade by update the crd's and then we updated the new image in deployment.
kubectl kustomize https://github.com/Kong/kubernetes-ingress-controller/config/crd?ref=v3.2.3 | kubectl apply -f -
kubectl kustomize https://github.com/Kong/kubernetes-ingress-controller/config/rbac?ref=v3.2.3 | kubectl apply -f -
Expected Behavior
Should see the KongUpstreamPolicy
Steps To Reproduce
Kong Ingress Controller version
Kubernetes version
Anything else?
No response
The text was updated successfully, but these errors were encountered: