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
{{ message }}
This repository was archived by the owner on Mar 27, 2020. It is now read-only.
Running a kong kubernetes cluster which includes a kong deployment & two services kong-admin & kong-proxy. The cluster is running as expected, but when I make a POST request for services to kong-admin api, the service gets added & after some time the same service gets deleted automatically.
Why are the manually added values getting deleted ?
I’m using a postgres database which is bootstrapped. So, I don’t think that database is the issue.
Running a kong kubernetes cluster which includes a kong deployment & two services kong-admin & kong-proxy. The cluster is running as expected, but when I make a POST request for services to kong-admin api, the service gets added & after some time the same service gets deleted automatically.
Why are the manually added values getting deleted ?
I’m using a postgres database which is bootstrapped. So, I don’t think that database is the issue.