-
I'm trying to install Kong Hybrid and got stuck while installing the Control Plane. I'm getting this error from the Kong Deployment (Ingress Container): What is the publish-service? Where does the kong-proxy come from? I have the following resources in my kubernetes cluster after deploying Kong using Helm.
I'm using the following values.yaml for the helm chart: secretVolumes:
- kong-cluster-cert
env:
role: control_plane
cluster_cert: /etc/secrets/kong-cluster-cert/tls.crt
cluster_cert_key: /etc/secrets/kong-cluster-cert/tls.key
database: "postgres"
pg_user: kong
pg_password: kong
pg_host: "10.3.0.3"
cluster:
enabled: true
tls:
enabled: true
servicePort: 8005
containerPort: 8005
proxy:
enabled: false |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
This error means control plane is unable to find data plane. It is mentioned here.
|
Beta Was this translation helpful? Give feedback.
This error means control plane is unable to find data plane.
It is mentioned here.