Skip to content
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

Ingress Controller Sync not working as expected (KONG EE) #559

Closed
satwant17 opened this issue Mar 5, 2020 · 0 comments · Fixed by #599
Closed

Ingress Controller Sync not working as expected (KONG EE) #559

satwant17 opened this issue Mar 5, 2020 · 0 comments · Fixed by #599
Labels
bug Something isn't working

Comments

@satwant17
Copy link

NOTE: GitHub issues are reserved for bug reports only.
For anything else, please join the conversation
in Kong Nation https://discuss.konghq.com/c/kubernetes.


Summary
Running KONG Ingress Controller in GKE. configuring service and route and when manually deleting the route in the Kong Manager, route is not created back by Ingress controller sync

Kong Ingress controller version
KIC 0.7.1

Kong or Kong Enterprise version
1.3.0.1-alpine

Kubernetes version
paste kubectl version output
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-13T11:52:32Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"darwin/amd64"}

Environment
GKE

What happened

Added ingress controller route and service, when logged into Kong Manager and manually deleted the route. Kong ingress controller didnot sync back the route based on the ingress rule

Expected behavior

after the sync period it should apply the ingress rule and manually deleted route should be back to whats specified in the ingress rule.

Steps To Reproduce

  1. K8s Cluster with KONG EE (Manager and Ingress Controller)
  2. Configure a service and route
  3. Login to Kong Manager and manually delete a route
  4. It will not be synced back to Kong
@hbagdi hbagdi added the bug Something isn't working label Mar 6, 2020
hbagdi added a commit that referenced this issue Apr 13, 2020
Disable the optimization of reducing the number of syncs when this flag
is enabled.
This should be used only if there is any human who has write access to
Kong's Admin API or Kong Manager in case of Kong Enterprise.

Fix #559
hbagdi added a commit that referenced this issue Apr 14, 2020
Disable the optimization of reducing the number of syncs when this flag
is enabled.
This should be used only if there is any human who has write access to
Kong's Admin API or Kong Manager in case of Kong Enterprise.

Fix #559
From #599
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants