Fresh Kong Installation fails due to the postgres

Hi all,

I’m trying to install Kong for Kubernetes with Database using AWS RDS Postgres via Helm Charts. I’m using AWS RDS for this purposes and create a db called kong and passing pg variables in the env: section. However, installation stucks at migrations step.
When I check the init migration pods, it says ’ Error: cannot find volume “default-token-xgccx” to mount into container “wait-for-postgres”’

And when I check the logs for wait-for-db container, it says Error: /usr/local/share/lua/5.1/kong/cmd/utils/migrations.lua:16: Database needs bootstrapping or is older than Kong 1.0.

What might be the cause the problem, any ideas?

Thanks in advance,

The problem is that the migrations are not running.
You should first solve the error in the init migration pod about the token mount issue. I’m not sure why that is happening.

Thank you. I switched to install it on DB-less mode.