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
Error:
/usr/local/share/lua/5.1/kong/cmd/start.lua:127: Kong is already running in /tmp/tmp.8hhyJ6IRXR
stack traceback:
[C]: infunction'assert'
/usr/local/share/lua/5.1/kong/cmd/start.lua:127: infunction'cmd_exec'
/usr/local/share/lua/5.1/kong/cmd/init.lua:38: infunction</usr/local/share/lua/5.1/kong/cmd/init.lua:38>
[C]: infunction'xpcall'
/usr/local/share/lua/5.1/kong/cmd/init.lua:38: infunction</usr/local/share/lua/5.1/kong/cmd/init.lua:22>
(command line -e):5: infunction'inline_gen'
init_worker_by_lua(nginx.conf:199):44: infunction<init_worker_by_lua(nginx.conf:199):43>
[C]: infunction'xpcall'
init_worker_by_lua(nginx.conf:199):52: infunction<init_worker_by_lua(nginx.conf:199):50>
Is there any way to resolve this error?
Install Information
k8s(AWS EKS) version : 1.30
namespace : kong-test
values-cp.yaml
# Do not use Kong Ingress ControlleringressController:
enabled: falseimage:
repository: kong/kong-gatewaytag: "3.9.0.0"# Mount the secret created earliersecretVolumes:
- kong-cluster-certenv:
# This is a control_plane noderole: control_plane# These certificates are used for control plane / data plane communicationcluster_cert: /etc/secrets/kong-cluster-cert/tls.crtcluster_cert_key: /etc/secrets/kong-cluster-cert/tls.key# Database# CHANGE THESE VALUESdatabase: postgrespg_database: kongpg_user: kongpg_password: demo123pg_host: kong-cp-postgresql.kong-test.svc.cluster.localpg_ssl: "on"# Kong Manager passwordpassword: kong_admin_password# The control plane serves the Admin APIadmin:
enabled: truehttp:
enabled: true# Clustering endpoints are required in hybrid modecluster:
enabled: truetls:
enabled: trueclustertelemetry:
enabled: truetls:
enabled: true# Optional featuresmanager:
enabled: false# These roles will be served by different Helm releasesproxy:
enabled: false# This is for testing purposes only# DO NOT DO THIS IN PRODUCTION# Your cluster needs a way to create PersistentVolumeClaims# if this option is enabledpostgresql:
enabled: trueauth:
password: demo123
Hi.
I'm trying to deploy kong(CE) chart in hybrid mode as https://docs.konghq.com/gateway/latest/install/kubernetes/proxy/.
However,
wait-for-db
container inkong-cp
pod fails with following error.Is there any way to resolve this error?
Install Information
The text was updated successfully, but these errors were encountered: