Custom Plugin - Not getting deployed/enabled #7634
-
Team, We are trying to deploy the https://github.com/nokia/consumer-rate-limiting custom plugin to our k8's based open-source kong gateway integrated with Postgres DB. Step1, created ConfigMap and updated the plugin configuration in the Kong CR file. Since this plugin has a migrations job (new table creation), added the subdirectory in the plugin configuration in the CR file as below.
Also added the init.lua file in the migrations folder in the custom plugin. While applying the Kong kind(CR), pods are not coming up and throwing below error,
Even though pre and post-migrations jobs are successful, new tables are not getting created. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @SaravananPeriyasamy03 , this feels to me something goes wrong with the migration file, is it possible to share |
Beta Was this translation helpful? Give feedback.
Hi @SaravananPeriyasamy03 , this feels to me something goes wrong with the migration file, is it possible to share
to share the init.lua file in the migrations folder?